]> granicus.if.org Git - apache/blob - STATUS
f606c33ae33fbfdfdf3ff5b7517660ec7b37793c
[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.8   : In development.
36     2.4.7   : Tagged on November 19, 2013. Released on Nov 25, 2013
37     2.4.6   : Tagged on July 15, 2013. Released July, 22, 2013
38     2.4.5   : Tagged on July 11, 2013, not released.
39     2.4.4   : Tagged on February 18, 2013. Released Feb 25, 2013
40     2.4.3   : Tagged on August 17, 2012. Released Aug 18, 2012
41     2.4.2   : Tagged on April 5, 2012. Released Apr 17, 2012.
42     2.4.1   : Tagged on February 13, 2012. Released Feb 21, 2012.
43     2.4.0   : Tagged on January 16, 2012, not released.
44     2.3.16  : Tagged on December 15, 2011.
45     2.3.15  : Tagged on November 8, 2011. Released Nov. 15, 2011.
46     2.3.14  : Tagged on August 1, 2011. Released Aug. 9, 2011.
47     2.3.13  : Tagged on June 28, 2011, not released.
48     2.3.12  : Tagged on May 11, 2011. Released May 23, 2011.
49     2.3.11  : Released as Beta on March 7, 2011.
50     2.3.10  : Tagged on December 13, 2010. Released Dec 21, 2010.
51     2.3.9   : Tagged on November 23, 2010, not released.
52     2.3.8   : Tagged on August 24, 2010.
53     2.3.7   : Tagged on August 19, 2010, not released.
54     2.3.6   : Released on June 21, 2010.
55     2.3.5   : Released on January 26, 2010.
56     2.3.4   : Released on December 8, 2009.
57     2.3.3   : Tagged on November 11, 2009, not released.
58     2.3.2   : Tagged on March 23, 2009, not released.
59     2.3.1   : Tagged on January 2, 2009, not released.
60     2.3.0   : Tagged on December 6, 2008, not released.
61
62 Contributors looking for a mission:
63
64   * Just do an egrep on "TODO" or "XXX" in the source.
65
66   * Review the bug database at: http://issues.apache.org/bugzilla/
67
68   * Review the "PatchAvailable" bugs in the bug database:
69
70     https://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Apache+httpd-2&keywords=PatchAvailable
71
72     After testing, you can append a comment saying "Reviewed and tested".
73
74   * Open bugs in the bug database.
75
76   * See also the STATUS file in the docs/ directory, which lists documentation-specific TODO items.
77
78
79 CURRENT RELEASE NOTES:
80
81   * Forward binary compatibility is expected of Apache 2.4.x releases, such
82     that no MMN major number changes will occur after 2.4.1.  Such changes can
83     only be made in the trunk.
84
85   * All commits to branches/2.4.x must be reflected in SVN trunk,
86     as well, if they apply.  Logical progression is commit to trunk
87     then merge into branches/2.4.x, as applicable.
88
89   * Current exceptions for RTC for this branch:
90     . mod_lua
91     . documentation
92     . non-Unix build
93     . non-Unix, single-platform code
94
95 RELEASE SHOWSTOPPERS:
96
97
98 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
99   [ start all new proposals below, under PATCHES PROPOSED. ]
100
101
102
103 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
104   [ New proposals should be added at the end of the list ]
105
106   * mod_auth_form: Make sure the optional functions are loaded even when
107     the AuthFormProvider isn't specified.
108     trunk patch: https://svn.apache.org/r1531672
109     2.4.x patch: trunk patch works, modulo CHANGES
110     +1: minfrin, jim
111     -0 covener: does that mean just loading mod_auth_form w/o mod_request 
112                 and mod_filter now causes a post-config failure?
113     minfrin: It does, however it would only affect configs where mod_auth_form
114              has been loaded but not used, as any attempt to use mod_auth_form
115              without mod_request and mod_session present would cause the very
116              same failure. Would a warning in the release notes be good enough?
117
118   * mod_proxy: support Unix domain sockets
119     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1451633
120                  https://svn.apache.org/viewvc?view=revision&revision=1451905
121                  https://svn.apache.org/viewvc?view=revision&revision=1451921
122                  https://svn.apache.org/viewvc?view=revision&revision=1452259
123                  https://svn.apache.org/viewvc?view=revision&revision=1453981
124                  https://svn.apache.org/viewvc?view=revision&revision=1501913
125                  https://svn.apache.org/viewvc?view=revision&revision=1513508
126                  https://svn.apache.org/viewvc?view=revision&revision=1531340
127                  https://svn.apache.org/viewvc?view=revision&revision=1531370
128                  https://svn.apache.org/viewvc?view=revision&revision=1531962
129                  https://svn.apache.org/viewvc?view=revision&revision=1533065
130                  https://svn.apache.org/viewvc?view=revision&revision=1540052
131     2.4.x patch: http://people.apache.org/~jim/patches/uds-2.4.patch
132     +1: jim, druggeri
133
134   * mod_proxy: Use consistent canon formats for http, ajp and fcgi (if provided
135     port is the default port, don't add to canon URI). Ensures that ajp and
136     fcgi uses the defined workers and not the default generic reverse proxy
137     worker.
138     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1542562
139     2.4.x patch: http://people.apache.org/~jim/patches/proxy-port-scheme.patch
140     +1: jim, druggeri
141
142   * mod_cache: Stop invalidating cached responses when reval returns 304+Expires,
143     trunk patch: http://svn.apache.org/r1518269
144     2.4.x patch: trunk works
145     +1 covener, jim
146   
147   * mod_ssl: drop unnecessary EVP_PKEY_copy_parameters cruft
148     trunk patch: https://svn.apache.org/r1546692
149     2.4.x patch: trunk patch works
150     +1: kbrand, trawick
151
152   * prefork: PR: 54852. Only use a dummy_connection for idle processes
153     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1542379
154     2.4.x patch: trunk patch works mod CHANGES
155     +1: jim, covener
156
157   * event fdqueue: Use a normalized offset point for idlers via atomics
158     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1545286
159                  http://svn.apache.org/viewvc?view=revision&revision=1545292
160                  http://svn.apache.org/viewvc?view=revision&revision=1545325
161                  http://svn.apache.org/viewvc?view=revision&revision=1545364
162                  http://svn.apache.org/viewvc?view=revision&revision=1545408
163                  http://svn.apache.org/viewvc?view=revision&revision=1545411
164     2.4.x patch: http://people.apache.org/~jim/patches/fdq-atomics.patch
165     +1: jim
166     trawick: it's fine AFAICT but the Right Thing to do is to separate or even
167              discard the unexpected struct recycled_pool change
168
169   * mod_speling: According to doc, 'CheckCaseOnly' directive should only check
170     for lower/upper case changes. Current code also cheks the basename. (i.e.
171     test.jpg and test.gif matches)
172     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1505279
173     2.4.x patch: trunk patch works
174     +1: jailletc36
175
176   * mod_speling: Add a new directive, 'CheckBasenameMatch' that allows to
177     compare basename. I propose to have it off by default which sounds more
178     logical to me. Doing so changes the default behaviour of the code as it
179     replaces #define WANT_BASENAME_MATCH.
180     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1557580
181     2.4.x patch: trunk patch works
182     +1: jailletc36
183     -1: covener, seems like unnecessary default change for 2.4. No issue w/o
184         default change.  
185
186   * mod_ssl: address the "init functions should return status code rather
187     than ssl_die()" todo from 2002 (avoid orphan IPC objects after startup
188     or reload failures, see also the "ssl_die() and pool cleanup" thread
189     on httpd-dev in Nov '13)
190     trunk patches: https://svn.apache.org/r1544774
191                    https://svn.apache.org/r1544812
192     2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-ssldie.diff
193     +1: kbrand, trawick
194
195   * mod_auth*z scan-build warnings in new code for 2.4.8
196     trunk patch: https://svn.apache.org/r1558483
197     2.4.x patch: trunk patch works
198     +1: trawick, covener
199
200   * ssl_util_ocsp scan-build warning in old code
201     (the code is clearly wrong but completely harmless AFAICT)
202     trunk patch: https://svn.apache.org/r1534890
203     2.4.x patch: trunk patch works
204     +1: trawick, covener
205   
206   * mod_dir: stop trying to index or redirect requests that are halfway
207     through being rewritten by per-dir mod_rewrite. Old releases would skip any
208     unknown r->handler. PR53929
209     trunk patch: http://svn.apache.org/r1557641 
210                  http://svn.apache.org/r1559394
211                  http://svn.apache.org/r1559398
212     2.4.x patch: http://people.apache.org/~covener/patches/2.4.x-moddir_skip_rewritten.diff
213                  (skips change of handler name)
214     +1: covener
215
216   * mod_session: Fix problems interpreting the SessionInclude and
217     SessionExclude configuration.
218     trunk patch: http://svn.apache.org/r1559828
219     2.4.x patch: trunk patch works after resolving CHANGES conflicts)
220     +1: trawick
221
222 OTHER PROPOSALS
223
224    * A list of further possible backports can be found at: 
225      http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
226      If you want to propose one of those, please add them above.
227
228
229 PATCHES/ISSUES THAT ARE BEING WORKED
230
231   * protocol: draft-ietf-httpbis-p1-messaging-23 fixes regarding interactions
232               between TE and content-length in the same req/resp.
233     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1524192
234                  https://svn.apache.org/viewvc?view=revision&revision=1524770
235                  https://svn.apache.org/viewvc?view=revision&revision=1527925
236                  https://svn.apache.org/viewvc?view=revision&revision=1541270
237                  https://svn.apache.org/viewvc?view=revision&revision=1541368
238     2.4.x patch (plus CHANGES entry above):
239       http://people.apache.org/~wrowe/httpd-2.4-r1524192-r1524770-TE-CL-v2.patch
240     +1:
241     [wrowe asks] Where is verification of (!keepalive)?  Do we know the
242                  connection will be closed anytime in the near future?
243
244 PATCHES/ISSUES THAT ARE STALLED
245
246   * core: Stop the HTTP_IN filter from attempting to write error buckets
247     to the output filters
248     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1482522
249                  https://svn.apache.org/viewvc?view=revision&revision=1482918
250     2.4.x patch: /* working on it */
251     +1:  jim
252
253   * mod_proxy: Ensure network errors detected by the proxy are returned as
254     504 Gateway Timout as opposed to 502 Bad Gateway
255     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1480058
256     2.4.x patch: trunk patch works modulo CHANGES
257     +1:
258     -1: rpluem: This change is still disputed. See
259         http://mail-archives.apache.org/mod_mbox/httpd-dev/201305.mbox/%3C1B16B9E3-87BA-4EEF-939C-7C7313B54714%40gbiv.com%3E
260
261   * cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will be
262     compiled by the build compiler instead of the host compiler.
263     Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
264     Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1327907
265                    http://svn.apache.org/viewvc?view=revision&revision=1328390
266                    http://svn.apache.org/viewvc?view=revision&revision=1328714
267     2.4 patch: http://people.apache.org/~fuankg/diffs/httpd-2.4.x-cross_compile.diff
268     fuankg: on hold until we agree for a better and more simple solution ...
269
270    * mod_ssl: Add support for Next Protocol Negotiation.
271      Trunk patch:
272        http://svn.apache.org/viewvc?view=revision&revision=1332643
273      2.4.x patch:
274        Trunk patch works.
275      +1: ben
276      sf says: Needs r1345599, too.
277               And wrowe's comment about the 2.2 patch is also valid for 2.4:
278               http://svn.apache.org/viewvc?view=revision&revision=1354823
279
280    * mod_ssl: Add RFC 5878 support. This allows support of mechansisms
281               such as Certificate Transparency. Note that new
282               mechanisms are supported without software updates.
283      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1352596
284      2.4.x patch: http://people.apache.org/~ben/httpd-2.4-rfc5878.patch
285      +1: ben, druggeri
286      -1: kbrand
287      druggeri note: Needs docs for new directive
288      kbrand: depends on an unreleased OpenSSL version (1.0.2), and
289              RFC 5878 is of "Category: Experimental".
290              The API in the OpenSSL implementation from May 2012
291              (http://cvs.openssl.org/chngview?cn=22601) only covers the
292              privately-defined TLSEXT_AUTHZDATAFORMAT_audit_proof, there's
293              no support for x509_attr_cert (section 3.3.1 in RFC 5878) or
294              saml_assertion (3.3.2). SSL_CTX_use_authz_file doesn't have
295              any docs in OpenSSL, either, and there's no "openssl foo ..."
296              command or similar to create/manage such files.
297              Additionally, httpd-2.4-rfc5878.patch includes a build-system
298              change which is unrelated to this feature.
299              Note: as of 2013-04-15, r1352596 has been reverted in trunk
300              (with r1468131), for the reasons explained in the message with id
301              <515FED7C.5010009@velox.ch> sent to the dev list on 2013-04-06.
302      ben: not correct that it depends on OpenSSL 1.0.2, it builds with
303           any version. Also, if you read my note to dev@ you will see
304           why it is not premature.
305      minfrin: once this gets docs, +1.
306
307    * Makefile.win: Added copying of .vbs / .wsf CGIs to Windows install target.
308                    Moved fixing of shebang to separate target so that it is
309                    no longer executed by default and all CGIs remain inactive.
310      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1387984
311                   http://svn.apache.org/viewvc?view=revision&revision=1421203
312                   http://svn.apache.org/viewvc?view=revision&revision=1421591
313      2.4.x patch: http://people.apache.org/~fuankg/diffs/httpd-2.4.x-Makefile.win.diff
314      +1 fuankg, gsmith
315      -.8: trawick
316           This commit is essentially deciding that an httpd install on
317           Windows now has printenv/testcgi written in 2 more languages.
318           To the extent that the usefulness is that it shows how to make scripts
319           of these types executable by httpd, I believe that the documentation
320           is the proper place to solve that.  To the extent that the usefullness
321           is to show how to implement a CGI in these particular languages, I believe
322           that the httpd distribution and documentation in general is not the
323           place for that.  Historically these types of scripts have caused problems
324           for downstream vendorsas well as newbies (and sometimes the intersection
325           of those two groups) who don't understand that these are information leaks
326           once they are enabled, and the subtlety of the way they are disabled ("Apache
327           messed up the first line; let me fix that") contributes to that.
328      fuankg notes: I've just added a big warning to all CGI scripts which should now
329           make absolutely clear that these CGIs are for testing purpose only - so those
330           who enable those scripts with inserting the right shebang should be 100% aware
331           of any risks (this should cover your last point).
332      jim: trawick, does the above address your concerns?
333      trawick: to some extent (somebody reading the script gets an idea)
334           Why isn't the configuration requirement documented instead
335           of described indirectly in a sample?
336           Why are these new samples added to the install without three
337           votes?  (I didn't veto it; put your name next to the two
338           existing ones and I'll be satisified that enough people
339           considered this addition as an appropriate solution for a
340           real httpd usability problem.)
341      wrowe: I'd agree with trawick, and suggest that these scripts can begin
342             their life somewhere in the manual/ tree.  This really seems like
343             the place where /usr/share/httpd/examples/ would be useful, but
344             there isn't an ordinary directory for that.  Since we want none
345             of the scripts to function 'out of the box', what about a new
346             cgi-examples/ dir alongside cgi-bin/? Otherwise manual/cgi/examples
347             might work?
348