[Zope3-checkins] SVN: Zope3/branches/Zope-3.1/doc/CHANGES.txt Made
a list of changes since RC 1.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Aug 28 09:11:28 EDT 2005
Log message for revision 38128:
Made a list of changes since RC 1.
Changed:
U Zope3/branches/Zope-3.1/doc/CHANGES.txt
-=-
Modified: Zope3/branches/Zope-3.1/doc/CHANGES.txt
===================================================================
--- Zope3/branches/Zope-3.1/doc/CHANGES.txt 2005-08-28 13:01:12 UTC (rev 38127)
+++ Zope3/branches/Zope-3.1/doc/CHANGES.txt 2005-08-28 13:11:28 UTC (rev 38128)
@@ -8,6 +8,42 @@
Zope 3.1.0
+ Changes for Zope 3.1.0 RC 2
+
+ - Removed an untested missfeature that can cause infinite loops in
+ principalfolder's Principal class.
+
+ - Switch to METAL 1.1, which solved a serious bug.
+
+ - Grant view cleaned up.
+
+ - Add missing id attribute to select widget.
+
+ - pytz has been updated.
+
+ - Some code optimization in the HTTP factory of the publisher and
+ ftesting framework.
+
+ - Multiple headers having the same name are correctly handled now.
+
+ - Now SQL operation parameters will be properly encoded before executing.
+
+ - More carefully handle case when SQL parameters is a tuple or a list of
+ a tuples.
+
+ - All request factories can now be configured.
+
+ - Script and Installation documentation improvements.
+
+ - Fixed several bugs in API doc. Also provided some flexibility with the
+ UI.
+
+ - Fix to source widget hasInput and associated changes
+
+ - Updated Build System.
+
+ - Fix I18n bugs. Updated Russian and German translations.
+
New features
- Implemented the METAL 1.1 macro language in page templates.
More information about the Zope3-Checkins
mailing list