[Checkins] SVN: grok/branches/1.1/ Preparing release 1.1.1

Jan-Wijbrand Kolman janwijbrand at gmail.com
Sun May 30 15:06:11 EDT 2010


Log message for revision 112858:
  Preparing release 1.1.1

Changed:
  U   grok/branches/1.1/CHANGES.txt
  U   grok/branches/1.1/setup.py

-=-
Modified: grok/branches/1.1/CHANGES.txt
===================================================================
--- grok/branches/1.1/CHANGES.txt	2010-05-30 18:50:20 UTC (rev 112857)
+++ grok/branches/1.1/CHANGES.txt	2010-05-30 19:06:10 UTC (rev 112858)
@@ -1,12 +1,20 @@
 Grok changes
 ************
 
-1.2 (unreleased)
-================
+1.1.1 (2010-05-30)
+==================
 
-- Nothing changed yet.
+- Make use of the groktoolkit 1.1.1 that includes several bugfix releases
+  of Grok's dependencies such as:
 
+  - zope.password, where the SSHAPasswordManager was fixed.
 
+  - zope.publisher, that fixes the long standing XML-RPC "hanging" bug.
+
+- Cleanups in the buildout parts.
+
+- Remove zope.app.twisted.
+
 1.1 (2010-05-18)
 ================
 

Modified: grok/branches/1.1/setup.py
===================================================================
--- grok/branches/1.1/setup.py	2010-05-30 18:50:20 UTC (rev 112857)
+++ grok/branches/1.1/setup.py	2010-05-30 19:06:10 UTC (rev 112858)
@@ -22,7 +22,7 @@
 
 setup(
     name='grok',
-    version='1.2dev',
+    version='1.1.1',
     author='Grok Team',
     author_email='grok-dev at zope.org',
     url='http://grok.zope.org',



More information about the checkins mailing list