Update of /cvsroot/naviserver/naviserver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32050
Modified Files:
ChangeLog
Log Message:
* nsd/nsd.h:
* nsd/tclinit.c (Ns_TclTraceCreate): Run CREATE traces as they are
registered in order to make Tcl comamnds registered by binary
module available to the boot script and Tcl module files.
* nsd/init.tcl: Rename use of depraciated api.
* nsdb/db.h:
* nsdb/nsdb.c:
* nsdb/dbtcl.c: Fix bug where Ns_TclRegisterTrace was being called
after server startup.
* tests/test.nscfg:
* tests/ns_accesslog.test: Add stub tests for the nslog module.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v
retrieving revision 1.225
retrieving revision 1.226
diff -C2 -d -r1.225 -r1.226
*** ChangeLog 20 Oct 2005 23:38:15 -0000 1.225
--- ChangeLog 21 Oct 2005 05:25:36 -0000 1.226
***************
*** 1,4 ****
--- 1,16 ----
2005-10-20 Stephen Deasey <sd...@us...>
+ * nsd/nsd.h:
+ * nsd/tclinit.c (Ns_TclTraceCreate): Run CREATE traces as they are
+ registered in order to make Tcl comamnds registered by binary
+ module available to the boot script and Tcl module files.
+ * nsd/init.tcl: Rename use of depraciated api.
+ * nsdb/db.h:
+ * nsdb/nsdb.c:
+ * nsdb/dbtcl.c: Fix bug where Ns_TclRegisterTrace was being called
+ after server startup.
+ * tests/test.nscfg:
+ * tests/ns_accesslog.test: Add stub tests for the nslog module.
+
* Makefile:
* nsdbtest/Makefile:
|