From d02de63cbc283f1421d3091dba0edbd8a5ab71cb Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Wed, 6 Aug 2014 13:33:08 -0700 Subject: [PATCH] update for 0.5.4 release --- CHANGES.rst | 11 +++++++++++ README.rst | 2 +- setup.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index cea9f087..d85356d6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +pywb 0.5.4 changelist +~~~~~~~~~~~~~~~~~~~~~ + +* bug fix: self-redirect check resolves relative Location: redirects + +* rewrite rules: 'parse_comments' option to parse html comments as JS, regex rewrite update to match '"http:\\\\/' double backslash + +* bug fixes in framed replay for html content, update top frame for html content on load when possible + + pywb 0.5.3 changelist ~~~~~~~~~~~~~~~~~~~~~ * better framed replay for non-html content -- include live rewrite timestamp via temp 'pywb.timestamp' cookie, updating banner of iframe load. All timestamp formatting moved to client-side for better customization. @@ -6,6 +16,7 @@ pywb 0.5.3 changelist * banner-only rewrite mode (via 'bn_' modifier) to support only banner insertion with no rewriting, server-side or client-side. + pywb 0.5.1 changelist ~~~~~~~~~~~~~~~~~~~~~ minor fixes: diff --git a/README.rst b/README.rst index 951cf1cb..0667a5b6 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.5.3 +PyWb 0.5.4 ========== .. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master diff --git a/setup.py b/setup.py index a170b93d..fb028c63 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ class PyTest(TestCommand): setup( name='pywb', - version='0.5.3', + version='0.5.4', url='https://github.com/ikreymer/pywb', author='Ilya Kreymer', author_email='ikreymer@gmail.com',