[Checkins] SVN: Zope/trunk/doc/CHANGES.rst Note work on LP 372629.
Tres Seaver
tseaver at palladion.com
Wed May 6 13:30:43 EDT 2009
Log message for revision 99793:
Note work on LP 372629.
Changed:
U Zope/trunk/doc/CHANGES.rst
-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst 2009-05-06 16:19:56 UTC (rev 99792)
+++ Zope/trunk/doc/CHANGES.rst 2009-05-06 17:30:43 UTC (rev 99793)
@@ -23,6 +23,9 @@
Features Added
++++++++++++++
+- zExceptions.convertExceptionType: new API, breaking out conversion of
+ exception names to exception types from 'upgradeException'.
+
- Extended BrowserIdManager to expose the 'HTTPOnly' attribute for its
cookie. Also via https://bugs.launchpad.net/zope2/+bug/367393 .
@@ -33,6 +36,11 @@
Bugs Fixed
++++++++++
+- DocumentTemplate.DT_Raise: use new 'zExceptions.convertExceptionType'
+ API to allow raising non-builtin exceptions.
+ Fixes https://bugs.launchpad.net/zope2/+bug/372629 , which prevented
+ viewing the "Try" tab of a script with no parameters.
+
- ZPublisher response.setBody: don't append Accept-Encoding to Vary header if
it is already present - this can make cache configuration difficult.
More information about the Checkins
mailing list