diff options
author | Bob Beck <beck@cvs.openbsd.org> | 1998-10-11 19:45:21 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 1998-10-11 19:45:21 +0000 |
commit | baae0efc1b3fe750b81ab859113703f3e06be5c9 (patch) | |
tree | 9e9632bf2ee0abde418b99776fe328f08ce4a44b /usr.sbin/httpd/Announcement | |
parent | c06534e868709c88ead4187f7c924d6f597c6c8e (diff) |
Apache 1.3.3 merge + proxy_segv fix
Diffstat (limited to 'usr.sbin/httpd/Announcement')
-rw-r--r-- | usr.sbin/httpd/Announcement | 43 |
1 files changed, 26 insertions, 17 deletions
diff --git a/usr.sbin/httpd/Announcement b/usr.sbin/httpd/Announcement index cfbc34f504a..9382397d10c 100644 --- a/usr.sbin/httpd/Announcement +++ b/usr.sbin/httpd/Announcement @@ -1,22 +1,32 @@ -Apache 1.3.2 Released +Apache 1.3.3 Released ===================== The Apache Group is pleased to announce the release of version -1.3.2 of the Apache HTTP server. - -The changes in this release consist of Unix portability fixes, -DoS issues, and assorted other minor features or fixes. Users -should review the CHANGES file and decide on their upgrade plans; -We consider Apache 1.3.2 to be the most stable version of Apache -available. - -Apache 1.3.2 is available for download from +1.3.3 of the Apache HTTP server. + +This new Apache version is a bugfix release, primarily to fix a +serious problem with server error reporting introduced in 1.3.2. +This affected the functionality of most custom ErrorDocuments and +of some modules that depend on special error output (e.g., mod_speling). +A side-effect bug that resulted in incorrect error reporting of +nonexistent .htaccess files has also been fixed. + +Additional changes in this release consist of new supported platforms, +Win32 and Unix portability fixes, ErrorDocument environment enhancements, +improved protocol behavior to match the HTTP/1.1 revised specification, +and assorted other features or fixes. Users should review the CHANGES file +and decide on their upgrade plans. We consider Apache 1.3.3 to be the +most stable version of Apache available and we strongly recommend that +users of older versions, especially of the 1.1.x and 1.2.x family, upgrade +as soon as possible. + +Apache 1.3.3 is available for download from http://www.apache.org/dist/ -Please see the CHANGES file in the same directory for a full list -of changes. The distribution is also available via any of the -mirrors listed at +Please see the CHANGES_1.3 file in the same directory for a full +list of changes. The distribution is also available via any of +the mirrors listed at http://www.apache.org/mirrors/ @@ -26,10 +36,10 @@ For an overview of new features in 1.3 please see In general, Apache 1.3 offers several substantial improvements over version 1.2, including better performance, reliability and a -wider-range of supported platforms, including Windows 95 and NT +wider range of supported platforms, including Windows 95 and NT (which both fall under the "Win32" label). -Apache is the most popular web-server in the known universe; over +Apache is the most popular web server in the known universe; over half of the servers on the Internet are running Apache or one of its variants. @@ -40,6 +50,5 @@ levels and should still be considered to be of beta quality. Any Win32 stability or security problems do not impact, in any way, Apache on other platforms. With the continued donation of time and resources by individuals and companies, we hope that the Win32 -version of Apache will grow stronger through the 1.3.x release -cycle. +version of Apache will grow stronger through the 1.3.x release cycle. |