SVN: Zope3/branches/3.2/doc/CHANGES.txt Correct bug number.
Marius Gedminas <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 84670:
Correct bug number.
Changed:
U Zope3/branches/3.2/doc/CHANGES.txt
-=-
Modified: Zope3/branches/3.2/doc/CHANGES.txt
===================================================================
--- Zope3/branches/3.2/doc/CHANGES.txt 2008-03-15 19:04:05 UTC (rev 84669)
+++ Zope3/branches/3.2/doc/CHANGES.txt 2008-03-15 19:22:31 UTC (rev 84670)
@@ -27,7 +27,7 @@
+ ZEO had needless timeouts that could cause very slow application
startup (tens of minutes).
- + #113932(???): changed the automatic garbage collection when opening a
+ + #113923: changed the automatic garbage collection when opening a
connection to only apply the garbage collections on those connections
in the pool that are closed.