1
0
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:
Ilya Kreymer 2014-07-01 16:15:25 -07:00
parent 2a2240a23a
commit 46b16c61d5
3 changed files with 16 additions and 4 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,4 +1,4 @@
PyWb 0.4.6
PyWb 0.4.7
==========
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop

View File

@ -34,7 +34,7 @@ class PyTest(TestCommand):
setup(
name='pywb',
version='0.4.6',
version='0.4.7',
url='https://github.com/ikreymer/pywb',
author='Ilya Kreymer',
author_email='ikreymer@gmail.com',