From 46b16c61d51a6777377797e41f84480ac8713edc Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 1 Jul 2014 16:15:25 -0700 Subject: [PATCH] update changelist, version to 0.4.7 --- CHANGES.rst | 16 ++++++++++++++-- README.rst | 2 +- setup.py | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7dd7562a..477bf135 100644 --- a/CHANGES.rst +++ b/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 ~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index 8e719972..2fc4a3f8 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.4.6 +PyWb 0.4.7 ========== .. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop diff --git a/setup.py b/setup.py index 9bf782b0..018af47f 100755 --- a/setup.py +++ b/setup.py @@ -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',