Changelog for
python-Werkzeug-doc-0.12.2-1.45.noarch.rpm :
* Tue Aug 08 2017 tbechtoldAATTsuse.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 04 2017 jmatejekAATTsuse.com- update to 0.12.1- use python3-Sphinx for build
* Thu Sep 15 2016 toddrme2178AATTgmail.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.