]> granicus.if.org Git - apache/blob - STATUS
update transformations.
[apache] / STATUS
1 APACHE 2.4 STATUS:                        -*- mode: text coding: utf-8 -*-
2 Last modified at [$Date$]
3
4 The current version of this file can be found at:
5
6   * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/STATUS
7
8 Documentation status is maintained separately and can be found at:
9
10   * docs/STATUS in this source tree, or
11   * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/docs/STATUS
12
13 The current development branch of this software can be found at:
14
15   * http://svn.apache.org/repos/asf/httpd/httpd/trunk
16
17 Consult the following STATUS files for information on related projects:
18
19   * http://svn.apache.org/repos/asf/apr/apr/trunk/STATUS
20   * http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x/STATUS
21   * http://svn.apache.org/repos/asf/apr/apr-util/branches/1.4.x/STATUS
22
23 Patches considered for backport are noted in their branches' STATUS:
24
25   * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/STATUS
26   * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/STATUS
27   * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/STATUS
28
29
30
31 Release history:
32     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
33           while x.{even}.z versions are Stable/GA releases.]
34
35     2.4.2   : In development. Jim proposes release on or about March 13
36               and volunteers to RM.
37     2.4.1   : Tagged on February 13, 2012.
38     2.4.0   : Tagged on January 16, 2012, not released.
39     2.3.16  : Tagged on December 15, 2011.
40     2.3.15  : Tagged on November 8, 2011. Released Nov. 15, 2011.
41     2.3.14  : Tagged on August 1, 2011. Released Aug. 9, 2011.
42     2.3.13  : Tagged on June 28, 2011, not released.
43     2.3.12  : Tagged on May 11, 2011. Released May 23, 2011.
44     2.3.11  : Released as Beta on March 7, 2011.
45     2.3.10  : Tagged on December 13, 2010. Released Dec 21, 2010.
46     2.3.9   : Tagged on November 23, 2010, not released.
47     2.3.8   : Tagged on August 24, 2010.
48     2.3.7   : Tagged on August 19, 2010, not released.
49     2.3.6   : Released on June 21, 2010.
50     2.3.5   : Released on January 26, 2010.
51     2.3.4   : Released on December 8, 2009.
52     2.3.3   : Tagged on November 11, 2009, not released.
53     2.3.2   : Tagged on March 23, 2009, not released.
54     2.3.1   : Tagged on January 2, 2009, not released.
55     2.3.0   : Tagged on December 6, 2008, not released.
56
57 Contributors looking for a mission:
58
59   * Just do an egrep on "TODO" or "XXX" in the source.
60
61   * Review the bug database at: http://issues.apache.org/bugzilla/
62
63   * Review the "PatchAvailable" bugs in the bug database:
64
65     https://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Apache+httpd-2&keywords=PatchAvailable
66
67     After testing, you can append a comment saying "Reviewed and tested".
68
69   * Open bugs in the bug database.
70
71   * See also the STATUS file in the docs/ directory, which lists documentation-specific TODO items.
72
73
74 CURRENT RELEASE NOTES:
75
76   * Forward binary compatibility is expected of Apache 2.4.x releases, such
77     that no MMN major number changes will occur after 2.4.1.  Such changes can
78     only be made in the trunk.
79
80   * All commits to branches/2.4.x must be reflected in SVN trunk,
81     as well, if they apply.  Logical progression is commit to trunk
82     then merge into branches/2.4.x, as applicable.
83
84
85 RELEASE SHOWSTOPPERS:
86
87
88 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
89   [ start all new proposals below, under PATCHES PROPOSED. ]
90
91 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
92   [ New proposals should be added at the end of the list ]
93
94   * mod_slotmem_shm: Use ap_runtime_dir_relative(). (Assumes r1297560)
95     Trunk patch: http://svn.apache.org/viewvc?rev=1298433&view=rev
96     2.4.x patch: Trunk patch works (skip docs/log-message-tags/next-number)
97     +1:  jim
98     +1: minfrin (with docs at http://svn.apache.org/viewvc?rev=1305166&view=rev)
99
100   * mod_ssl: Initialize EC temporary key on server startup, fixing a crash
101     with threaded MPMs.
102     Trunk patch: http://svn.apache.org/viewvc?rev=1294306&view=rev
103     2.4.x patch: Trunk patch works, skip docs/log-message-tags/next-number,
104                  add CHANGES:
105         mod_ssl: Fix crash with threaded MPMs due to race condition when
106         initializing EC temporary keys. [Stefan Fritsch]
107     NOTE: If you get strange openssl errors during server start, you may have
108           forgotten "make clean" before building.
109     +1: sf, minfrin
110
111   * core: Fix regexp substitution bug
112     Trunk patch: http://svn.apache.org/viewvc?rev=1307067&view=rev
113     2.4.x patch: Trunk patch works, add CHANGES:
114        core: Fix regular expression substitution if the replacment string
115        contained '&' or '\'. (Bug introduced in 2.3.5).
116     +1: sf, covener
117
118 PATCHES/ISSUES THAT ARE STALLED
119
120