[Checkins] SVN: grokproject/trunk/

Philipp von Weitershausen philikon at philikon.de
Fri Jul 13 13:09:29 EDT 2007


Log message for revision 77879:
  

Changed:
  U   grokproject/trunk/README.txt
  U   grokproject/trunk/TODO.txt

-=-
Modified: grokproject/trunk/README.txt
===================================================================
--- grokproject/trunk/README.txt	2007-07-13 17:04:30 UTC (rev 77878)
+++ grokproject/trunk/README.txt	2007-07-13 17:09:29 UTC (rev 77879)
@@ -32,6 +32,9 @@
   PasteScript, easy_install and zc.buildout).  Use the -v option for
   verbose mode.
 
+* Fixed https://bugs.launchpad.net/grok/+bug/119805:
+  A new project created with grokproject can't be called 'grok' or 'zope'.
+
 0.4 (2007-09-12)
 ----------------
 
@@ -42,6 +45,9 @@
   try to simply import zc.buildout.  If that doesn't work, call the
   setuptools API to install it and then simply import it.
 
+* Fixed https://bugs.launchpad.net/grok/+bug/113103:
+  Default index template was missing closing html tag.
+
 0.1 thru 0.3
 ------------
 

Modified: grokproject/trunk/TODO.txt
===================================================================
--- grokproject/trunk/TODO.txt	2007-07-13 17:04:30 UTC (rev 77878)
+++ grokproject/trunk/TODO.txt	2007-07-13 17:09:29 UTC (rev 77879)
@@ -3,9 +3,9 @@
   See https://bugs.launchpad.net/zc.buildout/+bug/125729.
 
 * generate a buildout.cfg with
-  * eggs-directory = ...
-  * newest = false
-
+  - eggs-directory = ...
+  - newest = false
 * Allow values to be provided thru command line arguments
+  See https://bugs.launchpad.net/grok/+bug/125817.
 
 * Update to newer zc.zope3recipes that doesn't need [zope3] section



More information about the Checkins mailing list