From: Vlad S. <ser...@us...> - 2005-06-08 16:42:03
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8033 Modified Files: NEWS Log Message: added new modules section into NEWS Index: NEWS =================================================================== RCS file: /cvsroot/naviserver/naviserver/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NEWS 8 Jun 2005 16:14:03 -0000 1.2 --- NEWS 8 Jun 2005 16:41:53 -0000 1.3 *************** *** 47,48 **** --- 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 + |