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

Chris McDonough chrism@zope.com
Thu, 10 Oct 2002 10:12:45 -0400


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

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:



=== Zope/doc/CHANGES.txt 1.535.2.28 => 1.535.2.29 ===
--- Zope/doc/CHANGES.txt:1.535.2.28	Wed Oct  9 10:37:37 2002
+++ Zope/doc/CHANGES.txt	Thu Oct 10 10:12:45 2002
@@ -8,6 +8,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