[Checkins] SVN: z3c.form/trunk/ Get ready for beta release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Jul 4 13:26:14 EDT 2007


Log message for revision 77416:
  Get ready for beta release.
  

Changed:
  U   z3c.form/trunk/CHANGES.txt
  U   z3c.form/trunk/setup.py

-=-
Modified: z3c.form/trunk/CHANGES.txt
===================================================================
--- z3c.form/trunk/CHANGES.txt	2007-07-04 17:21:59 UTC (rev 77415)
+++ z3c.form/trunk/CHANGES.txt	2007-07-04 17:26:13 UTC (rev 77416)
@@ -17,6 +17,12 @@
 - Feature: Reviewed all widget attributes. Added all available HTML attributes
   to the widgets.
 
+- Optimization: The terms for a sequence widget were looked up multiple times
+  among different components. The widget is now the canonical source for the
+  terms and other components, such as the converter uses them. This avoids
+  looking up the terms multiple times, which can be an expensive process for
+  some applications.
+
 - Bug/Feature: Correctly create labels for radio button choices.
 
 - Bug: Added tests for textarea widget.

Modified: z3c.form/trunk/setup.py
===================================================================
--- z3c.form/trunk/setup.py	2007-07-04 17:21:59 UTC (rev 77415)
+++ z3c.form/trunk/setup.py	2007-07-04 17:26:13 UTC (rev 77416)
@@ -43,7 +43,7 @@
 
 setup (
     name='z3c.form',
-    version='1.4.0',
+    version='1.5.0b1',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "An advanced form and widget framework for Zope 3",



More information about the Checkins mailing list