[Checkins] SVN: grok/trunk/ require newer versions of zope.app.exception and zope.app.pagetemplate to address launchpad issue #499633

Jan-Wijbrand Kolman janwijbrand at gmail.com
Sat Jan 9 08:11:53 EST 2010


Log message for revision 107923:
  require newer versions of zope.app.exception and zope.app.pagetemplate to address launchpad issue #499633

Changed:
  U   grok/trunk/CHANGES.txt
  U   grok/trunk/versions.cfg

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2010-01-09 13:07:57 UTC (rev 107922)
+++ grok/trunk/CHANGES.txt	2010-01-09 13:11:53 UTC (rev 107923)
@@ -4,6 +4,8 @@
 1.1b1 (unreleased)
 ==================
 
+- Address launchpad issue #499633.
+
 - Lifted the dependency on zope.app.authentication and depend on
   zope.password instead.
 

Modified: grok/trunk/versions.cfg
===================================================================
--- grok/trunk/versions.cfg	2010-01-09 13:07:57 UTC (rev 107922)
+++ grok/trunk/versions.cfg	2010-01-09 13:11:53 UTC (rev 107923)
@@ -6,7 +6,7 @@
 grokcore.security = 1.4
 grokcore.site = 1.2
 grokcore.startup = 0.4
-grokcore.view = 1.13.1
+grokcore.view = 1.13.2
 grokcore.viewlet = 1.3
 grokui.admin = 0.3.2
 martian = 0.11.1
@@ -47,7 +47,7 @@
 zope.app.dependable = 3.4.0
 zope.app.dtmlpage = 3.5.0
 zope.app.error = 3.5.2
-zope.app.exception = 3.5.0
+zope.app.exception = 3.6.1
 zope.app.externaleditor = 3.5.0
 zope.app.file = 3.5.0
 zope.app.form = 3.8.1
@@ -61,7 +61,7 @@
 zope.app.locales = 3.5.1
 zope.app.locking = 3.5.0
 zope.app.onlinehelp = 3.5.1
-zope.app.pagetemplate = 3.7.1
+zope.app.pagetemplate = 3.10.1
 zope.app.preference = 3.6.0
 zope.app.preview = 3.4.0
 zope.app.principalannotation = 3.6.1
@@ -85,7 +85,7 @@
 zope.app.zopeappgenerations = 3.5.0
 zope.app.zptpage = 3.5.0
 zope.browsermenu = 3.9.0
-zope.browserpage = 3.9.0
+zope.browserpage = 3.11.0
 zope.browserresource = 3.9.0
 zope.cachedescriptors = 3.5.0
 zope.catalog = 3.8.0
@@ -93,7 +93,7 @@
 zope.configuration = 3.6.0
 zope.container = 3.9.0
 zope.contentprovider = 3.5.0
-zope.contenttype = 3.4.2
+zope.contenttype = 3.5.0
 zope.copy = 3.5.0
 zope.copypastemove = 3.5.2
 zope.datetime = 3.4.0
@@ -124,7 +124,7 @@
 zope.pagetemplate = 3.5.0
 zope.proxy = 3.5.0
 zope.ptresource = 3.9.0
-zope.publisher = 3.9.3
+zope.publisher = 3.12
 zope.ramcache = 1.0
 zope.rdb = 3.5.0
 zope.schema = 3.5.4
@@ -182,6 +182,7 @@
 zope.browser = 1.2
 zope.componentvocabulary = 1.0
 zope.kgs = 1.2.0
+zope.login = 1.0.0
 zope.password = 3.5.1
 zope.principalannotation = 3.6.0
 zope.principalregistry = 3.7.0



More information about the checkins mailing list