You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2012/02/16 22:14:20 UTC

svn commit: r494 - in /dev/httpd: Announcement2.4.html Announcement2.4.txt

Author: jim
Date: Thu Feb 16 21:14:18 2012
New Revision: 494

Log:
draft announcement - here for people to update!

Added:
    dev/httpd/Announcement2.4.html   (with props)
    dev/httpd/Announcement2.4.txt   (with props)

Added: dev/httpd/Announcement2.4.html
==============================================================================
--- dev/httpd/Announcement2.4.html (added)
+++ dev/httpd/Announcement2.4.html Thu Feb 16 21:14:18 2012
@@ -0,0 +1,81 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+<title>Apache HTTP Server Project</title>
+</head>
+
+<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
+<body
+ bgcolor="#FFFFFF"
+ text="#000000"
+ link="#0000FF"
+ vlink="#000080"
+ alink="#FF0000"
+>
+<img src="../../images/apache_sub.gif" alt="" />
+
+<h1>
+                       Apache HTTP Server 2.4.1 Released
+</h1>
+<p>
+   The Apache Software Foundation and the Apache HTTP Server Project are
+   pleased to announce the GA release of version 2.4.1 of the Apache
+   HTTP Server ("Apache").  This version of Apache is our first GA
+   release of the new generation 2.4.x branch of Apache HTTPD.
+</p>
+<p>
+   We consider this release to be the best version of Apache available, and
+   encourage users of all prior versions to upgrade.
+</p>
+<p>
+   Apache HTTP Server 2.4.1 is available for download from:
+</p>
+<dl>
+  <dd><a href="http://httpd.apache.org/download.cgi"
+              >http://httpd.apache.org/download.cgi</a></dd>
+</dl>
+<p>
+   Please see the CHANGES_2.4 file, linked from the download page, for a
+   full list of changes.  A condensed list, CHANGES_2.4.1 includes only
+   those changes introduced since the prior 2.4 release.  A summary of all 
+   of the security vulnerabilities addressed in this and earlier releases 
+   is available:
+</p>
+<dl>
+  <dd><a href="http://httpd.apache.org/security/vulnerabilities_24.html"
+              >http://httpd.apache.org/security/vulnerabilities_24.html</a>
+  </dd>
+</dl>
+<p>
+   This release requires the Apache Portable Runtime (APR) version 1.4.x
+   and APR-Util version 1.4.x. The APR libraries must be upgraded for all
+   features of httpd to operate correctly.
+</p>
+<p>
+   Apache HTTP Server 2.4 provides a number of improvements and enhancements
+   over the 2.2 version. A listing and description of these features is
+   available via:
+</p>
+<dl>
+     <dd><a href="http://httpd.apache.org/docs/2.4/new_features_2_4.html">
+         http://httpd.apache.org/docs/2.4/new_features_2_4.html</a></dd>
+</dl>
+<p>
+   This release builds on and extends the Apache 2.2 API.  Modules written
+   for Apache 2.2 will need to be recompiled in order to run with Apache
+   2.4, and require minimal or no source code changes.
+</p>
+<dl>
+  <dd><a
+href="http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/VERSIONING"
+> http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/VERSIONING</a></dd>
+</dl>
+<p>
+   When upgrading or installing this version of Apache, please bear in mind
+   that if you intend to use Apache with one of the threaded MPMs (other
+   than the Prefork MPM), you must ensure that any modules you will be
+   using (and the libraries they depend on) are thread-safe.
+</p>
+
+</body>
+</html>

Propchange: dev/httpd/Announcement2.4.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/httpd/Announcement2.4.txt
==============================================================================
--- dev/httpd/Announcement2.4.txt (added)
+++ dev/httpd/Announcement2.4.txt Thu Feb 16 21:14:18 2012
@@ -0,0 +1,29 @@
+                Apache HTTP Server 2.4.1 Released
+
+   The Apache Software Foundation and the Apache HTTP Server Project are
+   pleased to announce the GA release of version 2.4.1 of the Apache
+   HTTP Server ("Apache").  This version of Apache is our first GA
+   release of the new generation 2.4.x branch of Apache HTTPD.
+
+   Apache HTTP Server 2.4.1 is available for download from:
+
+     http://httpd.apache.org/download.cgi
+
+   Apache 2.4 offers numerous enhancements, improvements, and performance
+   boosts over the 2.2 codebase.  For an overview of new features
+   introduced since 2.4 please see:
+
+     http://httpd.apache.org/docs/trunk/new_features_2_4.html
+
+   Please see the CHANGES_2.4 file, linked from the download page, for a
+   full list of changes.
+
+   This release requires the Apache Portable Runtime (APR) version 1.4.x
+   and APR-Util version 1.4.x. The APR libraries must be upgraded for all
+   features of httpd to operate correctly.
+
+   This release builds on and extends the Apache 2.2 API.  Modules written
+   for Apache 2.2 will need to be recompiled in order to run with Apache
+   2.4, and require minimal or no source code changes.
+
+     http://svn.apache.org/repos/asf/httpd/httpd/trunk/VERSIONING

Propchange: dev/httpd/Announcement2.4.txt
------------------------------------------------------------------------------
    svn:eol-style = native