[Checkins] SVN: z3c.formui/trunk/ Record recent changes.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Jun 3 13:14:55 EDT 2007


Log message for revision 76261:
  Record recent changes.
  

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

-=-
Modified: z3c.formui/trunk/CHANGES.txt
===================================================================
--- z3c.formui/trunk/CHANGES.txt	2007-06-03 17:07:42 UTC (rev 76260)
+++ z3c.formui/trunk/CHANGES.txt	2007-06-03 17:14:54 UTC (rev 76261)
@@ -2,7 +2,13 @@
 CHANGES
 =======
 
+Version 1.0.1 (6/??/2007)
+-------------------------
 
+- Bug: Make sure we use the id for the "for" attribute of the "label" 
+  element and not the name. This has worked until recently, because the 
+  name and id were the same, but they are different now.
+
 Version 1.0.0 (5/24/2007)
 -------------------------
 

Modified: z3c.formui/trunk/setup.py
===================================================================
--- z3c.formui/trunk/setup.py	2007-06-03 17:07:42 UTC (rev 76260)
+++ z3c.formui/trunk/setup.py	2007-06-03 17:14:54 UTC (rev 76261)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.formui',
-    version='1.0.0',
+    version='1.0.1',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A set of initial UI components for z3c.form.",



More information about the Checkins mailing list