From: Jim Jagielski Date: Thu, 13 Oct 2005 17:56:53 +0000 (+0000) Subject: Announcement tweaks - sync with httpd-dist. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897ff614e908d4d76400f882edd628465e7826a4;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/Announcement b/Announcement index 9e4a1c4ed3c..c14fb743691 100644 --- a/Announcement +++ b/Announcement @@ -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.