haul 2003/08/04 06:48:41
Modified: . status.xml
Log:
Fix Bug 22050 inspired by gguillemot.at.rennes.jouve.fr (Gildas Guillemot)
esql does not release database resources explicitly but rely on GC.
Revision Changes Path
1.103 +5 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- status.xml 1 Aug 2003 10:52:20 -0000 1.102
+++ status.xml 4 Aug 2003 13:48:41 -0000 1.103
@@ -167,6 +167,10 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="CH" type="fix" fixes-bug="22050" due-to="Gildas Guillemot"
+due-to-email="[EMAIL PROTECTED]">
+ ESQL: explicitly release database resources.
+ </action>
<action dev="CZ" type="fix" fixes-bug="21213" due-to="Frank Taffelt"
due-to-email="[EMAIL PROTECTED]">
Paginator now caches dynamic pagesheet correctly.