[Zope-Checkins] CVS: Zope2 - CHANGES.txt:1.287.2.134
shane@digicool.com
shane@digicool.com
Thu, 17 May 2001 13:55:56 -0400 (EDT)
Update of /cvs-repository/Zope2/doc
In directory korak.digicool.com:/tmp/cvs-serv11016/doc
Modified Files:
Tag: zope-2_3-branch
CHANGES.txt
Log Message:
Plugged a memory leak in extensions.
--- Updated File CHANGES.txt in package Zope2 --
--- CHANGES.txt 2001/05/05 20:21:24 1.287.2.133
+++ CHANGES.txt 2001/05/17 17:55:55 1.287.2.134
@@ -20,6 +20,10 @@
- Fixed problem adding propertynames with spaces (Collector #2206)
+ - Plugged a memory leak in extensions. There are often circular
+ references in code generated by Python's "exec" statement but
+ with a small change extensions now break those references.
+
Zope 2.3.2
Bugs accidentally fixed :)