1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

update to latest wombat 3.0.0, fix issue with parent override (webrecorder/wombat#3)

bump version to 2.3.1
This commit is contained in:
Ilya Kreymer 2019-07-10 18:09:22 -07:00
parent a72d938f15
commit d4518ae557
4 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,11 @@
pywb 2.3.x changelist pywb 2.3.1 changelist
~~~~~~~~~~~~~~~~~~~~~
* Fix regression in wombat, new window.parent override from (webrecorder/wombat#2) was throwing exception if top-frame was cross-origin (webrecorder/wombat#3)
* Update to latest wombat, v3.0.0
pywb 2.3.0 changelist
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
* Wombat Improvements and modularization: * Wombat Improvements and modularization:

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
__version__ = '2.3.0' __version__ = '2.3.1'
if __name__ == '__main__': if __name__ == '__main__':
print(__version__) print(__version__)

2
wombat

@ -1 +1 @@
Subproject commit 5ad8ce852fcda08ce420af114c709116cd78b84e Subproject commit 20061139c3e08c14ea3361a79a3edd495d0e8f19