[Checkins] SVN: zope.publisher/branches/3.4/ Refactored README.txt as I noticed that the changes lived there.

Christian Theune ct at gocept.com
Fri Dec 7 10:11:58 EST 2007


Log message for revision 82182:
  Refactored README.txt as I noticed that the changes lived there.
  

Changed:
  U   zope.publisher/branches/3.4/CHANGES.txt
  U   zope.publisher/branches/3.4/README.txt

-=-
Modified: zope.publisher/branches/3.4/CHANGES.txt
===================================================================
--- zope.publisher/branches/3.4/CHANGES.txt	2007-12-07 15:08:55 UTC (rev 82181)
+++ zope.publisher/branches/3.4/CHANGES.txt	2007-12-07 15:11:58 UTC (rev 82182)
@@ -1,15 +1,53 @@
+Changes
 =======
-CHANGES
-=======
 
-3.4.2 (unreleased)
+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)
+------------------
 
-Before 3.4.2
-------------
+No changes since 3.4.1b2.
 
-No changes were tracked.
+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

Modified: zope.publisher/branches/3.4/README.txt
===================================================================
--- zope.publisher/branches/3.4/README.txt	2007-12-07 15:08:55 UTC (rev 82181)
+++ zope.publisher/branches/3.4/README.txt	2007-12-07 15:11:58 UTC (rev 82182)
@@ -4,56 +4,3 @@
 request and response objects which allow for easy client interaction
 from Python.  The behaviour of the publisher is geared towards WSGI
 compatibility.
-
-Changes
-=======
-
-3.4.2 (unreleased)
-------------------
-
-...
-
-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



More information about the Checkins mailing list