[Checkins] SVN: grok/trunk/ Preparing release 1.1rc1

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Feb 25 14:41:03 EST 2010


Log message for revision 109445:
  Preparing release 1.1rc1

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	2010-02-25 18:42:40 UTC (rev 109444)
+++ grok/trunk/CHANGES.txt	2010-02-25 19:41:03 UTC (rev 109445)
@@ -1,11 +1,11 @@
 Grok changes
 ************
 
-1.1b1 (unreleased)
-==================
+1.1rc1 (2010-02-25)
+===================
 
 * Now using grokcore.content for the base content types : Model,
-  Container and OrderedContainer. 
+  Container and OrderedContainer.
 
 * Lifted the dependency on zope.app.authentication and depend on
   zope.password instead.
@@ -13,6 +13,10 @@
 * Lifted dependencies on deprecate packages zope.app.error and
   zope.app.securitypolicy and zope.app.session.
 
+Beside these changes lot of work has been undertaken to remove as much
+dependencies on "older" zope.app.* packages as possible from Grok itself
+and from the dependencies of Grok. This work is not complete yet.
+
 1.1a2 (2009-12-22)
 ==================
 

Modified: grok/trunk/doc/upgrade.txt
===================================================================
--- grok/trunk/doc/upgrade.txt	2010-02-25 18:42:40 UTC (rev 109444)
+++ grok/trunk/doc/upgrade.txt	2010-02-25 19:41:03 UTC (rev 109445)
@@ -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.1rc1:
+
+Upgrading to 1.1rc1 (2010-02-25)
+-------------------------------
+
+* 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.1rc1, download the following file::
+
+    http://grok.zope.org/releaseinfo/grok-1.1rc1.cfg
+
+  And replace ``versions.cfg`` in your project with this file. Then run::
+
+    ./bin/buildout
+
 .. _upgrade_notes_1.1a2:
 
 Upgrading to 1.1a2 (2009-12-22)

Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2010-02-25 18:42:40 UTC (rev 109444)
+++ grok/trunk/setup.py	2010-02-25 19:41:03 UTC (rev 109445)
@@ -22,7 +22,7 @@
 
 setup(
     name='grok',
-    version = '1.1b1dev',
+    version = '1.1rc1',
     author='Grok Team',
     author_email='grok-dev at zope.org',
     url='http://grok.zope.org',



More information about the checkins mailing list