[Zope-Checkins] CVS: Zope2 - CHANGES.txt:1.287.2.84
Brian Lloyd
brian@digiciool.com
Thu, 8 Mar 2001 14:20:28 -0500 (EST)
Update of /cvs-repository/Zope2/doc
In directory korak:/home/brian/temp/zope-23-branch/doc
Modified Files:
Tag: zope-2_3-branch
CHANGES.txt
Log Message:
updated
--- Updated File CHANGES.txt in package Zope2 --
--- CHANGES.txt 2001/03/08 16:23:15 1.287.2.83
+++ CHANGES.txt 2001/03/08 19:20:28 1.287.2.84
@@ -75,6 +75,18 @@
in them from WebDAV tools has been resolved. Part of the DAV
machinery was in some cases double-url-quoting DAV:href values.
+ - A long-languishing patch from Dieter Maurer to fix batching info
+ in dtml-in has been applied.
+
+ - z2.py failed to correctly pass an address:port specification for
+ the ZSYSLOG_SERVER environment variable to the medusa syslog logger.
+
+ - The value passed for the ZSYSLOG environment variable was not being
+ used in the same way by logging machinery in ZServer and the Zope
+ core. The file in doc/LOGGING.txt has been updated to reflect that
+ the value passed for ZSYSLOG should be the path to the UNIX domain
+ socket to log to (usually '/dev/log').
+
Zope 2.3.1 beta 1
Bugs Fixed