[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.528.2.3
Chris McDonough
chrism@zope.com
Tue, 10 Sep 2002 23:37:06 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv22446/doc
Modified Files:
Tag: chrism-install-branch
CHANGES.txt
Log Message:
Merging chrism-install-branch with HEAD changes.
=== Zope/doc/CHANGES.txt 1.528.2.2 => 1.528.2.3 ===
--- Zope/doc/CHANGES.txt:1.528.2.2 Tue Sep 3 03:43:43 2002
+++ Zope/doc/CHANGES.txt Tue Sep 10 23:36:36 2002
@@ -6,6 +6,9 @@
Bugs Fixed
+ - Fixed bug in z2.py where it would eat certain socket error exceptions
+ at startup.
+
- Collector #550: Exceptions in XML-RPC requests no longer envoke
standard_error_message. Plain text error messages are instead added to
the fault string. In debug mode, a full traceback is also included
@@ -13,11 +16,6 @@
- Collector #512,541: Fixed broken WebDAV compatiblity
with Cadaver 0.20.X due to a missing Lock-Token header.
-
- - Zope Page Templates set a 'content-type' header even if
- the result of their execution was not rendered to the browser.
- We now check to make sure a content-type header is not
- already set before allowing a page template to set its own.
- Zope Page Templates set a 'content-type' header even if
the result of their execution was not rendered to the browser.