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.