[Checkins] SVN: z3c.form/trunk/ Get ready for release. I do not like 1 bug-fix releases, but the API

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Apr 8 16:52:57 EDT 2008


Log message for revision 85165:
  Get ready for release. I do not like 1 bug-fix releases, but the API 
  seems stable right now and this bug fix allows for some cool new use 
  cases.
  

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

-=-
Modified: z3c.form/trunk/CHANGES.txt
===================================================================
--- z3c.form/trunk/CHANGES.txt	2008-04-08 20:17:20 UTC (rev 85164)
+++ z3c.form/trunk/CHANGES.txt	2008-04-08 20:52:57 UTC (rev 85165)
@@ -2,6 +2,16 @@
 CHANGES
 =======
 
+Version 1.8.1 (2008-04-08)
+--------------------------
+
+- Bug: Fixed a bug that prohibited groups from having different contents than
+  the parent form.  Previously, the groups contents were not being properly
+  updated. Added new documentation on how to use groups to generate
+  object-based sub-forms. Thanks to Paul Carduner for providing the fix and
+  documentation.
+
+
 Version 1.8.0 (2008-01-23)
 --------------------------
 

Modified: z3c.form/trunk/setup.py
===================================================================
--- z3c.form/trunk/setup.py	2008-04-08 20:17:20 UTC (rev 85164)
+++ z3c.form/trunk/setup.py	2008-04-08 20:52:57 UTC (rev 85165)
@@ -44,7 +44,7 @@
 
 setup (
     name='z3c.form',
-    version='1.8.1dev',
+    version='1.8.1',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope-dev at zope.org",
     description = "An advanced form and widget framework for Zope 3",



More information about the Checkins mailing list