[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.335.2.100
Brian Lloyd
brian@digicool.com
Fri, 14 Dec 2001 09:27:25 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv32209
Modified Files:
Tag: Zope-2_4-branch
CHANGES.txt
Log Message:
updated CHANGES
=== Zope/doc/CHANGES.txt 1.335.2.99 => 1.335.2.100 ===
file HISTORY.txt.
+ Zope 2.4.4 beta 1
+
+ Bugs Fixed
+
+ - Incorrect handling of EINTR in asyncore caused server
+ problems, especially for those using database
+ connections. The asyncore fixes for Zope 2.5 have been
+ backported to resolve this.
+
- GlobbingLexicon always used the ZopeSplitter instead of
a user-selected splitter
@@ -24,6 +33,8 @@
Zope 2.4.3
+ Bugs Fixed
+
- Products.PluginIndexes.common.UnIndex: fixed unintended use
of range built-in (backport from head).
@@ -36,7 +47,9 @@
properly under some acquisition related reaons.
Zope 2.4.3 beta 1
-
+
+ Bugs Fixed
+
- WebDAV: Zope escaped nested object properties derived from
internal dav__* functions in PropertySheets.py although they
are considered to be safe and do not need any escaping. This