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

release: update changelist for 2.2.20190311

docs: fix typos
This commit is contained in:
Ilya Kreymer 2019-03-11 16:40:53 -07:00
parent 4e4f1d80c1
commit 9448f4fe45
4 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,9 @@
pywb 2.2.20190311 changelist
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Support for setting timestamp in proxy mode via ``--proxy-timestamp`` (fixes #352)
* Support for setting timestamp in proxy mode via ``--proxy-default-timestamp`` (fixes #452)
* Remove any ``WB_wombat_`` found in POST requests from old versions of pywb.
* Fixes new query UI when loading traditional calendar ``/*/<url>`` pages (#455, #456)
pywb 2.2.x changelist

View File

@ -433,8 +433,8 @@ To enable proxy mode, the collection can be specified by running: ``wayback --pr
For HTTP proxy access, this is all that is needed to use the proxy. If pywb is running on port 8080 on localhost, the following curl command should provide proxy access: ``curl -x "localhost:8080" http://example.com/``
Default Proxy Timestamp
^^^^^^^^^^^^^^^^^^^^^^^
Default Timestamp
^^^^^^^^^^^^^^^^^
The timestamp can also be optionally specified by running: ``wayback --proxy my-coll --proxy-default-timestamp 20181226010203`` or by specifying the config::

View File

@ -68,6 +68,7 @@ As this approach always includes a redirect, use of this system is discouraged w
.. _memento-proxy:
Proxy Mode Memento API
^^^^^^^^^^^^^^^^^^^^^^

View File

@ -1 +1 @@
__version__ = '2.2.20190310'
__version__ = '2.2.20190311'