From 311c85adfd30ea0f947d294c2865aa0b5851a058 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 8 Sep 2015 22:58:05 -0700 Subject: [PATCH] Update CHANGES for 0.10.7 --- CHANGES.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 227fd47c..1e199ac2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,23 @@ +pywb 0.10.7 changelist +~~~~~~~~~~~~~~~~~~~~~~ + +* wombat 2.8 improvements, including: + + - cookies: fixed rewriting with respect to comma, proper path and domain replacement + - form action and textContent rewriting + - document.write() improvements, buffering split tag and removing extraneous end tag + - document.writeln() rewriting + - object data attr conditional rewriting + - proper ``setAttribute("style", ...`` rewriting + - style rewrite regex now case-insensitive + +* 10-field CDX format fully supported. + +* rewrite: "background" attr rewriting, proper rewriting of entity-encoded attributes. + +* Fix for regression for Vimeo videos that were recorded as Flash but replay as HTML. + + pywb 0.10.6 changelist ~~~~~~~~~~~~~~~~~~~~~~