You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@hyperreal.org on 2000/01/22 22:09:35 UTC

cvs commit: apache-site/dist .htaccess Announcement.html Announcement.txt README.html

jim         00/01/22 13:09:34

  Modified:    dist     .htaccess Announcement.html Announcement.txt
                        README.html
  Log:
  Announcement changes for 1.3.11
  
  Revision  Changes    Path
  1.24      +4 -1      apache-site/dist/.htaccess
  
  Index: .htaccess
  ===================================================================
  RCS file: /export/home/cvs/apache-site/dist/.htaccess,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- .htaccess	1999/08/30 22:17:34	1.23
  +++ .htaccess	2000/01/22 21:09:32	1.24
  @@ -20,10 +20,13 @@
   AddDescription "1.3.9 compressed source" apache_1.3.9.tar.Z
   AddDescription "1.3.9 gzipped source" apache_1.3.9.tar.gz
   AddDescription "1.3.9 Win32 binary" apache_1_3_9_win32.exe
  +AddDescription "1.3.11 compressed source" apache_1.3.11.tar.Z
  +AddDescription "1.3.11 gzipped source" apache_1.3.11.tar.gz
  +AddDescription "1.3.11 Win32 binary" apache_1_3_11_win32.exe
   AddDescription "List of changes in 1.3" CHANGES_1.3
   AddDescription "List of changes in 1.2" CHANGES_1.2
   AddDescription "Developer PGP keys" KEYS
  -AddDescription "Apache 1.3.9 Released" Announcement.txt
  +AddDescription "Apache 1.3.11 Released" Announcement.txt
   AddDescription "Binary distributions" binaries
   AddDescription "Contributed software" contrib
   AddDescription "Old source & binaries" old
  
  
  
  1.17      +43 -72    apache-site/dist/Announcement.html
  
  Index: Announcement.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/dist/Announcement.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Announcement.html	1999/08/19 20:59:58	1.16
  +++ Announcement.html	2000/01/22 21:09:32	1.17
  @@ -1,84 +1,54 @@
   <HTML>
    <HEAD>
  -  <TITLE>Apache 1.3.9 Released</TITLE>
  +  <TITLE>Apache 1.3.11 Released</TITLE>
    </HEAD>
    <BODY>
   
  -<H1>Apache 1.3.9 Released</H1>
  -
  -<P>
  -The Apache Group is pleased to announce the release of version
  -1.3.9 of the Apache HTTP server.
  -
  -<P>
  -This new Apache version incorporates over 130 significant improvements
  +<h1>Apache 1.3.11 Released</h1>
  +<p>
  +The :a href="http://www.apache.org/">Apache Software Foundation</a>
  +and The Apache Server Project are
  +pleased to announce the release of version 1.3.11 of the Apache HTTP server.
  +Apache 1.3.10 was not released due to a last-minute bug found and
  +fixed after the source was tagged and tested.
  +<p>
  +This new Apache version incorporates numerous significant improvements
   to the server.  Apart from portability and security fixes, documentation
   enhancements, performance improvements, and assorted other minor
   features or fixes notable changes are:
  -
  -<UL>
  - <li>A new experimental digest authentication module, compatible with
  -  the latest digest-auth standards, has been added to the base package.  
  - <li>The <code>expat</code> XML parser has been added to allow
  -  modules to deal with XML if necessary.
  - <li>The processing on Windows of basic authentication passwords in
  -  <code>mod_auth</code> password files has been fixed.  In addition,
  -  the SHA1 encoding algorithm has been added to those available and
  -  known to <code>htpasswd</code>, and passwords on Windows may be
  -  longer than the inadvertent 1.3.6 limit of 8 characters.
  - <li>Several problems with <code>mod_access</code> and CIDR addresses have
  -  been fixed.
  - <li>Support has been added or enhanced for Tandem, TPF, and
  -  the Macintosh OS X platforms.
  - <li>Some processing of <code>Vary</code> response header fields has been
  -  corrected.
  - <li>Restarts with <code>apache&nbsp;-k</code> on Windows are now honoured
  -  immediately, instead of after the system's listen queue is drained.
  - <li><code>Expect: 100-continue</code> processing has been corrected.
  - <li>Script errors on Windows are now copied to the server's error log
  -  if the scripts fail; this is closer to the Unix behaviour.
  - <li>Mass-vhosting has been added (see the documentation for module
  -  <code>mod_vhost_alias</code>).
  - <li>The server no longer automatically checks for the existence of a valid
  -  <code>DocumentRoot</code> for all virtual hosts; this was imposing
  -  a significant startup penalty on systems with numerous vhosts.
  -  The default behaviour has changed to <i>not</i> performing this
  -  check, but it can be re-enabled by specifying the <code>-t</code>
  -  command line option for full configuration testing.
  - <li><code>apache -S</code> on Windows now exits properly after
  -  completing the configuration testing.
  - <li><code>SetEnvIf*</code> directives can now test the values of
  -  environment variables as well as request attributes.  In addition,
  -  the request protocol and level (<i>e.g.</i>, "<code>HTTP/1.1</code>")
  -  can now be tested.
  - <li>ReadmeName and HeaderName files (<code>mod_autoindex</code>) are
  -  now server-parsable and accessible with MultiViews.
  - <li><code>AddDescription</code> directives now behave as documented
  -  with regard to partial filename matches.
  - <li>The name of the cookie used by <code>mod_usertrack</code> is
  -  now customisable.
  -</UL>
  -
  -<P>
  -A complete listing with detailed descriptions is provided in the
  -src/CHANGES file.
  +<ul>
  +   <li> Binary and shared builds on several platforms have been improved.
  +   <li> The time that a parent waits for its children to die
  +     after <code>SIGKILL</code> has been sent has been reduced.
  +   <li> Various <i>suexec</i> improvements.
  +   <li> More rigorous checking of <code>Host:</code> headers to fix security problems
  +     with mass name-based virtual hosting.
  +   <li> Addition of the  <code>%q</code> logging format directive (logs "?" and the query
  +     string part of a query, or the empty string if no query).
  +   <li> Improvement of the <i>OS390</i> port.
  +   <li> Several <i>EBCDIC</i> fixes.
  +   <li> Better error reporting during the "compiler sanity" check.
  +   <li> Fixed the `quad integer' (aka `long long') handling in ap_snprintf.c
  +   <li> mod_rewrite's general substitution function was overhauled.
  +   <li> Several WIN32 bugs have been fixed, including:
  +<ul>
  +     <li> CGIs broken if script calls other programs which deliver on stdout
  +       (Search this file for "DETACHED")
  +     <li> 16 bit CGIs should work now
  +     <li> Server will not start if passed the -d option with spaces in the
  +       argument.
  +</ul>
  +</ul>
   
   <P>
  -We consider Apache 1.3.9 to be the best version of Apache available and
  -we strongly recommend that users of older versions, especially of the
  -1.1.x and 1.2.x family, upgrade as soon as possible.  No further releases
  -will be made in the 1.2.x family.
  +Apache 1.3.11 is available for download from
   
  -<P>
  -Apache 1.3.9 is available for download from
  -
   <UL>
   <A HREF="http://www.apache.org/dist/">http://www.apache.org/dist/</A>
   </UL>
   
   <P>
  -Please see the <A HREF="http://www.apache.org/dist/CHANGES_1.3">CHANGES_1.3</A> file in the same directory for a full
  -list of changes.  
  +Please see the <A HREF="http://www.apache.org/dist/CHANGES_1.3">CHANGES_1.3</A> file in the same directory for a full list of changes in the 1.3 version.  
   
   <P>
   Binary distributions are available from
  @@ -88,7 +58,7 @@
   </UL>
   
   <P>
  -As of Apache 1.3.9 binary distributions contain all standard Apache
  +As of Apache 1.3.11 binary distributions contain all standard Apache
   modules as shared objects (if supported by the platform) and include
   full source code.  Installation is easily done by executing the
   included install script.  See the README.bindist and INSTALL.bindist
  @@ -123,18 +93,19 @@
   its variants.
   
   <P>
  -<FONT COLOR=red>IMPORTANT NOTE FOR WIN32 USERS:</FONT> Over the years,
  -many users have
  +<FONT COLOR=red>IMPORTANT NOTE FOR WIN32 USERS:</FONT> 
  +Over the years, many users have
   come to trust Apache as a secure and stable server.  It must
  -be realized that the current Win32 code has not yet reached these
  -levels and should still be considered to be of beta quality.  Any
  +be realized that the current Win32 code has not yet reached the
  +levels of the Unix version, but is of acceptable quality. Any
   Win32 stability or security problems do not impact, in any way,
   Apache on other platforms.  With the continued donation of time
   and resources by individuals and companies, we hope that the Win32
   version of Apache will grow stronger through the 1.3.x release cycle.
  -
  +<p>
   <DIV ALIGN=center>
  - Thank you for using Apache.
  +Thank you for using Apache.<br>---<br>
  +See you at <a href="http://www.Apachecon.com/">ApacheCon 2000</a> in Orlanda, Florida, March 8-10, 2000.
   </DIV>
    </BODY>
   </HTML>
  
  
  
  1.11      +36 -51    apache-site/dist/Announcement.txt
  
  Index: Announcement.txt
  ===================================================================
  RCS file: /export/home/cvs/apache-site/dist/Announcement.txt,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Announcement.txt	1999/08/19 21:00:09	1.10
  +++ Announcement.txt	2000/01/22 21:09:32	1.11
  @@ -1,76 +1,57 @@
  -Apache 1.3.9 Released
  -=====================
  +Apache 1.3.11 Released
  +======================
   
  -The Apache Group is pleased to announce the release of version
  -1.3.9 of the Apache HTTP server.
  +The Apache Software Foundation and The Apache Server Project are
  +pleased to announce the release of version 1.3.11 of the Apache HTTP server.
  +Apache 1.3.10 was not released due to a last-minute bug found and
  +fixed after the source was tagged and tested.
   
  -This new Apache version incorporates over 130 significant improvements
  +This new Apache version incorporates numerous significant improvements
   to the server.  Apart from portability and security fixes, documentation
   enhancements, performance improvements, and assorted other minor
   features or fixes notable changes are:
   
  - - A new experimental digest authentication module, compatible with
  -   the latest digest-auth standards, has been added to the base package.  
  +   - Binary and shared builds on several platforms have been
  +     improved.
   
  - - The expat XML parser has been added to allow modules to deal with
  -   XML if necessary.
  +   - The time that a parent waits for its children to die
  +     after SIGKILL has been sent has been reduced.
   
  - - The processing on Windows of basic authentication passwords in
  -   mod_auth password files has been fixed.  In addition, the SHA1
  -   encoding algorithm has been added to those available and
  -   known to htpasswd, and passwords on Windows may be longer than
  -   the inadvertent 1.3.6 limit of 8 characters.
  +   - Various suexec improvements.
   
  - - Several problems with mod_access and CIDR addresses have been fixed.
  +   - More rigorous checking of Host: headers to fix security problems
  +     with mass name-based virtual hosting.
   
  - - Support has been added or enhanced for Tandem, TPF, and
  -   the Macintosh OS X platforms.
  +   - Addition of the  %q logging format directive (logs "?" and the query
  +     string part of a query, or the empty string if no query).
   
  - - Some processing of Vary response header fields has been corrected.
  +   - Improvement of the OS390 port.
   
  - - Restarts with "apache -k" on Windows are now honoured immediately,
  -   instead of after the system's listen queue is drained.
  +   - Several EBCDIC fixes.
   
  - - "Expect: 100-continue" processing has been corrected.
  +   - Better error reporting during the "compiler sanity" check.
   
  - - Script errors on Windows are now copied to the server's error log
  -   if the scripts fail; this is closer to the Unix behaviour.
  +   - Fixed the `quad integer' (aka `long long') handling in ap_snprintf.c
   
  - - Mass-vhosting has been added (see the documentation for module
  -   mod_vhost_alias).
  +   - mod_rewrite's general substitution function was overhauled.
   
  - - The server no longer automatically checks for the existence of a
  -   valid DocumentRoot for all virtual hosts; this was imposing a
  -   significant startup penalty on systems with numerous vhosts.
  -   The default behaviour has changed to *not* performing this
  -   check, but it can be re-enabled by specifying the "-t" command
  -   line option for full configuration testing.
  +   - Several WIN32 bugs have been fixed, including:
  +     - CGIs broken if script calls other programs which deliver on stdout
  +       (Search this file for "DETACHED")
  +     - 16 bit CGIs should work now
  +     - Server will not start if passed the -d option with spaces in the
  +       argument.
   
  - - "apache -S" on Windows now exits properly after completing the
  -   configuration testing.
  -
  - - SetEnvIf* directives can now test the values of environment
  -   variables as well as request attributes.  In addition,
  -   the request protocol and level (e.g., "HTTP/1.1") can now be tested.
  -
  - - ReadmeName and HeaderName files (mod_autoindex) are now
  -   server-parsable and accessible with MultiViews.
  -
  - - AddDescription directives now behave as documented with regard
  -   to partial filename matches.
  -
  - - The name of the cookie used by mod_usertrack is now customisable.
  -
   A complete listing with detailed descriptions is provided in the
   src/CHANGES file.
   
  -We consider Apache 1.3.9 to be the best version of Apache available and
  +We consider Apache 1.3.11 to be the best version of Apache available and
   we strongly recommend that users of older versions, especially of the
   1.1.x and 1.2.x family, upgrade as soon as possible.  No further releases
   will be made in the 1.2.x family.
   
   
  -Apache 1.3.9 is available for download from
  +Apache 1.3.11 is available for download from
   
       http://www.apache.org/dist/
   
  @@ -81,7 +62,7 @@
   
      http://www.apache.org/dist/binaries/
   
  -As of Apache 1.3.9 binary distributions contain all standard Apache
  +As of Apache 1.3.11 binary distributions contain all standard Apache
   modules as shared objects (if supported by the platform) and include
   full source code.  Installation is easily done by executing the
   included install script.  See the README.bindist and INSTALL.bindist
  @@ -109,8 +90,8 @@
   
   IMPORTANT NOTE FOR WIN32 USERS: Over the years, many users have
   come to trust Apache as a secure and stable server.  It must
  -be realized that the current Win32 code has not yet reached these
  -levels and should still be considered to be of beta quality.  Any
  +be realized that the current Win32 code has not yet reached the
  +levels of the Unix version, but is of acceptable quality. Any
   Win32 stability or security problems do not impact, in any way,
   Apache on other platforms.  With the continued donation of time
   and resources by individuals and companies, we hope that the Win32
  @@ -118,3 +99,7 @@
   
   
   Thank you for using Apache.
  +--
  +See you at ApacheCon 2000 in Orlanda, Florida, March 8-10, 2000.
  +                http://www.Apachecon.com/
  +
  
  
  
  1.23      +4 -4      apache-site/dist/README.html
  
  Index: README.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/dist/README.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- README.html	1999/08/19 19:31:01	1.22
  +++ README.html	2000/01/22 21:09:32	1.23
  @@ -1,6 +1,6 @@
  -<H2>Apache 1.3.9 Released</H2>
  +<H2>Apache 1.3.11 Released</H2>
   
  -<P>Apache 1.3.9 is a maintenance release with numerous bug fixes.
  +<P>Apache 1.3.11 is a maintenance release with numerous bug fixes.
   For details, see the <A HREF="CHANGES_1.3">v1.3 CHANGES</A> file.
   
   <P>For information about new features in 1.3, see the 
  @@ -13,7 +13,7 @@
   <H2>Binary Releases</H2>
   
   <P>Are available in the <A HREF="binaries/">binaries/</A> directory.
  -<BR>As of Apache 1.3.9 every binary distribution contains an
  +<BR>As of Apache 1.3.11 every binary distribution contains an
   install script. See README for details.
   
   <H2>PGP Signatures</H2>
  @@ -28,7 +28,7 @@
   distribution.</P>
   <PRE><i>e.g.</i>,
   % pgpk -a KEYS
  -% pgpv apache_1.3.9.tar.gz.asc
  +% pgpv apache_1.3.11.tar.gz.asc
   </PRE>
   
   <H2>Contributory Patches/Modules/Code</H2>