From d31a4df3a66f6483d92eabd1c1a819072e17ee0c Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 4 Dec 2014 23:10:51 -0800 Subject: [PATCH] add changelist for 0.6.5 --- CHANGES.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1ddaeea2..0fe9ae07 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,20 @@ +pywb 0.6.5 changelist +~~~~~~~~~~~~~~~~~~~~~ + +* fix static handling when content type can not be guessed, default to 'application/octet-stream' + +* rewrite fix: understand partially encoded urls such as http%3A// in WbUrl, decode correctly + +* rewrite fix: rewrite \/\/example.com and \\/\\/example.com in JS same as \\example.com + +* cookies: add exact cookie rewriter which sets cookie to exact url only, never collection or host root + +* don't rewrite rel=canonical links for services which rely on these + +* cdx-indexer: Detect non-gzip chunk encoded .warc.gz/arc.gz archive files and show a meaningful + error message explaining how to fix issue (uncompress and possibly use warctools warc2warc to recompress) + + pywb 0.6.4 changelist ~~~~~~~~~~~~~~~~~~~~~