]> granicus.if.org Git - apache/blob - STATUS
Merge r1628924 from trunk:
[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    * various: Concat string at compile time when possible.
106      trunk patch: http://svn.apache.org/r1626050
107      2.4.x patch: trunk works
108      +1: jailletc36, rjung, jim
109
110    * event: Fix worker-listener deadlock in graceful restart caused by
111      get_worker() allocating new worker after ap_queue_info_term(),
112      but not setting the have_idle_worker variable. PR 56960.
113      trunk patch: http://svn.apache.org/r1629577
114      2.4.x patch: trunk works
115      +1: jkaluza, ylavic, jim
116
117    * mod_cache_socache: Add cache status to server-status.
118      The status_hook simply calls the status function of
119      socache, very much like mod_ssl does for the ssl
120      session cache. 
121      trunk patch: http://svn.apache.org/r1629507
122      trunk patch: http://svn.apache.org/r1629652
123      2.4.x patch: trunk works modulo CHANGES
124      +1: rjung, covener, jim
125
126    * mod_cache_socache: Change average object size
127      hint from 32 bytes to 2048 bytes. 
128      trunk patch: http://svn.apache.org/r1629508
129      2.4.x patch: trunk works modulo CHANGES
130      +1: rjung, covener, jim
131
132    * mod_ssl: Move OCSP stapling information to a per-server hash. PR 54357.
133      trunk patches: https://svn.apache.org/r1629372
134                     https://svn.apache.org/r1629485
135                     https://svn.apache.org/r1629519
136      2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-PR54357.diff
137      +1: kbrand, ylavic, jim
138
139
140 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
141   [ New proposals should be added at the end of the list ]
142
143    * mod_proxy: Preserve original request headers even if they differ
144                 from the ones to be forwarded to the backend. PR 45387.
145      trunk patch: http://svn.apache.org/r1588527
146      2.4.x patch: trunk works (modulo CHANGES)
147      +1: ylavic, rjung
148
149    * mod_proxy: Don't limit the size of the connectable Unix Domain Socket paths.
150                 [Graham Dumpleton, Christophe Jaillet, Yann Ylavic]
151      trunk patch: http://svn.apache.org/r1598946
152                   http://svn.apache.org/r1602989
153      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_proxy_connect_uds.patch
154                   (modulo CHANGES/MMN)
155      +1: ylavic, jim
156
157    * mod_ssl, event: Ensure that the SSL close notify alert is flushed to the client.
158                      PR54998.
159      trunk patch: http://svn.apache.org/r1601184
160                   http://svn.apache.org/r1601274
161                   http://svn.apache.org/r1601185
162      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-SSL-shutdown.patch
163                   (modulo CHANGES/MMN)
164      +1: ylavic, rjung
165
166    * mod_proxy: Shutdown (eg. SSL close notify) the backend connection before closing.
167      trunk patch: http://svn.apache.org/r1601291
168                   http://svn.apache.org/r1601630
169      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-proxy-SSL-shutdown.patch
170                   (modulo CHANGES)
171      note: depends on ap_shutdown_conn() from r1601185 above.
172      +1: ylavic, rjung
173
174    * mpm_winnt service.c: Normalize all error and status messages, clean up
175      source formatting, and accept utf-8 service names/descriptions for i18n.
176      trunk patches: http://svn.apache.org/r1611165
177                     http://svn.apache.org/r1611169
178                     http://svn.apache.org/r1611244
179      2.4.x patches: trunk works
180      +1: wrowe, gsmith
181
182    * doc: improve doxygen output for util_ebcdic.h and util_charset.h.
183      I propose it for vote because of the #if defined(DOXYGEN)
184      trunk patch: http://svn.apache.org/r1611858
185                   http://svn.apache.org/r1611908
186                   http://svn.apache.org/r1611916
187      2.4.x patch: trunk patch works
188      +1: jailletc36, rjung
189
190    * mod_systemd: New module, for integration with systemd on Linux.
191      trunk patch: http://svn.apache.org/r1393976
192                   http://svn.apache.org/r1393997
193                   http://svn.apache.org/r1484554
194                   http://svn.apache.org/r1528032
195                   http://svn.apache.org/r1528034
196                   http://svn.apache.org/r1614821
197                   http://svn.apache.org/r1618579
198                   http://svn.apache.org/r1618588
199      2.4.x patch: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-mod_systemd.patch
200      +1: jkaluza
201
202    * core: Add support for systemd socket activation.
203      trunk patch: http://svn.apache.org/r1511033
204                   http://svn.apache.org/r1608686
205                   http://svn.apache.org/r1608694
206                   http://svn.apache.org/r1608703
207                   http://svn.apache.org/r1608721
208                   http://svn.apache.org/r1608744
209      2.4.x patch: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-socket-activation.patch
210      +1: jkaluza
211
212    * mod_substitute: no real functional change, but:
213      - define default for maximum line length
214        indepenent of MAX_STRING_LEN
215      - Clarify line length check with a comment
216      - add supported 'b' suffix to directive
217        description
218      trunk patches: https://svn.apache.org/r1631983
219      2.4.x patch: trunk works, no CHANGES
220      +1: rjung, jim
221
222    * mod_proxy: Avoid (unlikely) more accesses to freed memory.
223      trunk patch: http://svn.apache.org/r1632740
224                   http://svn.apache.org/r1632742
225      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-apr_bucket_delete_more_fixes.patch
226      +1: ylavic
227      ylavic: No CHANGES entry is added but rather the existing one for the same
228              issue in mod_proxy_http (2.4.11's backport r1632736) has been modified.
229
230    * style fix
231      trunk patch: http://svn.apache.org/r1633031
232                   http://svn.apache.org/r1633522
233                   http://svn.apache.org/r1633529
234                   http://svn.apache.org/r1633530
235      2.4.x patch: trunk works
236      +1: jailletc36, jim
237  
238    * mod_cache: Restore original request headers when skipping updating the cache due to
239      a busy/broken CacheLock.  Can result in a 304 to an uncoditional request.
240      trunk patch: http://svn.apache.org/r1634237
241      2.4.x patch: trunk works
242      +1 covener, jim
243   
244    * mod_proxy_connect: EBCDIC fix for ProxyRemote to HTTPS. PR57092
245      trunk patch: http://svn.apache.org/r1634425
246      2.4.x patch: trunk works
247      +1 covener, jim
248
249 OTHER PROPOSALS
250
251    * A list of further possible backports can be found at: 
252      http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
253      If you want to propose one of those, please add them above.
254
255
256 PATCHES/ISSUES THAT ARE BEING WORKED
257
258
259 PATCHES/ISSUES THAT ARE STALLED
260
261   * core: Stop the HTTP_IN filter from attempting to write error buckets
262     to the output filters
263     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1482522
264                  https://svn.apache.org/viewvc?view=revision&revision=1482918
265     2.4.x patch: /* working on it */
266     +1:  jim
267
268   * mod_proxy: Ensure network errors detected by the proxy are returned as
269     504 Gateway Timout as opposed to 502 Bad Gateway
270     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1480058
271     2.4.x patch: trunk patch works modulo CHANGES
272     +1:
273     -1: rpluem: This change is still disputed. See
274         http://mail-archives.apache.org/mod_mbox/httpd-dev/201305.mbox/%3C1B16B9E3-87BA-4EEF-939C-7C7313B54714%40gbiv.com%3E
275
276   * cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will be
277     compiled by the build compiler instead of the host compiler.
278     Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
279     Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1327907
280                    http://svn.apache.org/viewvc?view=revision&revision=1328390
281                    http://svn.apache.org/viewvc?view=revision&revision=1328714
282     2.4 patch: http://people.apache.org/~fuankg/diffs/httpd-2.4.x-cross_compile.diff
283     fuankg: on hold until we agree for a better and more simple solution ...
284
285    * mod_ssl: Add support for Next Protocol Negotiation.
286      Trunk patch:
287        http://svn.apache.org/viewvc?view=revision&revision=1332643
288      2.4.x patch:
289        Trunk patch works.
290      +1: ben
291      sf says: Needs r1345599, too.
292               And wrowe's comment about the 2.2 patch is also valid for 2.4:
293               http://svn.apache.org/viewvc?view=revision&revision=1354823
294
295    * Makefile.win: Added copying of .vbs / .wsf CGIs to Windows install target.
296                    Moved fixing of shebang to separate target so that it is
297                    no longer executed by default and all CGIs remain inactive.
298      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1387984
299                   http://svn.apache.org/viewvc?view=revision&revision=1421203
300                   http://svn.apache.org/viewvc?view=revision&revision=1421591
301      2.4.x patch: http://people.apache.org/~fuankg/diffs/httpd-2.4.x-Makefile.win.diff
302      +1 fuankg, gsmith
303      -.8: trawick
304           This commit is essentially deciding that an httpd install on
305           Windows now has printenv/testcgi written in 2 more languages.
306           To the extent that the usefulness is that it shows how to make scripts
307           of these types executable by httpd, I believe that the documentation
308           is the proper place to solve that.  To the extent that the usefullness
309           is to show how to implement a CGI in these particular languages, I believe
310           that the httpd distribution and documentation in general is not the
311           place for that.  Historically these types of scripts have caused problems
312           for downstream vendorsas well as newbies (and sometimes the intersection
313           of those two groups) who don't understand that these are information leaks
314           once they are enabled, and the subtlety of the way they are disabled ("Apache
315           messed up the first line; let me fix that") contributes to that.
316      fuankg notes: I've just added a big warning to all CGI scripts which should now
317           make absolutely clear that these CGIs are for testing purpose only - so those
318           who enable those scripts with inserting the right shebang should be 100% aware
319           of any risks (this should cover your last point).
320      jim: trawick, does the above address your concerns?
321      trawick: to some extent (somebody reading the script gets an idea)
322           Why isn't the configuration requirement documented instead
323           of described indirectly in a sample?
324           Why are these new samples added to the install without three
325           votes?  (I didn't veto it; put your name next to the two
326           existing ones and I'll be satisified that enough people
327           considered this addition as an appropriate solution for a
328           real httpd usability problem.)
329      wrowe: I'd agree with trawick, and suggest that these scripts can begin
330             their life somewhere in the manual/ tree.  This really seems like
331             the place where /usr/share/httpd/examples/ would be useful, but
332             there isn't an ordinary directory for that.  Since we want none
333             of the scripts to function 'out of the box', what about a new
334             cgi-examples/ dir alongside cgi-bin/? Otherwise manual/cgi/examples
335             might work?
336