From: Zoran V. <vas...@us...> - 2006-01-04 14:09:03
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16117 Modified Files: ChangeLog Log Message: See file. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.264 retrieving revision 1.265 diff -C2 -d -r1.264 -r1.265 *** ChangeLog 4 Jan 2006 10:15:52 -0000 1.264 --- ChangeLog 4 Jan 2006 14:08:50 -0000 1.265 *************** *** 1,2 **** --- 1,12 ---- + 2006-01-04 Zoran Vasiljevic <vas...@us...> + + * configure.in: added test for inet_ntop. + * nsthread/reentrant.c: use inet_ntop when available which fixes a + bug on 64 bit ppc, at least under linux. + * nsd/conn.c: added option to [ns_conn] to set/query contentsentlength + for getting the correct length into the logfile, when files are + delivered via event driven I/O. Thanks to Gustaf Neumann for providing + above fixes. + 2006-01-04 Stephen Deasey <sd...@us...> |