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

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 9 21:57:53 EDT 2007


Log message for revision 80755:
  Get ready for 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-10-10 01:50:50 UTC (rev 80754)
+++ z3c.form/trunk/CHANGES.txt	2007-10-10 01:57:53 UTC (rev 80755)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-Version 1.7.0 (9/??/2007)
--------------------------
+Version 1.7.0 (2007-10-09)
+--------------------------
 
 - Feature: Implemented ``ImageButton``, ``ImageAction``, ``ImageWidget``, and
   ``ImageFieldWidget`` to support imge submit buttons.
@@ -20,9 +20,9 @@
   Martijn Faassen for doing this.
 
 - Bug: When an error occurred during processing of the request the
-  widget ended up been security proxies and the system started
-  throwing `TraversalError's trying to access the `label' attribute of
-  the widget. Declared that the widgets require the `zope.Public'
+  widget ended up being security proxied and the system started
+  throwing `TraversalError`-'s trying to access the `label` attribute of
+  the widget. Declared that the widgets require the `zope.Public`
   permission in order to access these attributes.
 
 - Bug: When rendering a widget the ``style`` attribute was not honored. Thanks
@@ -36,8 +36,8 @@
   signature. Thanks to Markus Kemmerling for reporting.
 
 
-Version 1.6.0 (8/24/2007)
--------------------------
+Version 1.6.0 (2007-08-24)
+--------------------------
 
 - Feature: An event handler for ``ActionErrorOccurred`` events is registered
   to merge the action error into the form's error collectors, such as
@@ -115,8 +115,8 @@
   the ``widget`` attribute was ``None`` -- rendering the template would fail.
 
 
-Version 1.5.0 (7/18/2007)
--------------------------
+Version 1.5.0 (2007-07-18)
+--------------------------
 
 - Feature: Added a span around values for widgets in display mode. This allows
   for easier identification widget values in display mode.
@@ -164,8 +164,8 @@
 - Bug: Added tests for textarea widget.
 
 
-Version 1.4.0 (6/29/2007)
--------------------------
+Version 1.4.0 (2007-06-29)
+--------------------------
 
 - Feature: The select widget grew a new ``prompt`` flag, which allows you to
   explicitely request a selection prompt as the first option in the selection
@@ -194,8 +194,8 @@
 - Bug: Recorded all public select-widget attributes in the interface.
 
 
-Version 1.3.0 (6/22/2007)
--------------------------
+Version 1.3.0 (2007-06-22)
+--------------------------
 
 - Feature: In an edit form applying the data and generating all necessary
   messages was all done within the "Apply" button handler. Now the actual task
@@ -303,20 +303,20 @@
   by Roy Mathew in ``form.txt``.
 
 
-Version 1.2.0 (5/30/2007)
--------------------------
+Version 1.2.0 (2007-05-30)
+--------------------------
 
 - Feature: Added ability to change the button action title using an ``IValue``
   adapter.
 
 
-Version 1.1.0 (5/30/2007)
--------------------------
+Version 1.1.0 (2007-05-30)
+--------------------------
 
 - Feature: Added compatibility for Zope 3.3 and thus Zope 2.10.
 
 
-Version 1.0.0 (5/24/2007)
--------------------------
+Version 1.0.0 (2007-05-24)
+--------------------------
 
 - Initial Release

Modified: z3c.form/trunk/setup.py
===================================================================
--- z3c.form/trunk/setup.py	2007-10-10 01:50:50 UTC (rev 80754)
+++ z3c.form/trunk/setup.py	2007-10-10 01:57:53 UTC (rev 80755)
@@ -43,7 +43,7 @@
 
 setup (
     name='z3c.form',
-    version='1.6.0',
+    version='1.7.0',
     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