|
From: <gne...@us...> - 2009-01-31 22:16:51
|
Update of /cvsroot/aolserver/aolserver In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16870 Modified Files: ChangeLog Log Message: updated changelog Index: ChangeLog =================================================================== RCS file: /cvsroot/aolserver/aolserver/ChangeLog,v retrieving revision 1.387 retrieving revision 1.388 diff -C2 -d -r1.387 -r1.388 *** ChangeLog 29 Jan 2009 12:52:58 -0000 1.387 --- ChangeLog 31 Jan 2009 21:38:50 -0000 1.388 *************** *** 1,8 **** 2009-01-29 Gustaf Neumann ne...@wu... * nsssl/ssltcl.c: Remove direct access to interp->result ! * Changelog: ! completed changelog, mark missing documentations 2009-01-19 Gustaf Neumann ne...@wu... --- 1,25 ---- 2009-01-29 Gustaf Neumann ne...@wu... + * nsd/pools.c: + Fixed error message for 'ns_pools set' command + + * nsd/tclcache.c: Fixed behavior such that 'return' in + 'ns_cache eval' works like described in the documentation + and in the old nscache module. Example: + + ns_cache eval mycache mykey { return [expr {1+1}] } + + Before, 'return' raised a tcl error. + + * doc/ns_cache.n: added documentation of optional 'pattern' + argument for 'ns_cache names'. + + * Updated Changelog. + + 2009-01-29 Gustaf Neumann ne...@wu... * nsssl/ssltcl.c: Remove direct access to interp->result ! * Changelog: Completed Changelog entries from commits after ! the 4.5.0 release. 2009-01-19 Gustaf Neumann ne...@wu... *************** *** 45,50 **** every connection thread). - ?DOC? - 2008-12-05 Gustaf Neumann ne...@wu... --- 62,65 ---- *************** *** 130,135 **** Untabified source, no code changes. - ?DOC? - 2007-10-26 Gustaf Neumann ne...@wu... --- 145,148 ---- *************** *** 222,226 **** * tcl/charsets.tcl: fix unbraced expressions and old style comparisons - ?DOC? 2007-08-24 Michael Andrews mic...@us... --- 235,238 ---- *************** *** 249,254 **** This allows you to specify packages to load at start up. - ?DOC? - 2007-08-01 Michael Andrews mic...@us... --- 261,264 ---- *************** *** 274,278 **** Changed maxconns to maxconnections to be backward compatible - ?DOC? 2007-06-13 Michael Andrews mic...@us... --- 284,287 ---- *************** *** 289,293 **** <pool>-proxy-<number> - ?DOC? 2007-05-08 Michael Andrews mic...@us... --- 298,301 ---- *************** *** 488,492 **** * configure: * configure.in: Removed check for zlib now loadable by ! nszlib module. * doc/Ns_Conn.3: --- 496,500 ---- * configure: * configure.in: Removed check for zlib now loadable by ! nszlib module. * doc/Ns_Conn.3: *************** *** 518,536 **** * nsd/compress.c: Changed from Ns_Compress to Ns_Gzip and ! moved code to new nszlib module. * nsd/connio.c: Updated to call Ns_Gzip, added Ns_ConnFlushDirect, ! and fixed bug reading final line in Ns_ConnReadLine. * nsd/fastpath.c: Fixed bug with mapped content. * nsd/modload.c: Removed legacy pre-10.4 OS/X module loading ! code as dlopen, etc. is now supported. * nsd/pathname.c: Added Ns_BinPath. * nsd/return.c: Now uses Ns_ConnFlushDirect in ReturnData ! and changed Ns_ConnReturnHtml to call Ns_ConnReturnCharData ! to ensure text is encoded as needed. * nproxy/Makefile (new file): --- 526,544 ---- * nsd/compress.c: Changed from Ns_Compress to Ns_Gzip and ! moved code to new nszlib module. * nsd/connio.c: Updated to call Ns_Gzip, added Ns_ConnFlushDirect, ! and fixed bug reading final line in Ns_ConnReadLine. * nsd/fastpath.c: Fixed bug with mapped content. * nsd/modload.c: Removed legacy pre-10.4 OS/X module loading ! code as dlopen, etc. is now supported. * nsd/pathname.c: Added Ns_BinPath. * nsd/return.c: Now uses Ns_ConnFlushDirect in ReturnData ! and changed Ns_ConnReturnHtml to call Ns_ConnReturnCharData ! to ensure text is encoded as needed. * nproxy/Makefile (new file): *************** *** 539,543 **** * nsproxy/nsproxylib.c (new file): * nsproxy/nsproxymod.c (new file): New AOLserver/Tcl ! pipe-based proxy support. * nszlib/ChangeLog (new file): --- 547,551 ---- * nsproxy/nsproxylib.c (new file): * nsproxy/nsproxymod.c (new file): New AOLserver/Tcl ! pipe-based proxy support. * nszlib/ChangeLog (new file): *************** *** 548,554 **** * nszlib/nszlib.c (new file): * nszlib/nszlib.h (new file): New zlib extension for ! AOLserver 4.5. Provides both the "ns_zlib" command and ! enables the Ns_Gzip routine. Based on work by Vlad Seryakov ! <vl...@cr...>. --- 556,562 ---- * nszlib/nszlib.c (new file): * nszlib/nszlib.h (new file): New zlib extension for ! AOLserver 4.5. Provides both the "ns_zlib" command and ! enables the Ns_Gzip routine. Based on work by Vlad Seryakov ! <vl...@cr...>. |