From: William A. Rowe Jr Date: Thu, 6 Aug 2009 07:35:26 +0000 (+0000) Subject: prepare to tag 2.2.13 X-Git-Tag: 2.2.13~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8f5999f272af0c231b0c9f8ed0081b9f30cb35;p=thirdparty%2Fapache%2Fhttpd.git prepare to tag 2.2.13 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@801529 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0d7a6e15858..275546db86f 100644 --- a/STATUS +++ b/STATUS @@ -25,8 +25,9 @@ Patches considered for backport are noted in their branches' STATUS: Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] - 2.2.13 : In development - 2.2.12 : Tagged July 20, 2009. + 2.2.14 : In development + 2.2.13 : Tagged August 6, 2009. + 2.2.12 : Released July 28, 2009. 2.2.11 : Released December 14, 2008. 2.2.10 : Released October 14, 2008. 2.2.9 : Released June 14, 2008. @@ -86,14 +87,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - * mod_ssl / ab: backport support for OpenSSL 1.0.0 from HEAD. - Trunk patches: http://svn.apache.org/viewvc?view=rev&revision=748396 - http://svn.apache.org/viewvc?view=rev&revision=749466 - http://svn.apache.org/viewvc?view=rev&revision=798274 - http://svn.apache.org/viewvc?view=rev&revision=798989 - 2.2.x patch: http://people.apache.org/~fuankg/diffs/openssl-1.x-2.2.x.diff - +1: fuankg, rpluem, wrowe - PATCHES PROPOSED TO BACKPORT FROM TRUNK: diff --git a/include/ap_release.h b/include/ap_release.h index e75286fe2fd..b57392cd7a6 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -46,7 +46,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 2 #define AP_SERVER_PATCHLEVEL_NUMBER 13 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"