Log message for revision 67958: Add changelog entries, for my past 2 bugfixes, though there doesnt seem to be an intelligent way of expressing a bugfix that was in Five 1.4 and 1.5, but not in Five 1.5b
Changed: U Products.Five/trunk/CHANGES.txt -=- Modified: Products.Five/trunk/CHANGES.txt =================================================================== --- Products.Five/trunk/CHANGES.txt 2006-05-04 00:11:01 UTC (rev 67957) +++ Products.Five/trunk/CHANGES.txt 2006-05-04 00:27:31 UTC (rev 67958) @@ -2,6 +2,16 @@ Five Changes ============ +Five 1.5 (Unreleased) +===================== + +Bugfixes +-------- + +* Five.testbrowser capitalizes headers in the same way as the Zope2 + HTTPResponse. i.e. content-length -> Content-Length. + + Five 1.5b (2006-05-04) ====================== @@ -14,6 +24,20 @@ deprecated, as the functionality exists in the Zope core publisher from Zope 2.10 and up. + +Five 1.4 (Unreleased) +===================== + +Bugfixes +-------- + +* Five.testbrowser does not swallow cookies anymore, based on patch by + Daniel Nouri. + +* Five.testbrowser capitalizes headers in the same way as the Zope2 + HTTPResponse. i.e. content-length -> Content-Length. + + Five 1.4c (2006-05-04) ====================== _______________________________________________ Zope-Checkins maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-checkins
