[Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Splice in missing 3.2.x history.

Tres Seaver tseaver at palladion.com
Tue Apr 4 10:49:02 EDT 2006


Log message for revision 66387:
  Splice in missing 3.2.x history.

Changed:
  U   Zope3/trunk/doc/CHANGES.txt

-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt	2006-04-04 14:47:57 UTC (rev 66386)
+++ Zope3/trunk/doc/CHANGES.txt	2006-04-04 14:49:01 UTC (rev 66387)
@@ -127,8 +127,44 @@
 
   ------------------------------------------------------------------
 
-  Zope 3.2.0b3
+  Zope 3.2.1 (2006/03/26)
 
+    Bug fixes
+
+      - Fixed issue 573: @form.action(failure='name_of_method') didn't work.
+
+      - Fixed issue 568: Typo in basicskin css file.
+
+      - Fixed issue 560: Bug in default AddView class.
+
+      - Fixed issue 546: non-ASCII docstring cause
+        System Error in RootErrorReportingUtility.
+
+      - Fixed issue 544: VocabularyRegistryError missing import.
+
+      - Fixed issue 536: ErrorLogUtility has UnboundLocalError.
+
+      - zope.app.testing.functional.defineLayer
+
+        + Use the method param instead of an hardcoded value for the
+        zcml filename
+
+  Zope 3.2.0 (2006/01/05)
+
+    Bug Fixes
+
+      - zope.i18n.interpolate:
+
+        + now if the variable wasn't found in the mapping no substitution
+          will happens.
+
+        + fixed interpolation in case "$name $$name", only the first variable
+          will be substituted.
+
+      - Fixed a bug in FieldProperty to honor the readonly field.
+
+  Zope 3.2.0b3 (2006/01/02)
+
       - The test-runner --coverage option didn't work when tested code
         was installed in Python's site-packages, which is the case for
         Zope 3 on windows.
@@ -139,7 +175,7 @@
       - Make zopetest insert rather than append the library path
         (fix spurious test failures from packages in site-packages)
 
-  Zope 3.2.0b2
+  Zope 3.2.0b2 (2005/12/23)
 
     New features
 



More information about the Zope3-Checkins mailing list