Release history:
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
while x.{even}.z versions are Stable/GA releases.]
- 2.2.15 : In development
- 2.2.14 : Tagged September 24, 2009.
+ 2.2.15 : Tagged March 1, 2010
+ 2.2.14 : Released October 3, 2009.
2.2.13 : Released August 8, 2009.
2.2.12 : Released July 28, 2009.
2.2.11 : Released December 14, 2008.
+1: chrisd
-0: jim (would prefer to see in 2.4, and to push 2.4 out)
-
* beos MPM: Create pmain pool and run modules' child_init hooks when
entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
Otherwise modules' child_init hooks appear to never be executed.
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 2
#define AP_SERVER_PATCHLEVEL_NUMBER 15
-#define AP_SERVER_DEVBUILD_BOOLEAN 1
+#define AP_SERVER_DEVBUILD_BOOLEAN 0
#if AP_SERVER_DEVBUILD_BOOLEAN
#define AP_SERVER_ADD_STRING "-dev"