[Checkins] SVN: zope.publisher/trunk/CHANGES.txt Decide on one bullet style for bullet lists.

Philipp von Weitershausen philikon at philikon.de
Thu Jul 31 04:03:27 EDT 2008


Log message for revision 89084:
  Decide on one bullet style for bullet lists.
  

Changed:
  U   zope.publisher/trunk/CHANGES.txt

-=-
Modified: zope.publisher/trunk/CHANGES.txt
===================================================================
--- zope.publisher/trunk/CHANGES.txt	2008-07-31 08:01:33 UTC (rev 89083)
+++ zope.publisher/trunk/CHANGES.txt	2008-07-31 08:03:26 UTC (rev 89084)
@@ -6,7 +6,7 @@
 
 Bugs fixed:
 
-- LP #253362: dealing more nicely with malformed HTTP_ACCEPT_CHARSET headers
+* LP #253362: dealing more nicely with malformed HTTP_ACCEPT_CHARSET headers
   within getPreferredCharsets().
 
 
@@ -15,7 +15,7 @@
 
 Bugs fixed:
 
-- It turns out that some Web servers (Paste for example) do not send the EOF
+* It turns out that some Web servers (Paste for example) do not send the EOF
   character after the data has been transmitted and the read() of the cached
   stream simply hangs if no expected content length has been specified.
 
@@ -25,7 +25,7 @@
 
 Bugs fixed:
 
-- A previous fix to handle posting of non-form data broke handling of
+* A previous fix to handle posting of non-form data broke handling of
   form data with extra information in the content type, as in::
 
     application/x-www-form-urlencoded; charset=UTF-8
@@ -35,12 +35,12 @@
 
 Bugs fixed:
 
-- When posting non-form (and non-multipart) data, the request body was
+* When posting non-form (and non-multipart) data, the request body was
   consumed and discarded. This makes it impossible to deal with other
   post types, like xml-rpc or json without resorting to overly complex
   "request factory" contortions.
 
-- https://bugs.launchpad.net/zope2/+bug/143873
+* https://bugs.launchpad.net/zope2/+bug/143873
 
   The zope.publisher.http.HTTPCharsets was confused by the Zope 2
   publisher, which gives missleading information about which headers
@@ -51,7 +51,7 @@
 
 Features added:
 
-- Added a PasteDeploy app_factory implementation.  This should make
+* Added a PasteDeploy app_factory implementation.  This should make
   it easier to integrate Zope 3 applications with PasteDeploy.  It
   also makes it easier to control the publication used, giving far
   greater control over application policies (e.g. whether or not to
@@ -60,7 +60,7 @@
 3.4.2 (2007-12-07)
 ------------------
 
-- Made segmentation of URLs not strip (trailing) whitespace from path segments
+* 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)



More information about the Checkins mailing list