forked from pool/python-Werkzeug
Accepting request 428038 from home:TheBlackCat:branches:devel:languages:python
update to version 0.11.11 OBS-URL: https://build.opensuse.org/request/show/428038 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 13:01:58 UTC 2016 - aplanas@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user