Commit 0b487014 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Announcement tweaks - sync with httpd-dist.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@320832 13f79535-47bb-0310-9956-ffa450edef68
parent d809ea19
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -74,9 +74,14 @@

   Apache 2.0 has been structured for multiple operating systems from its 
   inception, by introducing the Apache Portability Library and MPM modules.
   Users on Unix and non-Unix platforms are strongly encouraged to move up
   to Apache 2.0 for better performance, stability and security on their
   platforms.
   Users on Unix and non-Unix platforms are strongly encouraged to move up to 
   Apache 2.0 for better performance, stability and security on their
   platforms. We consider Apache 2.0.55 to be the best available version at
   the time of this release.  We offer Apache 1.3.34 as the best legacy
   version of Apache 1.3 available, and strongly recommend that users who
   require compatibility with existing Apache 1.3 installations should
   upgrade as soon as possible.  Users should first consider upgrading to
   the current release of Apache 2 instead.

                     Apache 1.3.34 Major changes

@@ -110,4 +115,6 @@
   The following noteworthy bugs were found in Apache 1.3.33 (or earlier)
   and have been fixed in Apache 1.3.34:

     * hsregex: fix potential core dumping on 64 bit machines, such as
       AMD64. PR 31858.
     * mod_digest: Fix another nonce string calculation issue.