mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
Roll on .10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1038144 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
3
CHANGES
3
CHANGES
@ -1,5 +1,8 @@
|
|||||||
-*- coding: utf-8 -*-
|
-*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
Changes with Apache 2.3.10
|
||||||
|
|
||||||
|
|
||||||
Changes with Apache 2.3.9
|
Changes with Apache 2.3.9
|
||||||
|
|
||||||
*) SECURITY: CVE-2010-1623 (cve.mitre.org)
|
*) SECURITY: CVE-2010-1623 (cve.mitre.org)
|
||||||
|
1
STATUS
1
STATUS
@ -26,6 +26,7 @@ Release history:
|
|||||||
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
|
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
|
||||||
while x.{even}.z versions are Stable/GA releases.]
|
while x.{even}.z versions are Stable/GA releases.]
|
||||||
|
|
||||||
|
2.3.10 : In development.
|
||||||
2.3.9 : Tagged on November 23, 2010.
|
2.3.9 : Tagged on November 23, 2010.
|
||||||
2.3.8 : Tagged on August 24, 2010.
|
2.3.8 : Tagged on August 24, 2010.
|
||||||
2.3.7 : Tagged on August 19, 2010, not released.
|
2.3.7 : Tagged on August 19, 2010, not released.
|
||||||
|
@ -19,6 +19,6 @@
|
|||||||
|
|
||||||
<!ENTITY httpd.major "2">
|
<!ENTITY httpd.major "2">
|
||||||
<!ENTITY httpd.minor "3">
|
<!ENTITY httpd.minor "3">
|
||||||
<!ENTITY httpd.patch "9">
|
<!ENTITY httpd.patch "10">
|
||||||
|
|
||||||
<!ENTITY httpd.docs "trunk">
|
<!ENTITY httpd.docs "trunk">
|
||||||
|
@ -45,8 +45,8 @@
|
|||||||
|
|
||||||
#define AP_SERVER_MAJORVERSION_NUMBER 2
|
#define AP_SERVER_MAJORVERSION_NUMBER 2
|
||||||
#define AP_SERVER_MINORVERSION_NUMBER 3
|
#define AP_SERVER_MINORVERSION_NUMBER 3
|
||||||
#define AP_SERVER_PATCHLEVEL_NUMBER 9
|
#define AP_SERVER_PATCHLEVEL_NUMBER 10
|
||||||
#define AP_SERVER_DEVBUILD_BOOLEAN 0
|
#define AP_SERVER_DEVBUILD_BOOLEAN 1
|
||||||
|
|
||||||
#if AP_SERVER_DEVBUILD_BOOLEAN
|
#if AP_SERVER_DEVBUILD_BOOLEAN
|
||||||
#define AP_SERVER_ADD_STRING "-dev"
|
#define AP_SERVER_ADD_STRING "-dev"
|
||||||
|
Reference in New Issue
Block a user