[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.558

Chris McDonough chrism@zope.com
Thu, 10 Oct 2002 10:14:03 -0400


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv28957

Modified Files:
	CHANGES.txt 
Log Message:



=== Zope/doc/CHANGES.txt 1.557 => 1.558 ===
--- Zope/doc/CHANGES.txt:1.557	Wed Oct  9 13:33:49 2002
+++ Zope/doc/CHANGES.txt	Thu Oct 10 10:14:03 2002
@@ -32,6 +32,11 @@
 
     Bugs Fixed
 
+      - Removed the signal handler hung off USR1 for packing the database.
+        This feature proved dangerous as the pack operation would happen in
+        the main thread, causing all asyncore operations to stop until it
+        was finished.
+
       - Collector #372: tal:attributes failed when combined with tal:replace.
 
       - Don't try to close network connections in the signal handler