[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.166
Tres Seaver
tseaver at zope.com
Fri Jan 16 13:13:13 EST 2004
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv13462/doc
Modified Files:
Tag: Zope-2_6-branch
CHANGES.txt
Log Message:
- Collector #1186: some globals required to support certain operations
in restricted code (e.g., list comprehensions in DTML expressions)
were not propagated to all the right places.
=== Zope/doc/CHANGES.txt 1.535.2.165 => 1.535.2.166 ===
--- Zope/doc/CHANGES.txt:1.535.2.165 Fri Jan 16 12:23:42 2004
+++ Zope/doc/CHANGES.txt Fri Jan 16 13:12:42 2004
@@ -8,6 +8,10 @@
Zope 2.6.4 beta 1
Bugs Fixed
+
+ - Collector #1186: some globals required to support certain operations
+ in restricted code (e.g., list comprehensions in DTML expressions)
+ were not propagated to all the right places.
- Fixed a serious bug in the new FileStorage pack implementation.
If pack was called on the storage and passed a time earlier
@@ -31,7 +35,6 @@
- Some standard builtins were inadvertantly dropped from the DTML
namespace in the refactoring during the security audit - these
have been fixed.
-
Zope 2.6.3 final
More information about the Zope-Checkins
mailing list