]> granicus.if.org Git - apache/blob - STATUS
xforms
[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.3   : In development.
36     2.4.2   : Tagged on April 5, 2012. Released Apr 17, 2012.
37     2.4.1   : Tagged on February 13, 2012. Released Feb 21, 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
92 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
93   [ New proposals should be added at the end of the list ]
94
95   * mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
96     (PR 53023)
97     Patch: http://svn.apache.org/viewvc?view=revision&revision=1309602
98     (applies cleanly to 2.4.x)
99     +1: nd
100
101   * mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
102     Add some logging and an assert for a case that should not happen.
103     PR: 53048
104     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1311183
105     2.4 patch: Trunk patch works
106     +1: sf, covener
107
108   * mod_log_config: Fix %{abc}C truncating cookie values at first "=".
109     PR 53104
110     trunk patch: http://svn.apache.org/viewvc?rev=1328133&view=rev
111     2.4 patch: Trunk patch works, add CHANGES:
112         mod_log_config: Fix %{abc}C truncating cookie values at first "=". PR
113         53104. [Greg Ames]
114     +1: sf, covener, druggeri
115
116    * mod_ssl: Add support for Next Protocol Negotiation.
117      Trunk patch:
118        http://svn.apache.org/viewvc?view=revision&revision=1332643
119      2.4.x patch:
120        Trunk patch works.
121      +1: ben
122      sf says: Needs r1345599, too.
123               And wrowe's comment about the 2.2 patch is also valid for 2.4:
124               http://svn.apache.org/viewvc?view=revision&revision=1354823
125
126    * configure: Enforce 1.4.0 as minimum APR version requirement.
127      PR: 52748
128      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1347998
129      2.4.x patch: trunk patch works
130      +1: jorton, covener
131
132    * mod_rewrite: add "AllowAnyURI" option.
133      trunk patch: http://svn.apache.org/viewvc?rev=1356115&view=rev
134                   http://svn.apache.org/viewvc?view=revision&revision=1356813
135      2.4.x patch: http://people.apache.org/~jorton/httpd-pr52774.patch
136      +1: jorton, covener, druggeri
137
138    * ldap: Treat LDAP_UNAVAILABLE as a transient error with non-MS
139            LDAP SDKs; seen with OpenLDAP against Novell eDirectory.
140      trunk patch: http://svn.apache.org/viewvc?rev=1348036&view=rev
141      2.4.x patch: trunk patch works
142      +1: jorton, 
143
144    * mod_ssl: Add RFC 5878 support. This allows support of mechansisms
145               such as Certificate Transparency. Note that new
146               mechanisms are supported without software updates.
147      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1352596
148      2.4.x patch: http://people.apache.org/~ben/httpd-2.4-rfc5878.patch
149      +1: ben, druggeri
150      druggeri note: Needs docs for new directive
151      kbrand: depends on an unreleased OpenSSL version (1.0.2), and
152              RFC 5878 is of "Category: Experimental". Seems premature
153              to me to consider for backporting to 2.4/2.2 at this point.
154
155 PATCHES/ISSUES THAT ARE STALLED
156
157   * cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will be
158     compiled by the build compiler instead of the host compiler.
159     Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
160     Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1327907
161                    http://svn.apache.org/viewvc?view=revision&revision=1328390
162                    http://svn.apache.org/viewvc?view=revision&revision=1328714
163     2.4 patch: http://people.apache.org/~fuankg/diffs/httpd-2.4.x-cross_compile.diff
164     fuankg: on hold until we agree for a better and more simple solution ...
165
166