[Checkins] SVN: Sandbox/philikon/zopeproject/trunk/README.txt Group features and bugfixes

Philipp von Weitershausen philikon at philikon.de
Sat Sep 15 17:48:38 EDT 2007


Log message for revision 79682:
  Group features and bugfixes
  

Changed:
  U   Sandbox/philikon/zopeproject/trunk/README.txt

-=-
Modified: Sandbox/philikon/zopeproject/trunk/README.txt
===================================================================
--- Sandbox/philikon/zopeproject/trunk/README.txt	2007-09-15 21:46:12 UTC (rev 79681)
+++ Sandbox/philikon/zopeproject/trunk/README.txt	2007-09-15 21:48:38 UTC (rev 79682)
@@ -365,11 +365,9 @@
 0.4 (unreleased)
 ----------------
 
-* More improvements to the README.txt file.
+New features
+~~~~~~~~~~~~
 
-* Make use of ``zope.app.wsgi.getApplication()`` to reduce the startup
-  boiler-plate in ``startup.py`` (formerly ``application.py``).
-
 * Added a zdaemon controller script much like zopectl called
   ``*package*-ctl`` (where ``*package*`` is the name of the package
   created with zopeproject).
@@ -378,14 +376,22 @@
   an interpreter session.  It is also available via ``*package*-ctl
   debug``
 
+* Added ``debug.ini`` which configures a WSGI middleware for
+  intercepting exceptions and live debugging (either using Paste's
+  evalexception middleware or the Python debugger pdb_).
+
+* More improvements to the README.txt file.
+
+Bugfixes and restructuring
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+* Make use of ``zope.app.wsgi.getApplication()`` to reduce the startup
+  boiler-plate in ``startup.py`` (formerly ``application.py``).
+
 * The package that zopeproject creates is now located in a ``src``
   directory, where it's easier to single out among the other files and
   directories.
 
-* Added ``debug.ini`` which configures a WSGI middleware for
-  intercepting exceptions and live debugging (either using Paste's
-  evalexception middleware or the Python debugger pdb_).
-
 * Fixed a bug when guessing the default eggs-directory: When
   ~/.buildout/default.cfg did not contain an eggs-directory option,
   zopeproject failed with a ConfigParser.NoOptionError.



More information about the Checkins mailing list