python-Werkzeug/python-Werkzeug-doc.changes
Dirk Mueller 93cb32f074 Accepting request 515242 from home:tbechtold:branches:devel:languages:python
- update to 0.12.2:
  - Fix regression: Pull request ``#892`` prevented Werkzeug from correctly
    logging the IP of a remote client behind a reverse proxy, even when using
    `ProxyFix`.
  - Fix a bug in `safe_join` on Windows.

- update to 0.12.2:
  - Fix regression: Pull request ``#892`` prevented Werkzeug from correctly
    logging the IP of a remote client behind a reverse proxy, even when using
    `ProxyFix`.
  - Fix a bug in `safe_join` on Windows.

OBS-URL: https://build.opensuse.org/request/show/515242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=26
2017-08-08 19:42:25 +00:00

69 lines
2.8 KiB
Plaintext

-------------------------------------------------------------------
Tue Aug 8 19:29:05 UTC 2017 - tbechtold@suse.com
- update to 0.12.2:
- Fix regression: Pull request ``#892`` prevented Werkzeug from correctly
logging the IP of a remote client behind a reverse proxy, even when using
`ProxyFix`.
- Fix a bug in `safe_join` on Windows.
-------------------------------------------------------------------
Tue Apr 4 15:47:05 UTC 2017 - jmatejek@suse.com
- update to 0.12.1
- use python3-Sphinx for build
-------------------------------------------------------------------
Thu Sep 15 23:08:05 UTC 2016 - toddrme2178@gmail.com
- update to version 0.11.11:
* Fix JSONRequestMixin for Python3. See #731
* Fix broken string handling in test client when passing
integers. See #852
* Fix a bug in "parse_options_header" where an invalid content type
starting with comma or semi-colon would result in an invalid
return value, see issue "#995".
* Fix a bug in multidicts when passing empty lists as values, see
issue "#979".
* Fix a security issue that allows XSS on the Werkzeug debugger. See
"#1001".
- update to version 0.11.10:
* Fixed a bug that occurs when running on Python 2.6 and using a
broken locale. See pull request #912.
* Fixed a crash when running the debugger on Google App Engine. See
issue #925.
* Fixed an issue with multipart parsing that could cause memory
exhaustion.
- Update to 0.11.9
- Corrected an issue that caused the debugger not to use the
machine GUID on POSIX systems.
- Corrected an Unicode error on Python 3 for the debugger's
PIN usage.
- Corrected the timestamp verification in the pin debug code.
Without this fix the pin was remebered until too long.
- update to version 0.11.8:
* fixed a problem with the machine GUID detection code on OS X on
Python 3.
- changes from version 0.11.7:
* fixed a regression on Python 3 for the debugger.
- changes from version 0.11.6:
* werkzeug.serving: Still show the client address on bad requests.
* improved the PIN based protection for the debugger to make it
harder to brute force via trying cookies. Please keep in mind
that the debugger *is not intended for running on production
environments*
* increased the pin timeout to a week to make it less annoying for
people which should decrease the change that users disable the pin
check entirely.
* werkzeug.serving: Fix broken HTTP_HOST when path starts with
double slash.
- update to version 0.11.5:
* werkzeug.serving: Fix crash when attempting SSL connection to HTTP
server.
- update to version 0.11.4:
* Fixed werkzeug.serving not working from -m flag.
* Fixed incorrect weak etag handling.
- Rebase 0001_create_a_thread_to_reap_death_process.patch
- Split documentation into own subpackage to speed up build.