diff --git a/CHANGES.rst b/CHANGES.rst index d239eaee..40dcf42d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +pywb 0.7.8 changelist +~~~~~~~~~~~~~~~~~~~~~ + +* live rewrite fix: When forwarding ``X-Forwarded-Proto`` header, set scheme to actual url scheme to avoid possible redirect loops (#57) + + pywb 0.7.7 changelist ~~~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index 71f39f6b..d680ae23 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -PyWb 0.7.7 +PyWb 0.7.8 ========== .. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master diff --git a/setup.py b/setup.py index 3fa33c63..f0eedcea 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ class PyTest(TestCommand): setup( name='pywb', - version='0.7.7', + version='0.7.8', url='https://github.com/ikreymer/pywb', author='Ilya Kreymer', author_email='ikreymer@gmail.com',