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

bump to version to 0.9.2

This commit is contained in:
Ilya Kreymer 2015-03-26 09:14:27 -07:00
parent cf4b5c50dd
commit 2dbde35d74
3 changed files with 9 additions and 4 deletions

View File

@ -1,17 +1,22 @@
pywb 0.9.2 changelist
~~~~~~~~~~~~~~~~~~~~~
pywb 0.9.1 changelist pywb 0.9.1 changelist
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
* Implement pagination support for zipnum cluster and added to cdx server api: * Implement pagination support for zipnum cluster and added to cdx server api:
https://github.com/ikreymer/pywb/wiki/CDX-Server-API https://github.com/ikreymer/pywb/wiki/CDX-Server-API
* cdx server query: add support for ``url=*.host`` and ``url=host/*`` as shortcuts for ``matchType=domain`` and ``matchType=prefix`` * cdx server query: add support for ``url=*.host`` and ``url=host/*`` as shortcuts for ``matchType=domain`` and ``matchType=prefix``
* zipnum cdx cluster: support loading index shared from prefix path instead of seperate location file. * zipnum cdx cluster: support loading index shared from prefix path instead of seperate location file.
The ``shard_index_loc`` config property may contain match and replace properties. The ``shard_index_loc`` config property may contain match and replace properties.
Regex replacement is then used to obtain path prefix from the shard prefix path. Regex replacement is then used to obtain path prefix from the shard prefix path.
* wombat: fix `document.write()` rewriting to rewrite each element at a time and use underlying write for better compatibility. * wombat: fix `document.write()` rewriting to rewrite each element at a time and use underlying write for better compatibility.

View File

@ -1,4 +1,4 @@
PyWb 0.9.1 PyWb 0.9.2
========== ==========
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master .. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master

View File

@ -1,4 +1,4 @@
__version__ = '0.9.1' __version__ = '0.9.2'
DEFAULT_CONFIG = 'pywb/default_config.yaml' DEFAULT_CONFIG = 'pywb/default_config.yaml'