From cvs-return-23807-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Thu Dec 01 21:34:27 2005 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 92514 invoked from network); 1 Dec 2005 21:34:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Dec 2005 21:34:26 -0000 Received: (qmail 50373 invoked by uid 500); 1 Dec 2005 21:34:25 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 50332 invoked by uid 500); 1 Dec 2005 21:34:25 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 50317 invoked by uid 99); 1 Dec 2005 21:34:24 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 01 Dec 2005 13:34:24 -0800 Received: (qmail 92302 invoked by uid 65534); 1 Dec 2005 21:34:04 -0000 Message-ID: <20051201213404.92301.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r351477 - in /httpd/site/trunk/xdocs: dev/devnotes.xml download.xml index.xml security/vulnerabilities_22.xml security_report.xml stylesheets/project.xml Date: Thu, 01 Dec 2005 21:34:03 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: pquerna Date: Thu Dec 1 13:33:59 2005 New Revision: 351477 URL: http://svn.apache.org/viewcvs?rev=351477&view=rev Log: Merge prep-for-2.2.0 branch to site/trunk Added: httpd/site/trunk/xdocs/security/vulnerabilities_22.xml - copied unchanged from r351476, httpd/site/branches/prep-for-2.2.0/xdocs/security/vulnerabilities_22.xml Modified: httpd/site/trunk/xdocs/dev/devnotes.xml httpd/site/trunk/xdocs/download.xml httpd/site/trunk/xdocs/index.xml httpd/site/trunk/xdocs/security_report.xml httpd/site/trunk/xdocs/stylesheets/project.xml Modified: httpd/site/trunk/xdocs/dev/devnotes.xml URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/dev/devnotes.xml?rev=351477&r1=351476&r2=351477&view=diff ============================================================================== --- httpd/site/trunk/xdocs/dev/devnotes.xml (original) +++ httpd/site/trunk/xdocs/dev/devnotes.xml Thu Dec 1 13:33:59 2005 @@ -19,10 +19,10 @@ Subversion for hosting its source code.

-

To check out the 2.0.x branch:

+

To check out the 2.2.x branch:

-svn checkout http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x httpd-2.0.x +svn checkout http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x httpd-2.2.x
@@ -34,7 +34,7 @@ -

To check out the current development version (as of this writing, 2.1.x), +

To check out the current development version (as of this writing, 2.3.x), use:

@@ -49,7 +49,7 @@ >the ASF version control FAQ.

The developers continue to seek to maintain module compatibility between -2.0.42 and future 2.0 releases for administrators and end users, while +2.2.0 and future 2.2 releases for administrators and end users, while continuing the forward progress that has made the 2.0 server faster and more scalable.

@@ -152,9 +152,20 @@ httpd-2.0 -
httpd-2.1 +
httpd-2.2 +

To create a directory tree containing the 2.2 sources, + and call it httpd-2.2, change your current directory + to the parent of the tree and then check the 2.2 sources + out as follows:

+ +% cd /usr/local/apache +% svn checkout http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x + httpd-2.2 +
+ +
httpd-2.3

If you want to check out the bleeding edge of development, the - httpd-2.1 development tree (slated for a release 2.2), and call it + httpd-2.3 development tree (slated for a release 2.4), and call it httpd-trunk, checkout as follows:

% cd /usr/local/apache Modified: httpd/site/trunk/xdocs/download.xml URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/download.xml?rev=351477&r1=351476&r2=351477&view=diff ============================================================================== --- httpd/site/trunk/xdocs/download.xml (original) +++ httpd/site/trunk/xdocs/download.xml Thu Dec 1 13:33:59 2005 @@ -53,9 +53,40 @@
+
Apache HTTP Server 2.2.0 +is the best available version + +

For details see the Official + Announcement and the CHANGES_2.2 list.

+ +

Apache 2.2 add-in modules are not compatible with Apache 2.0 or 1.3 modules. + If you are running third party add-in modules, you will need to obtain + new modules written for Apache 2.2 from that third party before you + attempt to upgrade from Apache 2.0.

+ + + +
Apache HTTP Server 2.0.55 -is the best available version +is also available

For details see the Official @@ -94,36 +125,6 @@ [PGP] [MD5] - -

  • Other files
  • - - - -
    - -
    Apache HTTP Server -2.1.9-beta is also available - -

    For details see the Official - Announcement and the CHANGES_2.1 list.

    - -

    Apache 2.1 does not provide a stable binary API. It is the development - branch, and contains many improvements, but may change drastically - between releases.

    - -
      - -
    • Unix Source: -httpd-2.1.9-beta.tar.gz -[PGP] -[MD5]
    • - -
    • Unix Source: -httpd-2.1.9-beta.tar.bz2 -[PGP] -[MD5]
    • Other files
    • Modified: httpd/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/index.xml?rev=351477&r1=351476&r2=351477&view=diff ============================================================================== --- httpd/site/trunk/xdocs/index.xml (original) +++ httpd/site/trunk/xdocs/index.xml Thu Dec 1 13:33:59 2005 @@ -34,6 +34,28 @@

      Please make plans to join us in San Diego.

    + +
    +Apache 2.2.0 Released + +

    The Apache HTTP Server Project is proud to announce +the release of version 2.2.0 of the Apache HTTP Server ("Apache").

    + +

    This version of Apache is a major release and the start of a new stable + branch. New features include + Smart Filtering, Improved Caching, AJP Proxy, Proxy Load Balancing, + Graceful Shutdown support, Large File Support, the Event MPM, and refactored + Authentication/Authorization.

    + +

    +Download | +New Features in Apache 2.2 | +ChangeLog for 2.2 +

    + +
    +
    Apache 2.0.55 Released @@ -55,27 +77,6 @@ >ChangeLog for 2.0.55 | Complete ChangeLog for 2.0 -

    - -
    - -
    -Apache 2.1.9-beta Released - -

    The Apache HTTP Server Project is proud to announce -the release of version 2.1.9-beta of the Apache HTTP Server ("Apache").

    - -

    This version of Apache is a Beta release of the unstable development - branch. New features include - Smart Filtering, Improved Caching, AJP Proxy, Proxy Load Balancing, - Graceful Shutdown support, Large File Support, the Event MPM, and refactored - Authentication/Authorization.

    - -

    -Download | -New Features in Apache 2.1/2.2 | -ChangeLog for 2.1

    Modified: httpd/site/trunk/xdocs/security_report.xml URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/security_report.xml?rev=351477&r1=351476&r2=351477&view=diff ============================================================================== --- httpd/site/trunk/xdocs/security_report.xml (original) +++ httpd/site/trunk/xdocs/security_report.xml Thu Dec 1 13:33:59 2005 @@ -11,9 +11,11 @@

    Lists of security problems fixed in released versions of the Apache HTTP Server are available:

    Modified: httpd/site/trunk/xdocs/stylesheets/project.xml URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/stylesheets/project.xml?rev=351477&r1=351476&r2=351477&view=diff ============================================================================== --- httpd/site/trunk/xdocs/stylesheets/project.xml (original) +++ httpd/site/trunk/xdocs/stylesheets/project.xml Thu Dec 1 13:33:59 2005 @@ -15,9 +15,9 @@ Documentation -
  • Apache 1.3
  • +
  • Apache 2.2
  • Apache 2.0
  • -
  • Apache 2.1 (beta)
  • +
  • Apache 1.3
  • Trunk (dev)