mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
update changelist, version to 0.4.7
This commit is contained in:
parent
2a2240a23a
commit
46b16c61d5
16
CHANGES.rst
16
CHANGES.rst
@ -1,7 +1,19 @@
|
|||||||
pywb 0.4.6 changelist
|
pywb 0.4.7 changelist
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Improved top -> WB_wombat_top rewriting.
|
* Tests: Additional testing of bad cdx lines, missing revisit records.
|
||||||
|
|
||||||
|
* Rewrite: Removal of lxml support for now, as it leads to problematic replay and not much performance improvements.
|
||||||
|
|
||||||
|
* Rewrite: Parsing of html as raw bytes instead of decode/encode, detection still needed for non-ascii compatible encoding.
|
||||||
|
|
||||||
|
* Indexing: Refactoring of cdx-indexer using a seperate 'archive record iterator' and pluggable cdx writer classes. Groundwork for creating custom indexers.
|
||||||
|
|
||||||
|
* Indexing: Support for 9 field cdx formats with -9 flag.
|
||||||
|
|
||||||
|
* Rewrite: Improved top -> WB_wombat_top rewriting.
|
||||||
|
|
||||||
|
* Rewrite: Better handling of framed replay url notification
|
||||||
|
|
||||||
pywb 0.4.5 changelist
|
pywb 0.4.5 changelist
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PyWb 0.4.6
|
PyWb 0.4.7
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
|
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
|
||||||
|
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pywb',
|
name='pywb',
|
||||||
version='0.4.6',
|
version='0.4.7',
|
||||||
url='https://github.com/ikreymer/pywb',
|
url='https://github.com/ikreymer/pywb',
|
||||||
author='Ilya Kreymer',
|
author='Ilya Kreymer',
|
||||||
author_email='ikreymer@gmail.com',
|
author_email='ikreymer@gmail.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user