[Checkins] SVN: grok/branches/0.10/ Require zope.app.error=3.5.1. Remove version requirements that

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Oct 23 08:13:19 EDT 2007


Log message for revision 80959:
  Require zope.app.error=3.5.1. Remove version requirements that
  do not need to be pinned down.

Changed:
  U   grok/branches/0.10/CHANGES.txt
  U   grok/branches/0.10/versions.cfg

-=-
Modified: grok/branches/0.10/CHANGES.txt
===================================================================
--- grok/branches/0.10/CHANGES.txt	2007-10-23 11:47:27 UTC (rev 80958)
+++ grok/branches/0.10/CHANGES.txt	2007-10-23 12:13:18 UTC (rev 80959)
@@ -4,8 +4,14 @@
 0.10.2 (unreleased)
 ===================
 
-* ...
+Bug fixes
+---------
 
+* Remove zc.recipe.egg, zc.recipe.filestorage, zc.recipe.testrunner,
+  zc.zope3recipes from version requirements.
+
+* Require zope.app.error = 3.5.1
+
 0.10.1 (2007-10-10)
 ===================
 

Modified: grok/branches/0.10/versions.cfg
===================================================================
--- grok/branches/0.10/versions.cfg	2007-10-23 11:47:27 UTC (rev 80958)
+++ grok/branches/0.10/versions.cfg	2007-10-23 12:13:18 UTC (rev 80959)
@@ -10,10 +10,6 @@
 z3c.flashmessage = 1.0b2
 zc.catalog = 1.2b
 ZConfig = 2.5
-zc.recipe.egg = 1.0.0b6
-zc.recipe.filestorage = 1.0a5
-zc.recipe.testrunner = 1.0.0b8
-zc.zope3recipes = 0.6b1
 zdaemon = 2.0.0
 ZODB3 = 3.8.0b2
 zodbcode = 3.4.0b1dev-r75670
@@ -30,7 +26,7 @@
 zope.app.content = 3.4.0a1
 zope.app.debug = 3.4.0a1
 zope.app.dependable = 3.4.0a1
-zope.app.error = 3.4.1
+zope.app.error = 3.5.1
 zope.app.exception = 3.4.0a1
 zope.app.file = 3.4.0a1
 zope.app.folder = 3.4.0a1



More information about the Checkins mailing list