[Checkins] SVN: ldappas/trunk/ Conditionally register various forms.

Martijn Faassen faassen at startifact.com
Tue Jan 25 12:12:56 EST 2011


Log message for revision 119924:
  Conditionally register various forms.
  

Changed:
  U   ldappas/trunk/CHANGES.txt
  U   ldappas/trunk/setup.py

-=-
Modified: ldappas/trunk/CHANGES.txt
===================================================================
--- ldappas/trunk/CHANGES.txt	2011-01-25 17:09:55 UTC (rev 119923)
+++ ldappas/trunk/CHANGES.txt	2011-01-25 17:12:55 UTC (rev 119924)
@@ -2,12 +2,12 @@
 ldappas changes
 ===============
 
-0.9 (unreleased)
-================
+0.8.1 (unreleased)
+==================
 
-- Nothing changed yet.
+* Make registration of ZCML forms conditional on the presence of
+  zope.app.form. This is probably a deprecated feature by now.
 
-
 0.8 (2011-01-25)
 ================
 

Modified: ldappas/trunk/setup.py
===================================================================
--- ldappas/trunk/setup.py	2011-01-25 17:09:55 UTC (rev 119923)
+++ ldappas/trunk/setup.py	2011-01-25 17:12:55 UTC (rev 119924)
@@ -6,7 +6,7 @@
 
 setup(
     name='ldappas',
-    version='0.9dev',
+    version='0.8.1dev',
     author='Zope developers',
     author_email='zope-dev at zope.org',
     url='http://svn.zope.org/ldappas',



More information about the checkins mailing list