]> granicus.if.org Git - apache/commitdiff
And we are at 2.4.10-dev
authorJim Jagielski <jim@apache.org>
Thu, 13 Mar 2014 16:41:41 +0000 (16:41 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 13 Mar 2014 16:41:41 +0000 (16:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1577237 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
docs/manual/style/version.ent
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 17739c10086849586128b43aaaf7c1c7b7dc373c..edcaca33f645e230f0e55989050a27e16db64f1f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,15 +1,18 @@
                                                          -*- coding: utf-8 -*-
 
+Changes with Apache 2.4.10
+
+
 Changes with Apache 2.4.9
 
   *) mod_ssl: Work around a bug in some older versions of OpenSSL that
      would cause a crash in SSL_get_certificate for servers where the
      certificate hadn't been sent. [Stephen Henson]
 
-   *) mod_lua: Add a fixups hook that checks if the original request is intended 
-      for LuaMapHandler. This fixes a bug where FallbackResource invalidates the 
-      LuaMapHandler directive in certain cases by changing the URI before the map 
-      handler code executes [Daniel Gruno, Daniel Ferradal <dferradal gmail com>].
+  *) mod_lua: Add a fixups hook that checks if the original request is intended 
+     for LuaMapHandler. This fixes a bug where FallbackResource invalidates the 
+     LuaMapHandler directive in certain cases by changing the URI before the map 
+     handler code executes [Daniel Gruno, Daniel Ferradal <dferradal gmail com>].
 
 Changes with Apache 2.4.8
 
diff --git a/STATUS b/STATUS
index acb0a2aba09d7277bd76edc6f6dff2a5cb9e978e..c8e0841c27cb40e383953d91142bb7696ea08757 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -32,6 +32,7 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
+    2.4.10  : In development.
     2.4.9   : Tagged on March 13, 2014.
     2.4.8   : Tagged on March 11, 2014. Not released.
     2.4.7   : Tagged on November 19, 2013. Released on Nov 25, 2013
index 5ec66dcc62de453c6380b6a41948f61d8b1e6bc3..e8e9bd0cc7b8775bc2a97754f3a41c4f6f342f3d 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "9">
+<!ENTITY httpd.patch "10">
 
 <!ENTITY httpd.docs "2.4">
index f03eae06ab492dfbdcc594cc91889d01d0359207..a61e255829ea82dc958f5be42bd0fcadc11eef58 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   9
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   10
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */