From 71d9e58d7c9dc12de11e6de9702f285e25f2db62 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 12 Jan 2015 00:38:51 -0800 Subject: [PATCH] fixup changes for 0.7.5 --- CHANGES.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7d7e6d7c..d5a9d93d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,12 +2,16 @@ pywb 0.7.5 changelist ~~~~~~~~~~~~~~~~~~~~~ * Cross platform fixes to support Windows -- all tests pass on Linux, OS X and Windows now. Improved cross-platform support includes: + - read all files as binary to avoid line ending issues - - properly convert url <-> file - - avoid platform dependent apis + - properly convert between platform dependent file paths and urls + - add .gitattributes to ensure line endings on *.warc*, *.arc*, *.cdx* files are unaltered + - avoid platform dependent apis (eg. %s for strftime) * Change any unhandled exceptions to result in a 500 error, instead of 400. +* Setup: switch to ``zip_safe=True`` to allow for embedding pywb egg in one-file app with `pyinstaller `_ + * More compresensive client side ``src`` attribute rewriting (via wombat.js), additional server-side HTML tag rewriting. @@ -39,6 +43,7 @@ pywb 0.7.1 changelist * Use `youtube-dl `_ to find actual video streams from page urls, record video info. * New, improved wombat 2.1 -- improved rewriting of dynamic content, including: + - setAttribute override - Date override sets date to replay timestamp - Image() object override