Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 67680 invoked from network); 14 Oct 2010 16:33:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Oct 2010 16:33:53 -0000 Received: (qmail 80001 invoked by uid 500); 14 Oct 2010 16:33:53 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 79948 invoked by uid 500); 14 Oct 2010 16:33:53 -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 79937 invoked by uid 99); 14 Oct 2010 16:33:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Oct 2010 16:33:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Oct 2010 16:33:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BA5C92388978; Thu, 14 Oct 2010 16:32:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1022601 - in /httpd/httpd/branches/2.0.x: CHANGES STATUS include/ap_release.h Date: Thu, 14 Oct 2010 16:32:55 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101014163255.BA5C92388978@eris.apache.org> Author: wrowe Date: Thu Oct 14 16:32:55 2010 New Revision: 1022601 URL: http://svn.apache.org/viewvc?rev=1022601&view=rev Log: Prepare for tag Modified: httpd/httpd/branches/2.0.x/CHANGES httpd/httpd/branches/2.0.x/STATUS httpd/httpd/branches/2.0.x/include/ap_release.h Modified: httpd/httpd/branches/2.0.x/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?rev=1022601&r1=1022600&r2=1022601&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/CHANGES [utf-8] (original) +++ httpd/httpd/branches/2.0.x/CHANGES [utf-8] Thu Oct 14 16:32:55 2010 @@ -34,7 +34,8 @@ Changes with Apache 2.0.64 is any buffered data readable. Any configuration which requires renegotiation for per-directory/location access control is still vulnerable, unless using openssl 0.9.8l or later. - [Joe Orton, Ruediger Pluem, Hartmut Keil , Rainer Jung] + [Joe Orton, Ruediger Pluem, Hartmut Keil , + Rainer Jung] *) SECURITY: CVE-2010-0434 (cve.mitre.org) Ensure each subrequest has a shallow copy of headers_in so that the Modified: httpd/httpd/branches/2.0.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/STATUS?rev=1022601&r1=1022600&r2=1022601&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/STATUS (original) +++ httpd/httpd/branches/2.0.x/STATUS Thu Oct 14 16:32:55 2010 @@ -23,7 +23,8 @@ Consult the trunk/ for all new developme Release history: - 2.0.64 : T&R scheduled by wrowe Oct 7 for anticipated 10/11 announce. + 2.0.65 : In maintainance + 2.0.64 : Tagged October 14, 2010. 2.0.63 : Released January 19, 2008. 2.0.62 : Tagged January 4, 2008. Not released. 2.0.61 : Released September 7, 2007. Modified: httpd/httpd/branches/2.0.x/include/ap_release.h URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/include/ap_release.h?rev=1022601&r1=1022600&r2=1022601&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/include/ap_release.h (original) +++ httpd/httpd/branches/2.0.x/include/ap_release.h Thu Oct 14 16:32:55 2010 @@ -40,7 +40,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 0 #define AP_SERVER_PATCHLEVEL_NUMBER 64 -#define AP_SERVER_ADD_STRING "-dev" +#define AP_SERVER_ADD_STRING "" /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)