]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Announcement tweaks - sync with httpd-dist.
authorJim Jagielski <jim@apache.org>
Thu, 13 Oct 2005 17:56:53 +0000 (17:56 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 13 Oct 2005 17:56:53 +0000 (17:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@320832 13f79535-47bb-0310-9956-ffa450edef68

Announcement

index 9e4a1c4ed3c0234e08e438abfd55c4152b88326f..c14fb743691406fac598d09df8546bf00692cc84 100644 (file)
 
    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
 
    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.