brian 96/12/08 21:57:37
Modified: src CHANGES
Log:
Update on all changes made today, for public consumption
Revision Changes Path
1.78 +18 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.77
retrieving revision 1.78
diff -C3 -r1.77 -r1.78
*** CHANGES 1996/12/06 21:51:31 1.77
--- CHANGES 1996/12/09 05:57:36 1.78
***************
*** 1,5 ****
--- 1,20 ----
Changes with Apache 1.2b2:
+ *) mod_include.c bugfixes:
+ 1) Fixed an ommission that caused include variables to not
+ be parsed in config errmsg directives [Howard Fear]
+ 2) Remove HAVE_POSIX_REGEX cruft [Alexei Kosut]
+ 3) Patch to fix compiler warnings [EMAIL PROTECTED]
+ 4) Allow backslash-escaping to all quoted text
+ [Ben Yoshino <[EMAIL PROTECTED]>]
+ 5) Pass variable to command line if not set in XSSI's env
+ [Howard Fear]
+
+ *) Fix infinite loop when processing Content-language lines in
+ type-map files. [Alexei Kosut]
+
+ *) Closed file-globbing hole in test-cgi script. [Brian Behlendorf]
+
*) Fixed problem in set_[user|group] that prevented CGI execution
for non-virtualhosts when suEXEC was enabled.
***************
*** 22,31 ****
--- 37,48 ----
and portable isdigit() test. [Ben Laurie]
*) Updated Configure for ...
+ OS/2 (DEF_WANTHSREGEX=yes, other code changes)
*-dg-dgux* (bad pattern match)
QNX (DEF_WANTHSREGEX=yes)
*-sunos4* (DEF_WANTHSREGEX=yes, -DUSEBCOPY)
*-ultrix (new)
+ *-unixware211 (new)
and added some user diagnostic info. [Ben Laurie]
*) In helpers/CutRule, replaced "cut" invocation with "awk" invocation
***************
*** 34,39 ****
--- 51,57 ----
*) Updated helpers/GuessOS for ...
SCO 5 (recognize minor releases)
SCO Unixware (braindamaged uname, whatever-whatever-unixware2)
+ SCO UnixWare 2.1.1 (requires a separate set of #defines in conf.h)
IRIX64 (-sgi-irix64)
ULTRIX (-unknown-ultrix)
SINIX (-whatever-sysv4)