[Checkins] SVN: grokproject/trunk/README.txt some release gardening

Philipp von Weitershausen philikon at philikon.de
Fri Jul 13 10:24:10 EDT 2007


Log message for revision 77864:
  some release gardening
  

Changed:
  U   grokproject/trunk/README.txt

-=-
Modified: grokproject/trunk/README.txt
===================================================================
--- grokproject/trunk/README.txt	2007-07-13 14:17:28 UTC (rev 77863)
+++ grokproject/trunk/README.txt	2007-07-13 14:24:08 UTC (rev 77864)
@@ -18,3 +18,31 @@
 empty Python package in the ``src`` directory in which you can place
 the code for your web application.  To start the Zope server, execute
 ``bin/zopectl fg``.
+
+Changes
+=======
+
+0.5 (unreleased)
+----------------
+
+* The bin/instance script has been renamed to bin/zopectl for better
+  recognizability.
+
+* grokproject is much quieter by default (by quieting down
+  PasteScript, easy_install and zc.buildout).  Use the -v option for
+  verbose mode.
+
+0.4 (2007-09-12)
+----------------
+
+* As grok now depends on Zope 3.4 eggs, use zc.zope3recipes
+  application and instance recipes.
+
+* Don't spawn processes to bootstrap and run the buildout.  Instead,
+  try to simply import zc.buildout.  If that doesn't work, call the
+  setuptools API to install it and then simply import it.
+
+0.1 thru 0.3
+------------
+
+Initial development versions, supporting Zope 3.3.



More information about the Checkins mailing list