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 2011/12/15 15:35:44 UTC

svn commit: r1214783 - /httpd/site/trunk/tools/release.sh

Author: jim
Date: Thu Dec 15 14:35:44 2011
New Revision: 1214783

URL: http://svn.apache.org/viewvc?rev=1214783&view=rev
Log:
Allow for (final) 2.3 beta release

Modified:
    httpd/site/trunk/tools/release.sh

Modified: httpd/site/trunk/tools/release.sh
URL: http://svn.apache.org/viewvc/httpd/site/trunk/tools/release.sh?rev=1214783&r1=1214782&r2=1214783&view=diff
==============================================================================
--- httpd/site/trunk/tools/release.sh (original)
+++ httpd/site/trunk/tools/release.sh Thu Dec 15 14:35:44 2011
@@ -116,6 +116,21 @@ case "$1" in
     apu_tag="1.3.12"
     ;;
 
+  httpd-2.3)
+    ver_path="include/ap_release.h"
+    ver_define="AP_SERVER_PATCHLEVEL"
+
+    expected_major="2"
+    expected_minor="3"
+
+    branch="branches/2.4.x"
+
+    apr_xxx_in_srclib=1
+    apr_tag="1.4.5"
+    apu_tag="1.4.1"
+    separate_deps=1
+    ;;
+
   httpd-2.4)
     ver_path="include/ap_release.h"
     ver_define="AP_SERVER_PATCHLEVEL"
@@ -130,6 +145,7 @@ case "$1" in
     apu_tag="1.4.1"
     separate_deps=1
     ;;
+
   httpd-2.5)
     ver_path="include/ap_release.h"
     ver_define="AP_SERVER_PATCHLEVEL"