From: Vlad S. <ser...@us...> - 2005-03-01 21:40:26
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2963 Modified Files: ChangeLog Log Message: Added more options to the module and to the command ns_accesslog Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ChangeLog 28 Feb 2005 07:15:05 -0000 1.10 --- ChangeLog 1 Mar 2005 21:39:57 -0000 1.11 *************** *** 1,2 **** --- 1,8 ---- + 2005-03-01 Vlad Seryakov <vl...@cr...> + + * nslog/nslog.c: redone options support for the module + using flags, added commands to ns_accesslog to change flags and/or + extended headers on the fly + 2005-02-27 Stephen Deasey <sd...@us...> |