[CMF-checkins] CVS: CMF - CHANGES.txt:1.116
Shane Hathaway
shane@cvs.zope.org
Thu, 15 Aug 2002 16:03:09 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv7323
Modified Files:
CHANGES.txt
Log Message:
Fixed a race condition in CMFCore.FSObject._updateFromFS() which
=== CMF/CHANGES.txt 1.115 => 1.116 ===
--- CMF/CHANGES.txt:1.115 Thu Aug 1 11:37:26 2002
+++ CMF/CHANGES.txt Thu Aug 15 16:03:08 2002
@@ -28,3 +28,8 @@
- Remove redundant VERSION.txt files; the canonical spelling is
'version.txt' (Collector #13).
+
+ - Fixed a race condition in CMFCore.FSObject._updateFromFS() which
+ sometimes led to initialization problems in FSPythonScripts.
+ (Collector #37)
+