[Checkins] SVN: zope.fanstatic/trunk/ Preparing release 0.9

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Jan 20 06:56:13 EST 2011


Log message for revision 119752:
  Preparing release 0.9

Changed:
  U   zope.fanstatic/trunk/CHANGES.txt
  U   zope.fanstatic/trunk/setup.py

-=-
Modified: zope.fanstatic/trunk/CHANGES.txt
===================================================================
--- zope.fanstatic/trunk/CHANGES.txt	2011-01-20 11:54:43 UTC (rev 119751)
+++ zope.fanstatic/trunk/CHANGES.txt	2011-01-20 11:56:12 UTC (rev 119752)
@@ -1,10 +1,12 @@
 CHANGES
 *******
 
-0.9a (unreleased)
------------------
+0.9 (2011-01-20)
+----------------
 
-- Nothing changed yet.
+- Integrate zope.errorview, subscribing to the HandleExceptionEvent. This will
+  clear the needed resources thusfar required, to have a clean slate for the
+  error view to be rendered.
 
 0.9b (2011-01-06)
 -----------------

Modified: zope.fanstatic/trunk/setup.py
===================================================================
--- zope.fanstatic/trunk/setup.py	2011-01-20 11:54:43 UTC (rev 119751)
+++ zope.fanstatic/trunk/setup.py	2011-01-20 11:56:12 UTC (rev 119752)
@@ -15,7 +15,7 @@
 
 setup(
     name='zope.fanstatic',
-    version='0.9adev',
+    version='0.9',
     description="Fanstatic integration for Zope.",
     long_description=long_description,
     classifiers=['Framework :: Zope3'],



More information about the checkins mailing list