From fcf7971e86f730ee8818794718c377fe39864b18 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 4 Aug 2014 22:32:17 -0700 Subject: [PATCH] update dev version 0.5.3, edit changelist --- CHANGES.rst | 11 +++++++++-- README.rst | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a7848d64..d998c06b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +pywb 0.5.3 changelist +~~~~~~~~~~~~~~~~~~~~~ +* better framed replay for non-html content -- include live rewrite timestamp via temp 'pywb.timestamp' cookie, timestamp formatting moved to client-side for better customization. + +* refactoring of replay/live handlers for better extensability + +* banner-only ('bn_' modifier) to only insert banner with no rewriting + pywb 0.5.1 changelist ~~~~~~~~~~~~~~~~~~~~~ minor fixes: @@ -77,8 +85,7 @@ pywb 0.4.0 changelist * live-rewrite-server: A new web server for checking rewriting rules against live content. A white-list of request headers is sent to the destination server. See `rewrite_live.py `_ for more details. -* Cookie Rewriting in Archival Mode: HTTP Set-Cookie header rewritten to remove Expires, rewrite Path and Domain. If Domain is used, Path is set to / to ensure cookie is visible - from all archival urls. +* Cookie Rewriting in Archival Mode: HTTP Set-Cookie header rewritten to remove Expires, rewrite Path and Domain. If Domain is used, Path is set to / to ensure cookie is visible from all archival urls. * Much improved handling of chunk encoded responses, better handling of zero-length chunks and fix bug where not enough gzip data was read for a full chunk to be decoded. Support for chunk-decoding w/o gzip decompression (for example, for binary data). diff --git a/README.rst b/README.rst index 90c84b6e..951cf1cb 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.5.2 +PyWb 0.5.3 ========== .. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master diff --git a/setup.py b/setup.py index a6e9c885..a170b93d 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ class PyTest(TestCommand): setup( name='pywb', - version='0.5.2', + version='0.5.3', url='https://github.com/ikreymer/pywb', author='Ilya Kreymer', author_email='ikreymer@gmail.com',