From: Stephen D. <sd...@us...> - 2005-06-10 07:36:07
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17873 Modified Files: ChangeLog NEWS Log Message: Add latest news and remove news which belongs to other modules. Index: NEWS =================================================================== RCS file: /cvsroot/naviserver/naviserver/NEWS,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NEWS 8 Jun 2005 16:41:53 -0000 1.3 --- NEWS 10 Jun 2005 07:35:58 -0000 1.4 *************** *** 37,40 **** --- 37,41 ---- Code Changes: + * Use GCC compiler code checks #1215725 * Remove GNU implementations of getopt and poll * Cleanup up autoconf and use autoheader *************** *** 47,67 **** * Modules nspd and nsext moved from core to external modules * Objectified TclX keyed lists - - New Modules: - - * New nsudp module to support HTTP over UDP - * New nstk module that implements templating and Tcl utilities - * New nsaspell module implements interface to GNU Aspell - * New nsberkeleydb module implements interface to BerkelyDB - * New nschartdir module implements charting interface to ChartDirector - * New nsclamav module implements interface to ClamAV anti-virus - * New nsdns module implements DNS client and server - * New nsfortune module implements interface to Unix fortune game - * New nsfreetds module implements database driver to FreeTDS - * New nsgdchart module implements charting using GD library - * New nsimap module implements IMAP client using UW imap client - * New nsocaml module implements interface to OCaml langage - * New nssavi module implements interface to Sophos anti-virus - * New nssnmp module implements SNMP client and SNMP trap server - * New nszlib module implements interface to zlib library - --- 48,49 ---- Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -C2 -d -r1.95 -r1.96 *** ChangeLog 10 Jun 2005 07:29:19 -0000 1.95 --- ChangeLog 10 Jun 2005 07:35:58 -0000 1.96 *************** *** 1,4 **** --- 1,6 ---- 2005-06-10 Stephen Deasey <sd...@us...> + * NEWS: Add latest news and remove news which belongs to other modules. + * include/Makefile.global.in: Enable Tcl CONST checking. * include/nsthread.h: |