Path to this page:
Subject: CVS commit: pkgsrc/www/py-werkzeug
From: Klaus Klein
Date: 2016-04-15 14:45:18
Message id: 20160415124518.D6F46FBBA@cvs.NetBSD.org
Log Message:
Update py-werkzeug (and py-werkzeug-docs) to 0.11.7.
Version 0.11.7
--------------
Released on April 14th 2016.
- fixed a regression on Python 3 for the debugger.
Version 0.11.6
--------------
Released on April 14th 2016.
- 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.
Version 0.11.5
--------------
Released on March 22nd 2016.
- werkzeug.serving: Fix crash when attempting SSL connection to
HTTP server.
Files: