From: Stephen D. <sd...@us...> - 2005-06-08 16:14:17
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24541 Modified Files: ChangeLog NEWS Log Message: Add some RFE numbers. Index: NEWS =================================================================== RCS file: /cvsroot/naviserver/naviserver/NEWS,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NEWS 8 Jun 2005 16:07:24 -0000 1.1 --- NEWS 8 Jun 2005 16:14:03 -0000 1.2 *************** *** 8,12 **** * Add support for mass virtual hosting #1159471 * ns_uuencode et all now do full base64 encoding ! * New introspection commands for procs, filters and traces * C and Tcl API for HTTP cookies #1145957 * Add -bytes option to ns_conncptofp command --- 8,12 ---- * Add support for mass virtual hosting #1159471 * ns_uuencode et all now do full base64 encoding ! * New introspection commands for procs, filters and traces #1161597 * C and Tcl API for HTTP cookies #1145957 * Add -bytes option to ns_conncptofp command Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -d -r1.86 -r1.87 *** ChangeLog 8 Jun 2005 16:07:16 -0000 1.86 --- ChangeLog 8 Jun 2005 16:14:02 -0000 1.87 *************** *** 333,337 **** * nsd/uuencode.c: modified uuencode/decode to support string buffers any size and be compatible with GNU uuencode, ! i.e. wrapping lines to be 60 chars. 2005-03-28 Vlad Seryakov <ser...@us...> --- 333,337 ---- * nsd/uuencode.c: modified uuencode/decode to support string buffers any size and be compatible with GNU uuencode, ! i.e. wrapping lines to be 60 chars. (RFE #1175025) 2005-03-28 Vlad Seryakov <ser...@us...> *************** *** 344,347 **** --- 344,348 ---- Tcl callback interface. New commands show information about registered filters/procs same way as ns_info scheduled does. + (RFE #1161597) 2005-03-27 Vlad Seryakov <ser...@us...> |