Index: mod_nsd/AUTHORS =================================================================== RCS file: /usr/local/cvsroot/mod_nsd/AUTHORS,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ mod_nsd/AUTHORS 9 Jun 2001 11:01:43 -0000 1.1 @@ -0,0 +1,7 @@ +Original mod_aolserver authors: + Robert S. Thau (rst@ai.mit.edu) + Rob Mayoff (mayoff@arsdigita.com) + +Current maintainer: + Petru Paler (ppetru@ppetru.net) + Index: mod_nsd/BUGS =================================================================== RCS file: /usr/local/cvsroot/mod_nsd/BUGS,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ mod_nsd/BUGS 9 Jun 2001 11:01:43 -0000 1.1 @@ -0,0 +1,4 @@ +For a current list of bugs and requested features, please go to: + +http://openacs.org/sdm/open-bafs.tcl?package_id=10 + Fisheye: Tag 1.2 refers to a dead (removed) revision in file `mod_nsd/CAVEATS'. Fisheye: No comparison available. Pass `N' to diff? Index: mod_nsd/CHANGES =================================================================== RCS file: /usr/local/cvsroot/mod_nsd/CHANGES,v diff -u -r1.1 -r1.2 --- mod_nsd/CHANGES 13 Apr 2001 21:09:32 -0000 1.1 +++ mod_nsd/CHANGES 9 Jun 2001 11:01:43 -0000 1.2 @@ -1,4 +1,21 @@ + This file is an overview of the changes made. For the full details +please see the ``ChangeLog'' file. +*** Changes for mod_nsd v1.3b1: + + - Updated to Postgres driver v2.0 (includes bind variable support, +direct LOB streaming, and other stuff) + - Updated to Oracle driver v2.5 + - added the nssha1 module + - preliminary support for emulating nscache emulation in Tcl + - tweaks to the build process (includes enabling all compile warnings +by default) + - added fastpath.tcl from AOLserver + - implemented ns_returnnotice + - removed a bunch of compile warnings + +*** Project renamed to mod_nsd *** + /*- changes since release-1_1 above this line ------------------------*/ Upgraded ora8.c to oracle driver 2.3. Index: mod_nsd/README =================================================================== RCS file: /usr/local/cvsroot/mod_nsd/README,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ mod_nsd/README 9 Jun 2001 11:01:43 -0000 1.1 @@ -0,0 +1,6 @@ + +This is mod_nsd v1.3b1, an Apache module implementing the AOLserver/OpenNSD API + +No documentation written for this release yet, please see +README.old.html for the old README file. + Index: mod_nsd/mod_nsd.c =================================================================== RCS file: /usr/local/cvsroot/mod_nsd/mod_nsd.c,v diff -u -r1.1 -r1.2 --- mod_nsd/mod_nsd.c 5 Jun 2001 11:50:15 -0000 1.1 +++ mod_nsd/mod_nsd.c 9 Jun 2001 11:01:43 -0000 1.2 @@ -883,6 +883,7 @@ */ if (r->main) return DECLINED; + Tcl_request_rec = r;