From: Stephen D. <sd...@us...> - 2005-07-05 23:14:36
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32439 Modified Files: ChangeLog NEWS Log Message: Add release date and remove reference to byte ranges. Index: NEWS =================================================================== RCS file: /cvsroot/naviserver/naviserver/NEWS,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** NEWS 29 Jun 2005 03:45:49 -0000 1.5 --- NEWS 5 Jul 2005 23:14:25 -0000 1.6 *************** *** 1,5 **** ! ================= ! NaviServer 4.99.0 ! ================= New Features: --- 1,5 ---- ! ====================================== ! NaviServer 4.99.0, released 2005-07-05 ! ====================================== New Features: *************** *** 21,25 **** * New routines for listening on UDP and UNIX domain sockets * Add -localhost -localport options to ns_sockopen - * Add support for Range: header to return partial content Bug Fixes: --- 21,24 ---- *************** *** 38,50 **** Code Changes: ! * Use GCC compiler code checks #1215725 ! * Remove GNU implementations of getopt and poll ! * Cleanup up autoconf and use autoheader ! * Clean up test harness and add lots of tests ! * New Tcl callback infrastructure #1162223 ! * New convenience functions for handling Tcl object types ! * New function Ns_TclPrintfResult() for formatting Tcl results ! * No more support for defunct AOLpress ! * Remove support for old connid argument in much code #1156107 ! * Modules nspd and nsext moved from core to external modules ! * Objectified TclX keyed lists --- 37,49 ---- Code Changes: ! * Use GCC compiler code checks #1215725 ! * Remove GNU implementations of getopt and poll ! * Cleanup up autoconf and use autoheader ! * Clean up test harness and add lots of tests ! * New Tcl callback infrastructure #1162223 ! * New convenience functions for handling Tcl object types ! * New function Ns_TclPrintfResult() for formatting Tcl results ! * No more support for defunct AOLpress ! * Remove support for old connid argument in much code #1156107 ! * Modules nspd and nsext moved from core to external modules ! * Objectified TclX keyed lists Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.141 retrieving revision 1.142 diff -C2 -d -r1.141 -r1.142 *** ChangeLog 5 Jul 2005 23:07:48 -0000 1.141 --- ChangeLog 5 Jul 2005 23:14:25 -0000 1.142 *************** *** 1,4 **** --- 1,6 ---- 2005-07-05 Stephen Deasey <sd...@us...> + * NEWS: Add release date and remove reference to byte ranges. + * include/nscheck.h: Microsoft's feeble compiler can't handle macro varargs. New usage is: NS_GNUC_NONNULL((x, y, z)). |