[Zope3-checkins] SVN: zdaemon/trunk/ preparing for 2.0.3 release

Chris Withers chris at simplistix.co.uk
Sat Apr 11 13:45:50 EDT 2009


Log message for revision 99132:
  preparing for 2.0.3 release

Changed:
  U   zdaemon/trunk/CHANGES.txt
  U   zdaemon/trunk/setup.py
  U   zdaemon/trunk/src/zdaemon/zdctl.py

-=-
Modified: zdaemon/trunk/CHANGES.txt
===================================================================
--- zdaemon/trunk/CHANGES.txt	2009-04-11 16:11:02 UTC (rev 99131)
+++ zdaemon/trunk/CHANGES.txt	2009-04-11 17:45:50 UTC (rev 99132)
@@ -1,7 +1,7 @@
 zdaemon Changelog
 *****************
 
-zdaemon 2.0.3 (unreleased)
+zdaemon 2.0.3 (2009/04/11)
 ==========================
 
 - Added support to bootstrap on Jython.
@@ -16,6 +16,9 @@
   This lets you run the tests on Python 2.4 and 2.5 simultaneously without
   spurious errors.
 
+- make -h work again for both runner and control scripts.
+  Help is now taken from the __doc__ of the options class users by
+  the zdaemon script being run.
 
 zdaemon 2.0.2 (2008/04/05)
 ==========================

Modified: zdaemon/trunk/setup.py
===================================================================
--- zdaemon/trunk/setup.py	2009-04-11 16:11:02 UTC (rev 99131)
+++ zdaemon/trunk/setup.py	2009-04-11 17:45:50 UTC (rev 99132)
@@ -37,7 +37,7 @@
 name = "zdaemon"
 setup(
     name=name,
-    version="2.0.3dev",
+    version="2.0.3",
     url="http://www.python.org/pypi/zdaemon",
     license="ZPL 2.1",
     description=

Modified: zdaemon/trunk/src/zdaemon/zdctl.py
===================================================================
--- zdaemon/trunk/src/zdaemon/zdctl.py	2009-04-11 16:11:02 UTC (rev 99131)
+++ zdaemon/trunk/src/zdaemon/zdctl.py	2009-04-11 17:45:50 UTC (rev 99132)
@@ -16,7 +16,7 @@
 
 Usage: python zdctl.py [-C URL] [-S schema.xml] [-h] [-p PROGRAM]
        [zdrun-options] [action [arguments]]
-
+ 
 Options:
 -C/--configure URL -- configuration file or URL
 -S/--schema XML Schema -- XML schema for configuration file



More information about the Zope3-Checkins mailing list