[interchange-cvs] interchange - racke modified 2 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Fri May 10 13:49:01 2002


User:      racke
Date:      2002-05-10 17:48:06 GMT
Modified:  .        Tag: STABLE_4_8-branch WHATSNEW
Modified:  scripts  Tag: STABLE_4_8-branch interchange.PL
Log:
Global configuration directive LockType works now as advertised in the
documentation.

Revision  Changes    Path
No                   revision



No                   revision



2.6.2.49  +3 -0      interchange/WHATSNEW


rev 2.6.2.49, prev_rev 2.6.2.48
Index: WHATSNEW
===================================================================
RCS file: /anon_cvs/repository/interchange/WHATSNEW,v
retrieving revision 2.6.2.48
retrieving revision 2.6.2.49
diff -u -r2.6.2.48 -r2.6.2.49
--- WHATSNEW	8 May 2002 23:20:08 -0000	2.6.2.48
+++ WHATSNEW	10 May 2002 17:48:05 -0000	2.6.2.49
@@ -10,6 +10,9 @@
 Core
 ----
 
+* Global configuration directive LockType works now as advertised in the
+  documentation.
+
 * SOAP server returns proper headers now, which not only makes it compliant 
   with the SOAP standard, but also makes it work with the more recent versions
   of SOAP::Lite, including the latest 0.55 with the security fix.



No                   revision



No                   revision



2.7.2.12  +3 -1      interchange/scripts/interchange.PL


rev 2.7.2.12, prev_rev 2.7.2.11
Index: interchange.PL
===================================================================
RCS file: /anon_cvs/repository/interchange/scripts/interchange.PL,v
retrieving revision 2.7.2.11
retrieving revision 2.7.2.12
diff -u -r2.7.2.11 -r2.7.2.12
--- interchange.PL	9 May 2002 09:51:38 -0000	2.7.2.11
+++ interchange.PL	10 May 2002 17:48:05 -0000	2.7.2.12
@@ -50,7 +50,7 @@
 #
 # Interchange version 4.8.6
 #
-# $Id: interchange.PL,v 2.7.2.11 2002/05/09 09:51:38 racke Exp $
+# $Id: interchange.PL,v 2.7.2.12 2002/05/10 17:48:05 racke Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -2802,6 +2802,8 @@
 
 	# Read interchange.cfg (or whatever its name is set to be)
 	global_config();
+	# Select locking mode
+	set_lock_type();
 
 	@action{keys %{$Global::ActionMap}} = (values %{$Global::ActionMap})
 		if $Global::ActionMap;