[Zope-Checkins] CVS: Releases/Zope/doc - CHANGES.txt:1.381
Matthew T. Kromer
matt@zope.com
Mon, 29 Oct 2001 10:54:01 -0500
Update of /cvs-repository/Releases/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv26779
Modified Files:
CHANGES.txt
Log Message:
Updated Changes for 2.5 alpha 2
=== Releases/Zope/doc/CHANGES.txt 1.380 => 1.381 ===
Zope 2.5 Alpha 2
- Features Added
-
- - Unicode support for ZCatalog:
-
- - added new UnicodeSplitter
-
- - ZCatalog now allows unicode strings as attributes
- of objects to be indexed using a TextIndex
- (see lib/python/ZCatalog/README.txt)
-
+ Bugs Fixed
+
+ - New accelerated security management bugfix in App/Manager.py,
+ changing calling sequence to positional parameters.
Zope 2.5 Alpha 1
@@ -109,6 +103,15 @@
- Accelerated C Document Template handling; Document Templates
can now do additional rendering in C, improving performance.
+
+ - Unicode support for ZCatalog:
+
+ - added new UnicodeSplitter
+
+ - ZCatalog now allows unicode strings as attributes
+ of objects to be indexed using a TextIndex
+ (see lib/python/ZCatalog/README.txt)
+
Bugs fixed