You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1998/04/20 11:31:16 UTC

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

rse         98/04/20 02:31:15

  Modified:    .        index.html
               dist     .htaccess README.html
  Log:
  Update the frontdoor for 1.3b6.
  
  Revision  Changes    Path
  1.52      +12 -7     apache-site/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/index.html,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- index.html	1998/03/30 03:13:50	1.51
  +++ index.html	1998/04/20 09:31:14	1.52
  @@ -72,16 +72,21 @@
   
   <P><HR>
   
  -<H2 ALIGN="CENTER">Apache 1.3b5 Now Available:
  -<BR>The third beta release of Apache 1.3</H2>
  +<H2 ALIGN="CENTER">Apache 1.3b6 Now Available:
  +<BR>The latest public beta release of Apache 1.3</H2>
   
   <P><BLOCKQUOTE>
   
  -Apache 1.3b5 is the third public beta of the forthcoming Apache 1.3
  -Server.  Apache 1.3 includes several new enhancements, improvements
  -and performance boosts, but the most visible addition is the ability
  -to run under Microsoft Windows NT 4.0 and 95.  A compiled NT/95 binary
  -version of the server will shortly be available.
  +Apache 1.3b6 is the latest public beta of the forthcoming Apache 1.3 Server
  +and a release candidate for 1.3.0.  Apache 1.3 includes several new
  +enhancements, improvements and performance boosts, but the most visible
  +additions are the ability to <A HREF="docs/windows">run under Microsoft
  +Windows NT 4.0 &amp; 95</A> and the new <A
  +HREF="dist/apache_1.3b6/INSTALL">Autoconf-style Interface for Unix</A>.
  +For a compact summary of the more important changes check out the <A
  +HREF="dist/Announcement.html">Announcement</A> and for a detailed log of all
  +changes check out the <A HREF="dist/CHANGES">CHANGES</A> file.
  +
   </BLOCKQUOTE>
   
   <P ALIGN="CENTER">
  
  
  
  1.4       +3 -0      apache-site/dist/.htaccess
  
  Index: .htaccess
  ===================================================================
  RCS file: /export/home/cvs/apache-site/dist/.htaccess,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- .htaccess	1998/02/20 18:55:39	1.3
  +++ .htaccess	1998/04/20 09:31:15	1.4
  @@ -3,6 +3,9 @@
   AddDescription "1.3b3 gzipped source" apache_1.3b3.tar.gz
   AddDescription "1.3b5 gzipped source" apache_1.3b5.tar.gz
   AddDescription "1.3b5 compressed source" apache_1.3b5.tar.Z
  +AddDescription "1.3b6 compressed source" apache_1.3b6.tar.Z
  +AddDescription "1.3b6 gzipped source" apache_1.3b6.tar.gz
  +AddDescription "1.3b6 NT binary" apache_1.3b6_1.exe
   AddDescription "1.2.5 compressed source" apache_1.2.5.tar.Z
   AddDescription "1.2.5 gzipped source" apache_1.2.5.tar.gz
   AddDescription "List of changes in 1.3" /export/pub/apache/dist/CHANGES
  
  
  
  1.11      +12 -13    apache-site/dist/README.html
  
  Index: README.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/dist/README.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- README.html	1998/03/24 05:59:18	1.10
  +++ README.html	1998/04/20 09:31:15	1.11
  @@ -8,28 +8,27 @@
   <P>For information about new features in 1.2, see the 
   <A HREF="../docs/">documentation</A>.
   
  -<H2>Apache 1.3b5 Now Available</H2>
  +<H2>Apache 1.3b6 Released</H2>
   
   <P>
   
  -Apache 1.3b5 is the newest public beta of the forthcoming Apache 1.3
  -Server.  Apache 1.3 includes several new enhancements, improvements
  -and performance boosts, but the most visible addition is the ability
  -to run under Microsoft Windows NT 4.0 and 95. At present 1.3b5 is only
  -available in source code. It will require compiler to use it
  -(Microsoft Visual C++ 5.0 for Windows). A binary version for Windows
  -will be available shortly. If you are using, or had previously tried
  -an earlier alpha or beta release, please upgrade to 1.3b5 at your
  -earliest convenience.  A summary of the more important changes is
  -available in the <A HREF="CHANGES">CHANGES</A> file.
  +Apache 1.3b6 is the latest public beta of the forthcoming Apache 1.3 Server
  +and a release candidate for 1.3.0.  Apache 1.3 includes several new
  +enhancements, improvements and performance boosts, but the most visible
  +additions are the ability to <A HREF="../docs/windows">run under Microsoft
  +Windows NT 4.0 &amp; 95</A> and the new <A
  +HREF="apache_1.3b6/INSTALL">Autoconf-style Interface for Unix</A>.
  +For a compact summary of the more important changes check out the <A
  +HREF="Announcement.html">Announcement</A> and for a detailed log of all changes
  +check out the <A HREF="CHANGES">CHANGES</A> file.
   
  -<p><FONT COLOR="red">Important Note:</FONT> Since 1.3b5 is a beta
  +<p><FONT COLOR="red">Important Note:</FONT> Since 1.3b6 is a beta
   release, it undoubtedly has its share of warts and bugs.  Although it
   has been tested quite strenuously, your milage may vary.
   
   <P>For information about new features in 1.3, see the 
   <A HREF="../docs/">documentation</A>.  For information about some of
  -the known issues in 1.3b5, see the <A HREF="../docs/misc/known_bugs.html">
  +the known issues in 1.3b6, see the <A HREF="../docs/misc/known_bugs.html">
   known bugs</A> page.
   
   <H2>Compilation note:</H2>