[Zodb-checkins] SVN: zdaemon/trunk/CHANGES.txt Fixed indentation to be equal, use list everywhere
Michael Howitz
mh at gocept.com
Mon Apr 20 03:24:19 EDT 2009
Log message for revision 99305:
Fixed indentation to be equal, use list everywhere
Changed:
U zdaemon/trunk/CHANGES.txt
-=-
Modified: zdaemon/trunk/CHANGES.txt
===================================================================
--- zdaemon/trunk/CHANGES.txt 2009-04-20 07:21:38 UTC (rev 99304)
+++ zdaemon/trunk/CHANGES.txt 2009-04-20 07:24:18 UTC (rev 99305)
@@ -34,7 +34,7 @@
Bugs Fixed
----------
-Fixed backwards incompatible change in handling of environment option.
+- Fixed backwards incompatible change in handling of environment option.
2.0.1 (2007-10-31)
==================
@@ -42,13 +42,13 @@
Bugs Fixed
----------
-Fixed test renormalizer that did not work in certain cases where the
-environment was complex.
+- Fixed test renormalizer that did not work in certain cases where the
+ environment was complex.
2.0.0 (2007-07-19)
==================
-Final release for 2.0.0.
+- Final release for 2.0.0.
2.0a6 (2007-01-11)
==================
@@ -118,52 +118,52 @@
1.4a1 (2005-11-21)
==================
-Fixed a bug in the distribution setup file.
+- Fixed a bug in the distribution setup file.
1.4a1 (2005-11-05)
==================
-First semi-formal release.
+- First semi-formal release.
After some unknown release(???)
===============================
- - Made 'zdaemon.zdoptions' not fail for --help when __main__.__doc__
- is None.
+- Made 'zdaemon.zdoptions' not fail for --help when __main__.__doc__
+ is None.
After 1.1
=========
- - Updated test 'testRunIgnoresParentSignals':
+- Updated test 'testRunIgnoresParentSignals':
- o Use 'mkdtemp' to create a temporary directory to hold the test socket
- rather than creating the test socket in the test directory.
- Hopefully this will be more robust. Sometimes the test directory
- has a path so long that the test socket can't be created.
+ o Use 'mkdtemp' to create a temporary directory to hold the test socket
+ rather than creating the test socket in the test directory.
+ Hopefully this will be more robust. Sometimes the test directory
+ has a path so long that the test socket can't be created.
- o Changed management of 'donothing.sh'. This script is now created by
- the test in the temporarary directory with the necessary
- permissions. This is to avoids possible mangling of permissions
- leading to spurious test failures. It also avoids management of a
- file in the source tree, which is a bonus.
+ o Changed management of 'donothing.sh'. This script is now created by
+ the test in the temporarary directory with the necessary
+ permissions. This is to avoids possible mangling of permissions
+ leading to spurious test failures. It also avoids management of a
+ file in the source tree, which is a bonus.
- - Rearranged source tree to conform to more usual zpkg-based layout:
+- Rearranged source tree to conform to more usual zpkg-based layout:
- o Python package lives under 'src'.
+ o Python package lives under 'src'.
- o Dependencies added to 'src' as 'svn:externals'.
+ o Dependencies added to 'src' as 'svn:externals'.
- o Unit tests can now be run from a checkout.
+ o Unit tests can now be run from a checkout.
- - Made umask-based test failures due to running as root emit a more
+- Made umask-based test failures due to running as root emit a more
forceful warning.
1.1 (2005-06-09)
================
- - SVN tag: svn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1
+- SVN tag: svn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1
- - Tagged to make better 'svn:externals' linkage possible.
+- Tagged to make better 'svn:externals' linkage possible.
To-Dos
======
@@ -174,6 +174,6 @@
- working directory
-Bugs
+Bugs:
- help command
More information about the Zodb-checkins
mailing list