From 6035a9dc82fcc822217a33373e39a38762f72f2a Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Wed, 21 Oct 2015 17:50:26 -0700 Subject: [PATCH] Update CHANGES for 0.10.10 --- CHANGES.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 7855a821..0822301d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,21 @@ +pywb 0.10.10 changelist +~~~~~~~~~~~~~~~~~~~~~~ + +* extensible BlockLoadres: supported 'http', 'https', 's3' and local file system, additional + loaders can now be registered by scheme. + +* rewriting fixes: + - wombat: fix occasional style rewrite bug that resulted in leaks. + - strip leading or trailing spaces in url + - charset: default to utf-8 if unknown charset specified in HTML + +* live rewrite: LiveRewriter class overridable in config + +* WARC indexing: ignore empty records when indexing and continue, rather than stopping at first empty record. + +* tests: refactor integration tests to run signficantly faster. + + pywb 0.10.9.1 changelist ~~~~~~~~~~~~~~~~~~~~~~