From: Vlad S. <ser...@us...> - 2005-02-17 14:20:01
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21994 Modified Files: ChangeLog Log Message: updated changelog Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangeLog 17 Feb 2005 09:43:57 -0000 1.2 --- ChangeLog 17 Feb 2005 14:19:51 -0000 1.3 *************** *** 5,9 **** threads when linked against Tcl 8.4+ library. 2005-02-15 Zoran Vasiljevic <vas...@us...> ! --- INITIAL IMPORT OF 4.0.10 AOLSERVER CODE --- \ No newline at end of file --- 5,33 ---- threads when linked against Tcl 8.4+ library. + 2005-02-16 Vlad Seryakov <vl...@cr...> + + * Makefile configure configure.in sample-config.tcl include/Makefile.build + include/Makefile.global.in include/Makefile.module.in include/ns.h + include/nsdb.h include/nsextmsg.h include/nspd.h include/nsthread.h + tcl/charsets.tcl tcl/compat.tcl tcl/debug.tcl tcl/fastpath.tcl + tcl/file.tcl tcl/form.tcl tcl/http.tcl tcl/init.tcl + tcl/nsdb.tcl tcl/util.tcl: modified license in the header + + * tcl/sendmail.tcl: added erro notification flag to smtp_recv proc, + when receiving last QUIT response, do not fire exception if + remote server just drops the connection on QUIT + + * nsd/binder.c: added UDP/UNIX/RAW protocols to the sockets, + + * nsd/init.c: call InitLog before dns resolver will try to resolve local + host, this prevents server crash + + * nsd/tclsock.c: back ported from CVS 4.1, added -localhost/-localport to + ns_scokopen + + * nsdb/dbdrv.c: if driver set exception in select, do to rewrite it in the + server + 2005-02-15 Zoran Vasiljevic <vas...@us...> ! --- INITIAL IMPORT OF 4.0.10 AOLSERVER CODE --- |