[Checkins] SVN: zope.publisher/trunk/ Prepare release

Philipp von Weitershausen philikon at philikon.de
Wed Aug 1 20:37:14 EDT 2007


Log message for revision 78537:
  Prepare release
  

Changed:
  U   zope.publisher/trunk/README.txt
  U   zope.publisher/trunk/setup.py

-=-
Modified: zope.publisher/trunk/README.txt
===================================================================
--- zope.publisher/trunk/README.txt	2007-08-02 00:36:05 UTC (rev 78536)
+++ zope.publisher/trunk/README.txt	2007-08-02 00:37:13 UTC (rev 78537)
@@ -8,11 +8,14 @@
 Changes
 =======
 
-Next Version
-------------
+3.4.1b2 (2007-08-02)
+--------------------
 
-- zope.publisher now works on Python2.5
+* zope.publisher now works on Python 2.5.
 
+* Fix a problem with request.get() when the object that's to be
+  retrieved is the request itself.
+
 3.4.1b1 (2007-07-13)
 --------------------
 

Modified: zope.publisher/trunk/setup.py
===================================================================
--- zope.publisher/trunk/setup.py	2007-08-02 00:36:05 UTC (rev 78536)
+++ zope.publisher/trunk/setup.py	2007-08-02 00:37:13 UTC (rev 78537)
@@ -15,21 +15,16 @@
 
 $Id$
 """
-
 import os
-
 from setuptools import setup, find_packages
 
 setup(name='zope.publisher',
       version = '3.4.1b2',
       url='http://svn.zope.org/zope.publisher',
       license='ZPL 2.1',
-      description='Zope publisher',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      long_description="Publish Python objects on web servers."
-                       "Provide an apply-like facility that"
-                       "works with any mapping object.",
+      description="The Zope publisher publishes Python objects on the web.",
 
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list