Update of /cvsroot/naviserver/naviserver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21328
Modified Files:
ChangeLog
Log Message:
See file.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -C2 -d -r1.234 -r1.235
*** ChangeLog 21 Oct 2005 12:01:18 -0000 1.234
--- ChangeLog 22 Oct 2005 08:27:23 -0000 1.235
***************
*** 1,2 ****
--- 1,11 ----
+ 2005-10-22 Zoran Vasiljevic <vas...@us...>
+
+ * nsd/nsmain.c (Ns_Main): initialize Tcl library in the
+ server process only. Fix the broken SIGINT hadling which
+ allowed us to CTRL-C the booting process at any time.
+
+ * nsd/modload.c (Ns_ModuleLoad): make the passed file
+ path absolute before attempting to load the module.
+
2005-10-21 Zoran Vasiljevic <vas...@us...>
|