[Zope-Checkins] SVN: Zope/trunk/ 2.12.0a4

Andreas Jung andreas at andreas-jung.com
Fri Apr 24 04:57:49 EDT 2009


Log message for revision 99456:
  2.12.0a4
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2009-04-24 08:46:16 UTC (rev 99455)
+++ Zope/trunk/doc/CHANGES.rst	2009-04-24 08:57:48 UTC (rev 99456)
@@ -6,32 +6,14 @@
 file HISTORY.txt.
 
 
-trunk (unreleased)
-------------------
+2.12.0a4 (2009-04-24)
+---------------------
 
-Known issues
-++++++++++++
-
-- Running Zope on Windows is not yet supported in this alpha release.
-  More specifically the generated startup scripts need to be adjusted,
-  while the code itself should work fine.
-
-- ZODB 3.9.0a12 does not work on Windows with Python 2.6 yet.
-
-- easy_install support not fully functional yet.
-
-Restructuring
-+++++++++++++
-
-- Updated to zdaemon 2.0.4.
-
-- Removed unused `Zope2.Startup.start_zope` function
-
 Bugs Fixed
 ++++++++++
 
-- Launchpad #363780:  preserve request interfaces and class, as well as
-  response class, when cloning an HTTPRequest.
+- fixed versions.cfg in order to support zope.z2release for 
+  creating a proper index structure
 
 2.12.0a3 (2009-04-19)
 ---------------------

Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py	2009-04-24 08:46:16 UTC (rev 99455)
+++ Zope/trunk/setup.py	2009-04-24 08:57:48 UTC (rev 99456)
@@ -19,7 +19,7 @@
 EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
 
 params = dict(name='Zope2',
-    version='2.12.0a4.dev',
+    version='2.12.0a4',
     url='http://www.zope.org',
     license='ZPL 2.1',
     description='Zope2 application server / web framework',



More information about the Zope-Checkins mailing list