Update of /cvsroot/naviserver/naviserver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv611
Modified Files:
ChangeLog
Log Message:
See file.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v
retrieving revision 1.235
retrieving revision 1.236
diff -C2 -d -r1.235 -r1.236
*** ChangeLog 22 Oct 2005 08:27:23 -0000 1.235
--- ChangeLog 22 Oct 2005 09:31:05 -0000 1.236
***************
*** 4,11 ****
--- 4,18 ----
server process only. Fix the broken SIGINT hadling which
allowed us to CTRL-C the booting process at any time.
+ Watchdog wakes up every 10 minutes on all platforms.
* nsd/modload.c (Ns_ModuleLoad): make the passed file
path absolute before attempting to load the module.
+ * nsd/tclmisc.c: removed plaform testing and added
+ platform-neutral testing for some data types.
+
+ * configure.in: added platform neutral testing for
+ u_int32_t and u_int8_t types.
+
2005-10-21 Zoran Vasiljevic <vas...@us...>
|