Commit 4d041854 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Prepare for tag

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1022601 13f79535-47bb-0310-9956-ffa450edef68
parent ab1109a6
Loading
Loading
Loading
Loading
+2 −1
Changes for CHANGES: 2 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -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 <Hartmut.Keil adnovum.ch>, Rainer Jung]
     [Joe Orton, Ruediger Pluem, Hartmut Keil <Hartmut.Keil adnovum.ch>, 
      Rainer Jung]

  *) SECURITY: CVE-2010-0434 (cve.mitre.org)
     Ensure each subrequest has a shallow copy of headers_in so that the
+2 −1
Changes for STATUS: 2 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ Consult the trunk/ for all new development and documentation efforts:

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.
+1 −1
Changes for include/ap_release.h: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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)