[Checkins] SVN: zope.app.http/trunk/ Maintain the changes.txt! Adjust version to 3.4.2 as no changes have been made so far which are inappropriate for a maintenance release.

Hanno Schlichting plone at hannosch.info
Fri Jan 16 11:24:12 EST 2009


Log message for revision 94773:
  Maintain the changes.txt! Adjust version to 3.4.2 as no changes have been made so far which are inappropriate for a maintenance release.
  

Changed:
  U   zope.app.http/trunk/CHANGES.txt
  U   zope.app.http/trunk/setup.py

-=-
Modified: zope.app.http/trunk/CHANGES.txt
===================================================================
--- zope.app.http/trunk/CHANGES.txt	2009-01-16 15:53:24 UTC (rev 94772)
+++ zope.app.http/trunk/CHANGES.txt	2009-01-16 16:24:12 UTC (rev 94773)
@@ -2,6 +2,15 @@
 CHANGES
 =======
 
+3.4.2 (unreleased)
+------------------
+
+- Add a couple of tests to the OPTIONS verb.
+
+- Substitute zope.app.zapi by direct calls to its wrapped apis and get
+  rid of zope.app.zapi as a dependency. See bug LP219302.
+
+
 3.4.1 (2007-10-31)
 ------------------
 

Modified: zope.app.http/trunk/setup.py
===================================================================
--- zope.app.http/trunk/setup.py	2009-01-16 15:53:24 UTC (rev 94772)
+++ zope.app.http/trunk/setup.py	2009-01-16 16:24:12 UTC (rev 94773)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version = '3.5.0',
+      version = '3.4.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='HTTP Behavior for the Zope Publisher',



More information about the Checkins mailing list