Skip to content

Commit 7ece05d

Browse files
committed
bump version to 0.7.5
update CHANGES fix .gitattributes to use standard flags
1 parent ac525b0 commit 7ece05d

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*.arc binary
2-
*.warc binary
3-
*.cdx binary
4-
*.gz binary
1+
*.arc -text
2+
*.warc -text
3+
*.cdx -text
4+
*.gz -text

CHANGES.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
pywb 0.7.3 changelist
1+
pywb 0.7.5 changelist
22
~~~~~~~~~~~~~~~~~~~~~
33

4+
* Cross platform fixes to support Windows -- all tests pass on Linux, OS X and Windows now. Improved cross-platform support includes:
5+
- read all files as binary to avoid line ending issues
6+
- properly convert url <-> file
7+
- avoid platform dependent apis
8+
9+
* Change any unhandled exceptions to result in a 500 error, instead of 400.
10+
411
* More compresensive client side ``src`` attribute rewriting (via wombat.js), additional server-side HTML tag rewriting.
512

613

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PyWb 0.7.3
1+
PyWb 0.7.5
22
==========
33

44
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
@@ -13,7 +13,7 @@ pywb is a python implementation of web archival replay tools, sometimes also kno
1313
pywb allows high-quality replay (browsing) of archived web data stored in standardized `ARC <http://en.wikipedia.org/wiki/ARC_(file_format)>`_ and `WARC <http://en.wikipedia.org/wiki/Web_ARChive>`_.
1414
The replay system is designed to accurately replay complex dynamic sites, including video and audio content.
1515

16-
pywb can be used as a traditional web application or an HTTP or HTTPS proxy server.
16+
pywb can be used as a traditional web application or an HTTP or HTTPS proxy server, and has been tested on Linux, OS X and Windows platforms.
1717

1818
pywb is also fully compliant with the `Memento <http://mementoweb.org/>`_ protocol (`RFC-7089 <http://tools.ietf.org/html/rfc7089>`_).
1919

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run_tests(self):
3434

3535
setup(
3636
name='pywb',
37-
version='0.7.3',
37+
version='0.7.5',
3838
url='https://github.com/ikreymer/pywb',
3939
author='Ilya Kreymer',
4040
author_email='ikreymer@gmail.com',

0 commit comments

Comments
 (0)