[Checkins] SVN: grok/trunk/ lifted the dependency on deprecated zope.app.error and zope.app.securitypolicy

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Dec 30 16:54:52 EST 2009


Log message for revision 107396:
  lifted the dependency on deprecated zope.app.error and zope.app.securitypolicy

Changed:
  U   grok/trunk/CHANGES.txt
  U   grok/trunk/doc/upgrade.txt
  U   grok/trunk/setup.py

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2009-12-30 21:41:49 UTC (rev 107395)
+++ grok/trunk/CHANGES.txt	2009-12-30 21:54:52 UTC (rev 107396)
@@ -4,9 +4,9 @@
 1.1b1 (unreleased)
 ==================
 
-- Nothing changed yet.
+- Lifted dependencies on deprecate packages zope.app.error and
+  zope.app.securitypolicy and zope.app.session.
 
-
 1.1a2 (2009-12-22)
 ==================
 

Modified: grok/trunk/doc/upgrade.txt
===================================================================
--- grok/trunk/doc/upgrade.txt	2009-12-30 21:41:49 UTC (rev 107395)
+++ grok/trunk/doc/upgrade.txt	2009-12-30 21:54:52 UTC (rev 107396)
@@ -11,6 +11,22 @@
 **Warning**. Please be sure to always backup your data (especially the
 ``Data.fs`` file) before you perform upgrades.
 
+.. _upgrade_notes_1.1a2:
+
+Upgrading to 1.1a2 (2009-12-22)
+-------------------------------
+
+* When upgrading to a newer version of Grok, you should refer to the
+  newest list of versions as defined for this release of Grok.
+
+  For Grok 1.1a2, download the following file::
+
+    http://grok.zope.org/releaseinfo/grok-1.1a2.cfg
+
+  And replace ``versions.cfg`` in your project with this file. Then run::
+
+    ./bin/buildout
+
 .. _upgrade_notes_1.1a1:
 
 Upgrading to 1.1a1 (2009-11-17)

Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2009-12-30 21:41:49 UTC (rev 107395)
+++ grok/trunk/setup.py	2009-12-30 21:54:52 UTC (rev 107396)
@@ -84,9 +84,6 @@
                       'zope.site',
                       'zope.size',
                       'zope.traversing',
-                      # deprecated packages, there for backwards compatibility
-                      'zope.app.error',
-                      'zope.app.securitypolicy',
                       # Reported as unused by z3c.dependencychecker.  Should
                       # be removed or moved to the deprecated packages list.
                       'zope.app.appsetup',



More information about the checkins mailing list