[Checkins] SVN: zope.publisher/tags/3.4.6/ Tag for 3.4.6

Christophe Combelles ccomb at free.fr
Thu Sep 4 16:18:40 EDT 2008


Log message for revision 90832:
  Tag for 3.4.6
  

Changed:
  A   zope.publisher/tags/3.4.6/
  D   zope.publisher/tags/3.4.6/CHANGES.txt
  A   zope.publisher/tags/3.4.6/CHANGES.txt
  D   zope.publisher/tags/3.4.6/setup.py
  A   zope.publisher/tags/3.4.6/setup.py

-=-
Copied: zope.publisher/tags/3.4.6 (from rev 90801, zope.publisher/branches/3.4)


Property changes on: zope.publisher/tags/3.4.6
___________________________________________________________________
Name: svn:ignore
   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg

Name: svn:mergeinfo
   + 

Deleted: zope.publisher/tags/3.4.6/CHANGES.txt
===================================================================
--- zope.publisher/branches/3.4/CHANGES.txt	2008-09-04 11:45:55 UTC (rev 90801)
+++ zope.publisher/tags/3.4.6/CHANGES.txt	2008-09-04 20:18:40 UTC (rev 90832)
@@ -1,77 +0,0 @@
-Changes
-=======
-
-3.4.6 (unreleased)
-------------------
-
-...
-
-3.4.5 (2008-08-26)
-------------------
-
-* Fix the LP #98284 fix: do not pass ``size`` argument of None that causes
-  cStringIO objects to barf with a TypeError.
-
-3.4.4 (2008-08-18)
-------------------
-
-* Fixed bug #98440 (interfaces lost on retried request)
-
-* LP #98284: Pass the ``size`` argument to readline, as the version of
-  twisted used in zope.app.twisted supports it
-
-3.4.3 (2008-07-31)
-------------------
-
-* LP #253362: better dealing with malformed HTTP_ACCEPT_CHARSET headers
-
-3.4.2 (2007-12-07)
-------------------
-
-* Made segmentation of URLs not strip (trailing) whitespace from path segments
-  to allow URLs ending in %20 to be handled correctly. (#172742)
-
-3.4.1 (2007-09-29)
-------------------
-
-No changes since 3.4.1b2.
-
-3.4.1b2 (2007-08-02)
---------------------
-
-* 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)
---------------------
-
-No changes.
-
-3.4.0b2 (2007-07-05)
---------------------
-
-* Fix https://bugs.launchpad.net/zope3/+bug/122054:
-  HTTPInputStream understands both the CONTENT_LENGTH and
-  HTTP_CONTENT_LENGTH environment variables. It is also now tolerant
-  of empty strings and will treat those as if the variable were
-  absent.
-
-3.4.0b1 (2007-07-05)
---------------------
-
-* Fix caching issue. The input stream never got cached in a temp file 
-  because of a wrong content-length header lookup. Added CONTENT_LENGTH 
-  header check in addition to the previous used HTTP_CONTENT_LENGTH. The 
-  HTTP\_ prefix is sometimes added by some CGI proxies, but CONTENT_LENGTH
-  is the right header info for the size.
-
-* Fix https://bugs.launchpad.net/zope3/+bug/98413:
-  HTTPResponse.handleException should set the content type
-
-3.4.0a1 (2007-04-22)
---------------------
-
-Initial release as a separate project, corresponds to zope.publisher
-from Zope 3.4.0a1

Copied: zope.publisher/tags/3.4.6/CHANGES.txt (from rev 90831, zope.publisher/branches/3.4/CHANGES.txt)
===================================================================
--- zope.publisher/tags/3.4.6/CHANGES.txt	                        (rev 0)
+++ zope.publisher/tags/3.4.6/CHANGES.txt	2008-09-04 20:18:40 UTC (rev 90832)
@@ -0,0 +1,77 @@
+Changes
+=======
+
+3.4.6 (2008-09-04)
+------------------
+
+* Better fix for LP #98440: restore only the default skin, not all interfaces
+
+3.4.5 (2008-08-26)
+------------------
+
+* Fix the LP #98284 fix: do not pass ``size`` argument of None that causes
+  cStringIO objects to barf with a TypeError.
+
+3.4.4 (2008-08-18)
+------------------
+
+* Fixed bug #98440 (interfaces lost on retried request)
+
+* LP #98284: Pass the ``size`` argument to readline, as the version of
+  twisted used in zope.app.twisted supports it
+
+3.4.3 (2008-07-31)
+------------------
+
+* LP #253362: better dealing with malformed HTTP_ACCEPT_CHARSET headers
+
+3.4.2 (2007-12-07)
+------------------
+
+* Made segmentation of URLs not strip (trailing) whitespace from path segments
+  to allow URLs ending in %20 to be handled correctly. (#172742)
+
+3.4.1 (2007-09-29)
+------------------
+
+No changes since 3.4.1b2.
+
+3.4.1b2 (2007-08-02)
+--------------------
+
+* 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)
+--------------------
+
+No changes.
+
+3.4.0b2 (2007-07-05)
+--------------------
+
+* Fix https://bugs.launchpad.net/zope3/+bug/122054:
+  HTTPInputStream understands both the CONTENT_LENGTH and
+  HTTP_CONTENT_LENGTH environment variables. It is also now tolerant
+  of empty strings and will treat those as if the variable were
+  absent.
+
+3.4.0b1 (2007-07-05)
+--------------------
+
+* Fix caching issue. The input stream never got cached in a temp file 
+  because of a wrong content-length header lookup. Added CONTENT_LENGTH 
+  header check in addition to the previous used HTTP_CONTENT_LENGTH. The 
+  HTTP\_ prefix is sometimes added by some CGI proxies, but CONTENT_LENGTH
+  is the right header info for the size.
+
+* Fix https://bugs.launchpad.net/zope3/+bug/98413:
+  HTTPResponse.handleException should set the content type
+
+3.4.0a1 (2007-04-22)
+--------------------
+
+Initial release as a separate project, corresponds to zope.publisher
+from Zope 3.4.0a1

Deleted: zope.publisher/tags/3.4.6/setup.py
===================================================================
--- zope.publisher/branches/3.4/setup.py	2008-09-04 11:45:55 UTC (rev 90801)
+++ zope.publisher/tags/3.4.6/setup.py	2008-09-04 20:18:40 UTC (rev 90832)
@@ -1,55 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006--2008 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""Setup for zope.publisher package
-
-$Id$
-"""
-
-from setuptools import setup, find_packages
-
-
-long_description = (open('README.txt').read() +
-                    '\n\n' +
-                    open('CHANGES.txt').read())
-
-
-setup(name='zope.publisher',
-      version='3.4.6dev',
-      url='http://pypi.python.org/pypi/zope.publisher',
-      license='ZPL 2.1',
-      author='Zope Corporation and Contributors',
-      author_email='zope-dev at zope.org',
-      description="The Zope publisher publishes Python objects on the web.",
-      long_description=long_description,
-
-      packages=find_packages('src'),
-      package_dir={'': 'src'},
-      namespace_packages=['zope',],
-      tests_require=['zope.testing'],
-      install_requires=['setuptools',
-                        'zope.component',
-                        'zope.event',
-                        'zope.exceptions',
-                        'zope.i18n',
-                        'zope.interface',
-                        'zope.location',
-                        'zope.proxy',
-                        'zope.security',
-                        'zope.testing',
-                        'zope.app.testing',
-                        'zope.deprecation',
-                        'zope.deferredimport'],
-      include_package_data=True,
-      zip_safe=False,
-      )

Copied: zope.publisher/tags/3.4.6/setup.py (from rev 90831, zope.publisher/branches/3.4/setup.py)
===================================================================
--- zope.publisher/tags/3.4.6/setup.py	                        (rev 0)
+++ zope.publisher/tags/3.4.6/setup.py	2008-09-04 20:18:40 UTC (rev 90832)
@@ -0,0 +1,55 @@
+##############################################################################
+#
+# Copyright (c) 2006--2008 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""Setup for zope.publisher package
+
+$Id$
+"""
+
+from setuptools import setup, find_packages
+
+
+long_description = (open('README.txt').read() +
+                    '\n\n' +
+                    open('CHANGES.txt').read())
+
+
+setup(name='zope.publisher',
+      version='3.4.6',
+      url='http://pypi.python.org/pypi/zope.publisher',
+      license='ZPL 2.1',
+      author='Zope Corporation and Contributors',
+      author_email='zope-dev at zope.org',
+      description="The Zope publisher publishes Python objects on the web.",
+      long_description=long_description,
+
+      packages=find_packages('src'),
+      package_dir={'': 'src'},
+      namespace_packages=['zope',],
+      tests_require=['zope.testing'],
+      install_requires=['setuptools',
+                        'zope.component',
+                        'zope.event',
+                        'zope.exceptions',
+                        'zope.i18n',
+                        'zope.interface',
+                        'zope.location',
+                        'zope.proxy',
+                        'zope.security',
+                        'zope.testing',
+                        'zope.app.testing',
+                        'zope.deprecation',
+                        'zope.deferredimport'],
+      include_package_data=True,
+      zip_safe=False,
+      )



More information about the Checkins mailing list