dgaudet 97/06/28 12:51:27
Modified: src Tag: APACHE_1_2_X CHANGES
Log:
Update with last commit, and the reorg.
Revision Changes Path
No revision
No revision
1.286.2.14 +46 -43 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.286.2.13
retrieving revision 1.286.2.14
diff -C3 -r1.286.2.13 -r1.286.2.14
*** CHANGES 1997/06/27 02:28:53 1.286.2.13
--- CHANGES 1997/06/28 19:51:25 1.286.2.14
***************
*** 1,51 ****
Changes with Apache 1.2.1
-
- *) Improved unix error response logging. [Marc Slemko]
! *) Update mod_rewrite from 3.0.5 to 3.0.6. New ruleflag
! QSA=query_string_append. Also fixed a nasty bug in per-dir context:
! when a URL http://... was used in concunction with a special
! redirect flag, e.g. R=permanent, the permanent status was lost.
! [Ronald Tschalaer <[EMAIL PROTECTED]>, Ralf S. Engelschall]
!
! *) If an object has multiple variants that are otherwise equal Apache
! would prefer the last listed variant rather than the first.
! [Paul Sutton] PR#94
!
! *) "HostnameLookups" now defaults to off because it is far better for
! the net if we require people that actually need this data to
! enable it. [Linus Torvalds]
!
! *) "make clean" at the top level now removes *.o. [Dean Gaudet] PR#752
!
! *) Don't serve file system objects unless they are plain files, symlinks,
! or directories. This prevents local users from using pipes or
! named sockets to invoke programs for an extremely crude form of
CGI. [Dean Gaudet]
! *) HeaderName and ReadmeName were settable in .htaccess and could
! contain "../" allowing a local user to "publish" any file on the
! system. No slashes are allowed now. [Dean Gaudet]
!
! *) It was possible to violate the symlink Options using mod_dir (headers,
! readmes, titles), mod_negotiation (type maps), or mod_cern_meta
! (meta files). [Dean Gaudet]
!
! *) Update Unixware support for 2.1.2. [Lawrence Rosenman
<[email protected]>]
! PR#511
!
! *) Port to NonStop-UX [Joachim Schmitz <[EMAIL PROTECTED]>] PR#327
! *) Update ConvexOS support for 11.5. [David DeSimone <[EMAIL PROTECTED]>]
! PR#399
!
! *) Support for dec cc compiler under ultrix.
! ["P. Alejandro Lopez-Valencia" <[EMAIL PROTECTED]>] PR#388
!
! *) Support for Maxion/OS SVR4.2 Real Time Unix. [no name given] PR#383
!
! *) mod_status dumps core in inetd mode. [Marc Slemko and Roy Fielding]
! PR#566
*) Attempt to work around problems with third party libraries that do not
handle high numbered descriptors (examples include bind, and
--- 1,24 ----
Changes with Apache 1.2.1
! *) SECURITY: Don't serve file system objects unless they are plain files,
! symlinks, or directories. This prevents local users from using pipes
! or named sockets to invoke programs for an extremely crude form of
CGI. [Dean Gaudet]
! *) SECURITY: HeaderName and ReadmeName were settable in .htaccess and
! could contain "../" allowing a local user to "publish" any file on
! the system. No slashes are allowed now. [Dean Gaudet]
!
! *) SECURITY: It was possible to violate the symlink Options using mod_dir
! (headers, readmes, titles), mod_negotiation (type maps), or
! mod_cern_meta (meta files). [Dean Gaudet]
! *) CONFIG: "HostnameLookups" now defaults to off because it is far better
! for the net if we require people that actually need this data to
! enable it. [Linus Torvalds]
!
! *) mod_include was not properly changing the current directory.
! [Marc Slemko] PR#742
*) Attempt to work around problems with third party libraries that do not
handle high numbered descriptors (examples include bind, and
***************
*** 64,70 ****
--- 37,73 ----
directives. But using -DHIGH_SLACK_LINE=256 described above will
work around this problem. [Dean Gaudet]
+ *) Improved unix error response logging. [Marc Slemko]
+
+ *) Update mod_rewrite from 3.0.5 to 3.0.6. New ruleflag
+ QSA=query_string_append. Also fixed a nasty bug in per-dir context:
+ when a URL http://... was used in concunction with a special
+ redirect flag, e.g. R=permanent, the permanent status was lost.
+ [Ronald Tschalaer <[EMAIL PROTECTED]>, Ralf S. Engelschall]
+
+ *) If an object has multiple variants that are otherwise equal Apache
+ would prefer the last listed variant rather than the first.
+ [Paul Sutton] PR#94
+
+ *) "make clean" at the top level now removes *.o. [Dean Gaudet] PR#752
+
+ *) mod_status dumps core in inetd mode. [Marc Slemko and Roy Fielding]
+ PR#566
+
*) pregsub had an off-by-1 in its error checking code. [Alexei Kosut]
+
+ *) PORT: Update Unixware support for 2.1.2.
+ [Lawrence Rosenman <[email protected]>] PR#511
+
+ *) PORT: NonStop-UX [Joachim Schmitz <[EMAIL PROTECTED]>] PR#327
+
+ *) PORT: Update ConvexOS support for 11.5.
+ [David DeSimone <[EMAIL PROTECTED]>] PR#399
+
+ *) PORT: Support for dec cc compiler under ultrix.
+ ["P. Alejandro Lopez-Valencia" <[EMAIL PROTECTED]>] PR#388
+
+ *) PORT: Support for Maxion/OS SVR4.2 Real Time Unix. [no name given]
PR#383
Changes with Apache 1.2