From: Mike C. F. <mcf...@us...> - 2004-11-26 06:37:43
|
Update of /cvsroot/pydispatcher/dispatch/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1551/docs Modified Files: index.html Log Message: Fixes for some very slow memory leaks showing up in one of our applications. Includes addition to the test suite that asserts that everything has been cleaned up after *every* dispatcher test. This is again a back-reference table leak, hopefully the last one. Index: index.html =================================================================== RCS file: /cvsroot/pydispatcher/dispatch/docs/index.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.html 18 Oct 2004 04:22:58 -0000 1.6 --- index.html 26 Nov 2004 06:37:33 -0000 1.7 *************** *** 5,9 **** <link href="style/sitestyle.css" type="text/css" rel="stylesheet"> <meta content="Patrick K. O'Brien" name="author"></head> - <body> <h1>PyDispatcher</h1> --- 5,8 ---- *************** *** 115,119 **** --- 114,124 ---- <h2>Release Notes</h2> <ul> + <li>Version 1.0.2</li> + <ul> + <li>Fixes another memory leak, again wrt the back-reference table<br> + </li> + </ul> <li>Version 1.0.1</li> + <ul> <li>Fixes 2 memory leaks, one regarding the back-reference table |