]> 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.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_ldap: 2.4.10 regression: Some authorization searches won't use AuthLDAPBindDN
106      which can lead to LDAP authz failurs if AuthLDAPBindDN had extra access. 
107      trunk patch: http://svn.apache.org/r1613682
108      2.4.x patch: trunk works + CHANGES referencing 2.4.10 regression
109      +1: covener, jim, rjung
110
111    * mod_dav: set r->status_line in dav_error_response.
112      It's used as argument in next ap_rvputs call. PR 55426.
113      trunk patch: http://svn.apache.org/r1527509
114      2.4.x patch: trunk works
115      +1: jkaluza, ylavic, rjung
116
117    * http_protocol: fix logic in ap_method_list_(add|remove) in order:
118        - to correctly reset bits
119        - not to modify the 'method_mask' bitfield unnecessarily
120      trunk patch: http://svn.apache.org/r1610813
121      2.4.x patch: trunk patch works (modulo CHANGES)
122      +1: jailletc36, ylavic, rjung
123
124    * mod_proxy_http: Avoid (unlikely) access to freed memory.
125      trunk patch: http://svn.apache.org/r1599486
126      2.4.x patch: trunk works
127      +1: ylavic, jorton, rjung (as is)
128      covener: I did not look in depth, but is the preceding log message also bad?
129      ylavic: No, this concerns the next for (;; e = APR_BUCKET_NEXT(e)) iteration.
130              We could also s/apr_bucket_delete/APR_BUCKET_REMOVE/ instead, but
131              stripping some (unhandled) buckets from the source brigade does
132              not look correct to me either (brigade *to is to be consumed, but
133              *from is still living, the caller may want to reuse it, eg:
134              https://issues.apache.org/bugzilla/attachment.cgi?id=31686).
135              Should we?
136
137    * mod_slotmem: Increase log level for some originally debug messages.
138      trunk patch: http://svn.apache.org/r1621373
139      2.4.x patch: trunk works
140                   http://people.apache.org/~jim/patches/slotmem-loglevel.patch
141      +1: jim, ylavic, rjung
142
143    * mod_proxy: Make worker name truncation a non-fatal error.
144      trunk patch: http://svn.apache.org/r1621367
145                   http://svn.apache.org/r1621372
146                   http://svn.apache.org/r1625952
147      2.4.x patch: http://people.apache.org/~jim/patches/worker-trunc.patch
148      +1: jim, ylavic, covener
149
150    * mod_macro: Remove APLOG_NOERRNO. Add some APLOGNO. Fix some alignment.
151      trunk patch: http://svn.apache.org/r1612466
152      2.4.x patch: trunk works
153      +1: jailletc36, rjung, covener
154
155 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
156   [ New proposals should be added at the end of the list ]
157
158    * mod_proxy: Preserve original request headers even if they differ
159                 from the ones to be forwarded to the backend. PR 45387.
160      trunk patch: http://svn.apache.org/r1588527
161      2.4.x patch: trunk works (modulo CHANGES)
162      +1: ylavic, rjung
163
164    * mod_proxy: Don't limit the size of the connectable Unix Domain Socket paths.
165                 [Graham Dumpleton, Christophe Jaillet, Yann Ylavic]
166      trunk patch: http://svn.apache.org/r1598946
167                   http://svn.apache.org/r1602989
168      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_proxy_connect_uds.patch
169                   (modulo CHANGES/MMN)
170      +1: ylavic, jim
171
172    * mod_ssl, event: Ensure that the SSL close notify alert is flushed to the client.
173                      PR54998.
174      trunk patch: http://svn.apache.org/r1601184
175                   http://svn.apache.org/r1601274
176                   http://svn.apache.org/r1601185
177      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-SSL-shutdown.patch
178                   (modulo CHANGES/MMN)
179      +1: ylavic, rjung
180
181    * mod_proxy: Shutdown (eg. SSL close notify) the backend connection before closing.
182      trunk patch: http://svn.apache.org/r1601291
183                   http://svn.apache.org/r1601630
184      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-proxy-SSL-shutdown.patch
185                   (modulo CHANGES)
186      note: depends on ap_shutdown_conn() from r1601185 above.
187      +1: ylavic, rjung
188
189    * mpm_winnt service.c: Normalize all error and status messages, clean up
190      source formatting, and accept utf-8 service names/descriptions for i18n.
191      trunk patches: http://svn.apache.org/r1611165
192                     http://svn.apache.org/r1611169
193                     http://svn.apache.org/r1611244
194      2.4.x patches: trunk works
195      +1: wrowe
196
197    * doc: improve doxygen output for util_ebcdic.h and util_charset.h.
198      I propose it for vote because of the #if defined(DOXYGEN)
199      trunk patch: http://svn.apache.org/r1611858
200                   http://svn.apache.org/r1611908
201                   http://svn.apache.org/r1611916
202      2.4.x patch: trunk patch works
203      +1: jailletc36, rjung
204
205    * mod_systemd: New module, for integration with systemd on Linux.
206      trunk patch: http://svn.apache.org/r1393976
207                   http://svn.apache.org/r1393997
208                   http://svn.apache.org/r1484554
209                   http://svn.apache.org/r1528032
210                   http://svn.apache.org/r1528034
211                   http://svn.apache.org/r1614821
212                   http://svn.apache.org/r1618579
213                   http://svn.apache.org/r1618588
214      2.4.x patch: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-mod_systemd.patch
215      +1: jkaluza
216
217    * core: Add support for systemd socket activation.
218      trunk patch: http://svn.apache.org/r1511033
219                   http://svn.apache.org/r1608686
220                   http://svn.apache.org/r1608694
221                   http://svn.apache.org/r1608703
222                   http://svn.apache.org/r1608721
223                   http://svn.apache.org/r1608744
224      2.4.x patch: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-socket-activation.patch
225      +1: jkaluza
226
227    * mod_substitute: Fix memory limitation in case of regexp plus flatten.
228      trunk patch: http://svn.apache.org/r1628104
229                   http://svn.apache.org/r1628918 (CHANGES)
230      2.4.x patch: trunk works
231      +1: rjung, covener
232
233    * mod_substitute: Make maximum line length configurable.
234      trunk patch: http://svn.apache.org/r1628919
235                   http://svn.apache.org/r1628950 (docs, adjust "compatibility")
236      2.4.x patch: trunk works modulo CHANGES and compatibility
237      +1: rjung, covener
238
239    * mod_substitute: Restrict configuration in .htaccess to
240      FileInfo as documented.
241      trunk patch: http://svn.apache.org/r1628924
242      2.4.x patch: trunk works modulo CHANGES
243      +1: rjung, covener
244
245    * various: Concat string at compile time when possible.
246      trunk patch: http://svn.apache.org/r1626050
247      2.4.x patch: trunk works
248      +1: jailletc36, rjung
249
250    * event: Fix worker-listener deadlock in graceful restart caused by
251      get_worker() allocating new worker after ap_queue_info_term(),
252      but not setting the have_idle_worker variable. PR 56960.
253      trunk patch: http://svn.apache.org/r1629577
254      2.4.x patch: trunk works
255      +1: jkaluza
256
257    * mod_cache_socache: Add cache status to server-status.
258      The status_hook simply calls the status function of
259      socache, very much like mod_ssl does for the ssl
260      session cache. 
261      trunk patch: http://svn.apache.org/r1629507
262      trunk patch: http://svn.apache.org/r1629652
263      2.4.x patch: trunk works modulo CHANGES
264      +1: rjung
265
266    * mod_cache_socache: Change average object size
267      hint from 32 bytes to 2048 bytes. 
268      trunk patch: http://svn.apache.org/r1629508
269      2.4.x patch: trunk works modulo CHANGES
270      +1: rjung
271
272 OTHER PROPOSALS
273
274    * A list of further possible backports can be found at: 
275      http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
276      If you want to propose one of those, please add them above.
277
278
279 PATCHES/ISSUES THAT ARE BEING WORKED
280
281
282 PATCHES/ISSUES THAT ARE STALLED
283
284   * core: Stop the HTTP_IN filter from attempting to write error buckets
285     to the output filters
286     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1482522
287                  https://svn.apache.org/viewvc?view=revision&revision=1482918
288     2.4.x patch: /* working on it */
289     +1:  jim
290
291   * mod_proxy: Ensure network errors detected by the proxy are returned as
292     504 Gateway Timout as opposed to 502 Bad Gateway
293     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1480058
294     2.4.x patch: trunk patch works modulo CHANGES
295     +1:
296     -1: rpluem: This change is still disputed. See
297         http://mail-archives.apache.org/mod_mbox/httpd-dev/201305.mbox/%3C1B16B9E3-87BA-4EEF-939C-7C7313B54714%40gbiv.com%3E
298
299   * cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will be
300     compiled by the build compiler instead of the host compiler.
301     Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
302     Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1327907
303                    http://svn.apache.org/viewvc?view=revision&revision=1328390
304                    http://svn.apache.org/viewvc?view=revision&revision=1328714
305     2.4 patch: http://people.apache.org/~fuankg/diffs/httpd-2.4.x-cross_compile.diff
306     fuankg: on hold until we agree for a better and more simple solution ...
307
308    * mod_ssl: Add support for Next Protocol Negotiation.
309      Trunk patch:
310        http://svn.apache.org/viewvc?view=revision&revision=1332643
311      2.4.x patch:
312        Trunk patch works.
313      +1: ben
314      sf says: Needs r1345599, too.
315               And wrowe's comment about the 2.2 patch is also valid for 2.4:
316               http://svn.apache.org/viewvc?view=revision&revision=1354823
317
318    * Makefile.win: Added copying of .vbs / .wsf CGIs to Windows install target.
319                    Moved fixing of shebang to separate target so that it is
320                    no longer executed by default and all CGIs remain inactive.
321      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1387984
322                   http://svn.apache.org/viewvc?view=revision&revision=1421203
323                   http://svn.apache.org/viewvc?view=revision&revision=1421591
324      2.4.x patch: http://people.apache.org/~fuankg/diffs/httpd-2.4.x-Makefile.win.diff
325      +1 fuankg, gsmith
326      -.8: trawick
327           This commit is essentially deciding that an httpd install on
328           Windows now has printenv/testcgi written in 2 more languages.
329           To the extent that the usefulness is that it shows how to make scripts
330           of these types executable by httpd, I believe that the documentation
331           is the proper place to solve that.  To the extent that the usefullness
332           is to show how to implement a CGI in these particular languages, I believe
333           that the httpd distribution and documentation in general is not the
334           place for that.  Historically these types of scripts have caused problems
335           for downstream vendorsas well as newbies (and sometimes the intersection
336           of those two groups) who don't understand that these are information leaks
337           once they are enabled, and the subtlety of the way they are disabled ("Apache
338           messed up the first line; let me fix that") contributes to that.
339      fuankg notes: I've just added a big warning to all CGI scripts which should now
340           make absolutely clear that these CGIs are for testing purpose only - so those
341           who enable those scripts with inserting the right shebang should be 100% aware
342           of any risks (this should cover your last point).
343      jim: trawick, does the above address your concerns?
344      trawick: to some extent (somebody reading the script gets an idea)
345           Why isn't the configuration requirement documented instead
346           of described indirectly in a sample?
347           Why are these new samples added to the install without three
348           votes?  (I didn't veto it; put your name next to the two
349           existing ones and I'll be satisified that enough people
350           considered this addition as an appropriate solution for a
351           real httpd usability problem.)
352      wrowe: I'd agree with trawick, and suggest that these scripts can begin
353             their life somewhere in the manual/ tree.  This really seems like
354             the place where /usr/share/httpd/examples/ would be useful, but
355             there isn't an ordinary directory for that.  Since we want none
356             of the scripts to function 'out of the box', what about a new
357             cgi-examples/ dir alongside cgi-bin/? Otherwise manual/cgi/examples
358             might work?
359