]> granicus.if.org Git - apache/blob - STATUS
35b236b8ddeb7d4ba19213445edb615aa211f2cc
[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.11  : In development.
36     2.4.10  : Tagged on July 15, 2014. Released July 21, 2014
37     2.4.9   : Tagged on March 13, 2014. Released on March 17, 2014
38     2.4.8   : Tagged on March 11, 2014. Not released.
39     2.4.7   : Tagged on November 19, 2013. Released on Nov 25, 2013
40     2.4.6   : Tagged on July 15, 2013. Released July, 22, 2013
41     2.4.5   : Tagged on July 11, 2013, not released.
42     2.4.4   : Tagged on February 18, 2013. Released Feb 25, 2013
43     2.4.3   : Tagged on August 17, 2012. Released Aug 18, 2012
44     2.4.2   : Tagged on April 5, 2012. Released Apr 17, 2012.
45     2.4.1   : Tagged on February 13, 2012. Released Feb 21, 2012.
46     2.4.0   : Tagged on January 16, 2012, not released.
47     2.3.16  : Tagged on December 15, 2011.
48     2.3.15  : Tagged on November 8, 2011. Released Nov. 15, 2011.
49     2.3.14  : Tagged on August 1, 2011. Released Aug. 9, 2011.
50     2.3.13  : Tagged on June 28, 2011, not released.
51     2.3.12  : Tagged on May 11, 2011. Released May 23, 2011.
52     2.3.11  : Released as Beta on March 7, 2011.
53     2.3.10  : Tagged on December 13, 2010. Released Dec 21, 2010.
54     2.3.9   : Tagged on November 23, 2010, not released.
55     2.3.8   : Tagged on August 24, 2010.
56     2.3.7   : Tagged on August 19, 2010, not released.
57     2.3.6   : Released on June 21, 2010.
58     2.3.5   : Released on January 26, 2010.
59     2.3.4   : Released on December 8, 2009.
60     2.3.3   : Tagged on November 11, 2009, not released.
61     2.3.2   : Tagged on March 23, 2009, not released.
62     2.3.1   : Tagged on January 2, 2009, not released.
63     2.3.0   : Tagged on December 6, 2008, not released.
64
65 Contributors looking for a mission:
66
67   * Just do an egrep on "TODO" or "XXX" in the source.
68
69   * Review the bug database at: http://issues.apache.org/bugzilla/
70
71   * Review the "PatchAvailable" bugs in the bug database:
72
73     https://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Apache+httpd-2&keywords=PatchAvailable
74
75     After testing, you can append a comment saying "Reviewed and tested".
76
77   * Open bugs in the bug database.
78
79   * See also the STATUS file in the docs/ directory, which lists documentation-specific TODO items.
80
81
82 CURRENT RELEASE NOTES:
83
84   * Forward binary compatibility is expected of Apache 2.4.x releases, such
85     that no MMN major number changes will occur after 2.4.1.  Such changes can
86     only be made in the trunk.
87
88   * All commits to branches/2.4.x must be reflected in SVN trunk,
89     as well, if they apply.  Logical progression is commit to trunk
90     then merge into branches/2.4.x, as applicable.
91
92   * Current exceptions for RTC for this branch:
93     . mod_lua
94     . documentation
95     . non-Unix build
96     . non-Unix, single-platform code
97
98 RELEASE SHOWSTOPPERS:
99
100
101
102 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
103   [ start all new proposals below, under PATCHES PROPOSED. ]
104
105    * mod_substitute: Restrict configuration in .htaccess to
106      FileInfo as documented.
107      trunk patch: http://svn.apache.org/r1628924
108      2.4.x patch: trunk works modulo CHANGES
109      +1: rjung, covener, jim
110
111    * various: Concat string at compile time when possible.
112      trunk patch: http://svn.apache.org/r1626050
113      2.4.x patch: trunk works
114      +1: jailletc36, rjung, jim
115
116    * event: Fix worker-listener deadlock in graceful restart caused by
117      get_worker() allocating new worker after ap_queue_info_term(),
118      but not setting the have_idle_worker variable. PR 56960.
119      trunk patch: http://svn.apache.org/r1629577
120      2.4.x patch: trunk works
121      +1: jkaluza, ylavic, jim
122
123    * mod_cache_socache: Add cache status to server-status.
124      The status_hook simply calls the status function of
125      socache, very much like mod_ssl does for the ssl
126      session cache. 
127      trunk patch: http://svn.apache.org/r1629507
128      trunk patch: http://svn.apache.org/r1629652
129      2.4.x patch: trunk works modulo CHANGES
130      +1: rjung, covener, jim
131
132    * mod_cache_socache: Change average object size
133      hint from 32 bytes to 2048 bytes. 
134      trunk patch: http://svn.apache.org/r1629508
135      2.4.x patch: trunk works modulo CHANGES
136      +1: rjung, covener, jim
137
138    * mod_ssl: Move OCSP stapling information to a per-server hash. PR 54357.
139      trunk patches: https://svn.apache.org/r1629372
140                     https://svn.apache.org/r1629485
141                     https://svn.apache.org/r1629519
142      2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-PR54357.diff
143      +1: kbrand, ylavic, jim
144
145
146 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
147   [ New proposals should be added at the end of the list ]
148
149    * mod_proxy: Preserve original request headers even if they differ
150                 from the ones to be forwarded to the backend. PR 45387.
151      trunk patch: http://svn.apache.org/r1588527
152      2.4.x patch: trunk works (modulo CHANGES)
153      +1: ylavic, rjung
154
155    * mod_proxy: Don't limit the size of the connectable Unix Domain Socket paths.
156                 [Graham Dumpleton, Christophe Jaillet, Yann Ylavic]
157      trunk patch: http://svn.apache.org/r1598946
158                   http://svn.apache.org/r1602989
159      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_proxy_connect_uds.patch
160                   (modulo CHANGES/MMN)
161      +1: ylavic, jim
162
163    * mod_ssl, event: Ensure that the SSL close notify alert is flushed to the client.
164                      PR54998.
165      trunk patch: http://svn.apache.org/r1601184
166                   http://svn.apache.org/r1601274
167                   http://svn.apache.org/r1601185
168      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-SSL-shutdown.patch
169                   (modulo CHANGES/MMN)
170      +1: ylavic, rjung
171
172    * mod_proxy: Shutdown (eg. SSL close notify) the backend connection before closing.
173      trunk patch: http://svn.apache.org/r1601291
174                   http://svn.apache.org/r1601630
175      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-proxy-SSL-shutdown.patch
176                   (modulo CHANGES)
177      note: depends on ap_shutdown_conn() from r1601185 above.
178      +1: ylavic, rjung
179
180    * mpm_winnt service.c: Normalize all error and status messages, clean up
181      source formatting, and accept utf-8 service names/descriptions for i18n.
182      trunk patches: http://svn.apache.org/r1611165
183                     http://svn.apache.org/r1611169
184                     http://svn.apache.org/r1611244
185      2.4.x patches: trunk works
186      +1: wrowe, gsmith
187
188    * doc: improve doxygen output for util_ebcdic.h and util_charset.h.
189      I propose it for vote because of the #if defined(DOXYGEN)
190      trunk patch: http://svn.apache.org/r1611858
191                   http://svn.apache.org/r1611908
192                   http://svn.apache.org/r1611916
193      2.4.x patch: trunk patch works
194      +1: jailletc36, rjung
195
196    * mod_systemd: New module, for integration with systemd on Linux.
197      trunk patch: http://svn.apache.org/r1393976
198                   http://svn.apache.org/r1393997
199                   http://svn.apache.org/r1484554
200                   http://svn.apache.org/r1528032
201                   http://svn.apache.org/r1528034
202                   http://svn.apache.org/r1614821
203                   http://svn.apache.org/r1618579
204                   http://svn.apache.org/r1618588
205      2.4.x patch: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-mod_systemd.patch
206      +1: jkaluza
207
208    * core: Add support for systemd socket activation.
209      trunk patch: http://svn.apache.org/r1511033
210                   http://svn.apache.org/r1608686
211                   http://svn.apache.org/r1608694
212                   http://svn.apache.org/r1608703
213                   http://svn.apache.org/r1608721
214                   http://svn.apache.org/r1608744
215      2.4.x patch: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-socket-activation.patch
216      +1: jkaluza
217
218    * mod_substitute: no real functional change, but:
219      - define default for maximum line length
220        indepenent of MAX_STRING_LEN
221      - Clarify line length check with a comment
222      - add supported 'b' suffix to directive
223        description
224      trunk patches: https://svn.apache.org/r1631983
225      2.4.x patch: trunk works, no CHANGES
226      +1: rjung, jim
227
228    * mod_proxy: Avoid (unlikely) more accesses to freed memory.
229      trunk patch: http://svn.apache.org/r1632740
230                   http://svn.apache.org/r1632742
231      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-apr_bucket_delete_more_fixes.patch
232      +1: ylavic
233      ylavic: No CHANGES entry is added but rather the existing one for the same
234              issue in mod_proxy_http (2.4.11's backport r1632736) has been modified.
235
236    * style fix
237      trunk patch: http://svn.apache.org/r1633031
238                   http://svn.apache.org/r1633522
239                   http://svn.apache.org/r1633529
240                   http://svn.apache.org/r1633530
241      2.4.x patch: trunk works
242      +1: jailletc36, jim
243  
244    * mod_cache: Restore original request headers when skipping updating the cache due to
245      a busy/broken CacheLock.  Can result in a 304 to an uncoditional request.
246      trunk patch: http://svn.apache.org/r1634237
247      2.4.x patch: trunk works
248      +1 covener, jim
249   
250    * mod_proxy_connect: EBCDIC fix for ProxyRemote to HTTPS. PR57092
251      trunk patch: http://svn.apache.org/r1634425
252      2.4.x patch: trunk works
253      +1 covener, jim
254
255 OTHER PROPOSALS
256
257    * A list of further possible backports can be found at: 
258      http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
259      If you want to propose one of those, please add them above.
260
261
262 PATCHES/ISSUES THAT ARE BEING WORKED
263
264
265 PATCHES/ISSUES THAT ARE STALLED
266
267   * core: Stop the HTTP_IN filter from attempting to write error buckets
268     to the output filters
269     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1482522
270                  https://svn.apache.org/viewvc?view=revision&revision=1482918
271     2.4.x patch: /* working on it */
272     +1:  jim
273
274   * mod_proxy: Ensure network errors detected by the proxy are returned as
275     504 Gateway Timout as opposed to 502 Bad Gateway
276     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1480058
277     2.4.x patch: trunk patch works modulo CHANGES
278     +1:
279     -1: rpluem: This change is still disputed. See
280         http://mail-archives.apache.org/mod_mbox/httpd-dev/201305.mbox/%3C1B16B9E3-87BA-4EEF-939C-7C7313B54714%40gbiv.com%3E
281
282   * cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will be
283     compiled by the build compiler instead of the host compiler.
284     Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
285     Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1327907
286                    http://svn.apache.org/viewvc?view=revision&revision=1328390
287                    http://svn.apache.org/viewvc?view=revision&revision=1328714
288     2.4 patch: http://people.apache.org/~fuankg/diffs/httpd-2.4.x-cross_compile.diff
289     fuankg: on hold until we agree for a better and more simple solution ...
290
291    * mod_ssl: Add support for Next Protocol Negotiation.
292      Trunk patch:
293        http://svn.apache.org/viewvc?view=revision&revision=1332643
294      2.4.x patch:
295        Trunk patch works.
296      +1: ben
297      sf says: Needs r1345599, too.
298               And wrowe's comment about the 2.2 patch is also valid for 2.4:
299               http://svn.apache.org/viewvc?view=revision&revision=1354823
300
301    * Makefile.win: Added copying of .vbs / .wsf CGIs to Windows install target.
302                    Moved fixing of shebang to separate target so that it is
303                    no longer executed by default and all CGIs remain inactive.
304      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1387984
305                   http://svn.apache.org/viewvc?view=revision&revision=1421203
306                   http://svn.apache.org/viewvc?view=revision&revision=1421591
307      2.4.x patch: http://people.apache.org/~fuankg/diffs/httpd-2.4.x-Makefile.win.diff
308      +1 fuankg, gsmith
309      -.8: trawick
310           This commit is essentially deciding that an httpd install on
311           Windows now has printenv/testcgi written in 2 more languages.
312           To the extent that the usefulness is that it shows how to make scripts
313           of these types executable by httpd, I believe that the documentation
314           is the proper place to solve that.  To the extent that the usefullness
315           is to show how to implement a CGI in these particular languages, I believe
316           that the httpd distribution and documentation in general is not the
317           place for that.  Historically these types of scripts have caused problems
318           for downstream vendorsas well as newbies (and sometimes the intersection
319           of those two groups) who don't understand that these are information leaks
320           once they are enabled, and the subtlety of the way they are disabled ("Apache
321           messed up the first line; let me fix that") contributes to that.
322      fuankg notes: I've just added a big warning to all CGI scripts which should now
323           make absolutely clear that these CGIs are for testing purpose only - so those
324           who enable those scripts with inserting the right shebang should be 100% aware
325           of any risks (this should cover your last point).
326      jim: trawick, does the above address your concerns?
327      trawick: to some extent (somebody reading the script gets an idea)
328           Why isn't the configuration requirement documented instead
329           of described indirectly in a sample?
330           Why are these new samples added to the install without three
331           votes?  (I didn't veto it; put your name next to the two
332           existing ones and I'll be satisified that enough people
333           considered this addition as an appropriate solution for a
334           real httpd usability problem.)
335      wrowe: I'd agree with trawick, and suggest that these scripts can begin
336             their life somewhere in the manual/ tree.  This really seems like
337             the place where /usr/share/httpd/examples/ would be useful, but
338             there isn't an ordinary directory for that.  Since we want none
339             of the scripts to function 'out of the box', what about a new
340             cgi-examples/ dir alongside cgi-bin/? Otherwise manual/cgi/examples
341             might work?
342