From 80da0e91da0bc232630e87ceff856f0f81b895f1 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sat, 21 Feb 2015 14:13:35 -0800 Subject: [PATCH] update CHANGELIST for 0.8.1 --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e7f360eb..1682d3d2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ pywb 0.8.1 changelist ~~~~~~~~~~~~~~~~~~~~~ +* wb.js top frame notification: use ``window.__orig_parent`` when referencing actual parent as ``window.parent`` now overriden. + +* live proxy security: enable ssl verification for live proxy by default, for use with python 2.7.9 ssl improvements. Was disabled + due to incomplete ssl support in previous versions of python. Can be disabled via ``verify_ssl: False`` per collection. + +* cdx-indexer: add recursive option to index warcs in all subdirectories with ``cdx-indexer -r `` + pywb 0.8.0 changelist ~~~~~~~~~~~~~~~~~~~~~