Commit 19a77548 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

And we are at 2.3.16-dev


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199519 13f79535-47bb-0310-9956-ffa450edef68
parent 46dc921b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
                                                         -*- coding: utf-8 -*-
Changes with Apache 2.3.16


Changes with Apache 2.3.15

  *) SECURITY: CVE-2011-3348 (cve.mitre.org)
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ Release history:
    [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
          while x.{even}.z versions are Stable/GA releases.]

    2.3.16  : In Development.
    2.3.15  : Tagged on November 8, 2011.
    2.3.14  : Tagged on August 1, 2011. Released Aug. 9, 2011.
    2.3.13  : Tagged on June 28, 2011, not released.
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@

<!ENTITY httpd.major "2">
<!ENTITY httpd.minor "3">
<!ENTITY httpd.patch "15">
<!ENTITY httpd.patch "16">

<!ENTITY httpd.docs "trunk">
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@

#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 3
#define AP_SERVER_PATCHLEVEL_NUMBER   15
#define AP_SERVER_DEVBUILD_BOOLEAN    0
#define AP_SERVER_PATCHLEVEL_NUMBER   16
#define AP_SERVER_DEVBUILD_BOOLEAN    1

/* Synchronize the above with docs/manual/style/version.ent */