fielding 96/12/02 08:26:48
Modified: src CHANGES
Log:
typos and spelling
Revision Changes Path
1.73 +11 -11 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.72
retrieving revision 1.73
diff -C3 -r1.72 -r1.73
*** CHANGES 1996/12/01 10:41:17 1.72
--- CHANGES 1996/12/02 16:26:47 1.73
***************
*** 14,20 ****
*) Problems with mod_auth_msql fixed [Dirk vanGulik]
! *) Fix mispelling of "Anonymous_Authorative" directive in mod_auth_anon.
Changes with Apache 1.1.0:
--- 14,20 ----
*) Problems with mod_auth_msql fixed [Dirk vanGulik]
! *) Fix misspelling of "Anonymous_Authorative" directive in mod_auth_anon.
Changes with Apache 1.1.0:
***************
*** 48,54 ****
*) More mod_auth_msql authentication improvements.
! *) VirtualHosts based on Host: headers no longer conflict with the
Listen directive.
*) OS/2 compatibility enhancements. [Gary Smiley]
--- 48,54 ----
*) More mod_auth_msql authentication improvements.
! *) VirtualHost's based on Host: headers no longer conflict with the
Listen directive.
*) OS/2 compatibility enhancements. [Gary Smiley]
***************
*** 152,158 ****
now configurable (for OSes that can't use mmap) via ScoreBoardFile
which works similar to PidFile (in httpd.conf) [Rob Hartill]
! *) Include sys/resource.h in the correct place for SunOS4 [Samerr Parekh]
*) the pstrcat call in mod_cookies.c didn't have an ending NULL,
which caused a SEGV with cookies enabled
--- 152,158 ----
now configurable (for OSes that can't use mmap) via ScoreBoardFile
which works similar to PidFile (in httpd.conf) [Rob Hartill]
! *) Include sys/resource.h in the correct place for SunOS4 [Sameer Parekh]
*) the pstrcat call in mod_cookies.c didn't have an ending NULL,
which caused a SEGV with cookies enabled
***************
*** 208,214 ****
be, and heavy system loads, generally followed by catastrophic
system failure. [Ben Laurie]
! *) Fix typo in licence. [David Robinson]
Changes with Apache 1.0.0
--- 208,214 ----
be, and heavy system loads, generally followed by catastrophic
system failure. [Ben Laurie]
! *) Fix typo in license. [David Robinson]
Changes with Apache 1.0.0
***************
*** 355,361 ****
*) Suppress -Wall warning by casting const away in util.c [Aram Mirzadeh]
! *) Suppress -Wall warning by initializing variable in negotation code
[Tobias Weingartner]
Changes with Apache 0.8.12
--- 355,361 ----
*) Suppress -Wall warning by casting const away in util.c [Aram Mirzadeh]
! *) Suppress -Wall warning by initializing variable in negotiation code
[Tobias Weingartner]
Changes with Apache 0.8.12
***************
*** 415,421 ****
*) Doesn't reset DirectoryIndex to 'index.html' when
other directory options are set in a .htaccess file. [Robert Thau]
! *) Clarifed init code and nuked bogus warning in mod_access.c
[Florent Guillaume]
*) Corrected several directives in sample srm.conf
--- 415,421 ----
*) Doesn't reset DirectoryIndex to 'index.html' when
other directory options are set in a .htaccess file. [Robert Thau]
! *) Clarified init code and nuked bogus warning in mod_access.c
[Florent Guillaume]
*) Corrected several directives in sample srm.conf
***************
*** 437,444 ****
mod_alias.c, merging it almost completely with handling of Alias, and
adding a 'notes' field to the request_rec which allows the CGI module
to discover whether the Alias module has put this request through
! ScriptAlias (which it needs to know for back-combatibility, as the old
! NCSA code did not check Options ExecCGI in ScriptAliased directories).
[Robert Thau]
--- 437,444 ----
mod_alias.c, merging it almost completely with handling of Alias, and
adding a 'notes' field to the request_rec which allows the CGI module
to discover whether the Alias module has put this request through
! ScriptAlias (which it needs to know for back-compatibility, as the old
! NCSA code did not check Options ExecCGI in ScriptAlias directories).
[Robert Thau]
***************
*** 465,471 ****
*) <!--exec cgi="/some/uri/here"--> always treats the item named by the
URI as a CGI script, even if it would have been treated as something
! else if requested directly, for NCSA back-combatibility. (Note that
this means that people who know the name of the script can see the
code just by asking for it). [Robert Thau]
--- 465,471 ----
*) <!--exec cgi="/some/uri/here"--> always treats the item named by the
URI as a CGI script, even if it would have been treated as something
! else if requested directly, for NCSA back-compatibility. (Note that
this means that people who know the name of the script can see the
code just by asking for it). [Robert Thau]
***************
*** 600,606 ****
StartServers to MinSpareServers, created separate StartServers
parameter which means what it says, and renamed MaxServers to
MaxSpareServers (though the old name still works, for NCSA 1.4
! back-combatibility). The old names were generally regarded as
too confusing. Also altered "docs" in sample config files.
*) More improvements to default config files ---
--- 600,606 ----
StartServers to MinSpareServers, created separate StartServers
parameter which means what it says, and renamed MaxServers to
MaxSpareServers (though the old name still works, for NCSA 1.4
! back-compatibility). The old names were generally regarded as
too confusing. Also altered "docs" in sample config files.
*) More improvements to default config files ---
***************
*** 709,715 ****
if there are fewer than StartServers, it starts a new one. This
does not depend on the number of server processes already extant.
The accounting is arranged through a "scoreboard" file, named
! /tmp/htstatus.*, on which each process has an independant file
descriptor (they need to seek without interference).
The end effect is that MaxServers is the maximum number of
--- 709,715 ----
if there are fewer than StartServers, it starts a new one. This
does not depend on the number of server processes already extant.
The accounting is arranged through a "scoreboard" file, named
! /tmp/htstatus.*, on which each process has an independent file
descriptor (they need to seek without interference).
The end effect is that MaxServers is the maximum number of