Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6412
Modified Files:
CHANGES MIGRATION
Log Message:
Env. variable MDL_PERMANENT_DB_CONNECTION is now deprecated and has no
effect anymore. It has been replaced by MDL_TRANSIENT_DB_CONNECTION which
has the inverse semantics --see the User's Guide, appendix Environment
Variables, for details.
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** CHANGES 20 Jan 2004 22:11:48 -0000 1.34
--- CHANGES 28 Jan 2004 14:54:09 -0000 1.35
***************
*** 8,11 ****
--- 8,16 ----
--------------------------------------------------------
+ * Env. variable MDL_PERMANENT_DB_CONNECTION is now deprecated and has no
+ effect anymore. It has been replaced by MDL_TRANSIENT_DB_CONNECTION which
+ has the inverse semantics --see the User's Guide, appendix Environment
+ Variables, for details.
+
* Fixed bug #880862 using a patch submitted by John Georgiadis (thanks!):
XML exported under py2.3 cannot be imported back because of boolean values
Index: MIGRATION
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/MIGRATION,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MIGRATION 4 Oct 2003 12:53:43 -0000 1.2
--- MIGRATION 28 Jan 2004 14:54:09 -0000 1.3
***************
*** 4,7 ****
--- 4,16 ----
newer version.
+ Upgrading to 0.9pre17
+ ---------------------
+
+ * Environment variable MDL_PERMANENT_DB_CONNECTION has no effect anymore; it
+ has been replace by the MDL_TRANSIENT_DB_CONNECTION which has the inverse
+ semantics. As a consequence, the default behaviour is now to leave database
+ connection(s) opened, unless MDL_TRANSIENT_DB_CONNECTION is set to any true
+ value.
+
Upgrading to 0.9pre16
---------------------
|