[Checkins] SVN: grok/trunk/ Preparing for the 1.0a1 release.

Martijn Faassen faassen at infrae.com
Wed Jan 7 15:14:44 EST 2009


Log message for revision 94599:
  Preparing for the 1.0a1 release.
  

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-01-07 20:03:51 UTC (rev 94598)
+++ grok/trunk/CHANGES.txt	2009-01-07 20:14:44 UTC (rev 94599)
@@ -1,8 +1,8 @@
 Grok changes
 ************
 
-0.15 (unreleased)
-=================
+1.0a1 (unreleased)
+==================
 
 Feature changes
 ---------------
@@ -25,15 +25,16 @@
 * Allow the grok.layer() directive on JSON components. Closes
   https://bugs.launchpad.net/grok/+bug/310558
 
-* Close a bad security hole.
+* Close a bad security hole (also fixed in 0.14.1 and other
+  releases). See
+  http://grok.zope.org/blog/security-issue-in-grok-please-upgrade
 
 Restructuring
 -------------
 
 * Viewlet-related base classes and helpers have been moved out to a
-  ``grokcore.viewlet`` package.
+  ``grokcore.viewlet`` package which Grok now depends on.
 
-
 0.14 (2008-09-29)
 =================
 

Modified: grok/trunk/doc/upgrade.txt
===================================================================
--- grok/trunk/doc/upgrade.txt	2009-01-07 20:03:51 UTC (rev 94598)
+++ grok/trunk/doc/upgrade.txt	2009-01-07 20:14:44 UTC (rev 94599)
@@ -6,8 +6,8 @@
 describes changes involving incompatibilities or deprecations, not new
 features (please refer to ``CHANGES.txt`` for those).
 
-Upgrading to 0.15
------------------
+Upgrading to 1.0a1
+------------------
 
 * The ``grok.RESTProtocol`` class has been removed in favour of a
   ``grok.restskin()`` directive for interfaces.  For instance, if you

Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2009-01-07 20:03:51 UTC (rev 94598)
+++ grok/trunk/setup.py	2009-01-07 20:14:44 UTC (rev 94599)
@@ -15,7 +15,7 @@
 
 setup(
     name='grok',
-    version='0.15dev',
+    version='1.0a1dev',
     author='Grok Team',
     author_email='grok-dev at zope.org',
     url='http://grok.zope.org',



More information about the Checkins mailing list