]> granicus.if.org Git - apache/blob - CHANGES
building against minimum version 1.2.1 of nghttp2
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_http2: required minimum version of libnghttp2 is 1.2.1
5      [Stefan Eissing]
6   
7   *) mod_proxy_fdpass: Fix AH01153 error when using the default configuration.
8      In earlier version of httpd, you can explicitelly set the 'flusher' parameter
9      to 'flush' as a workaround. (i.e. flusher=flush)
10      Add documentation for the 'flusher' parameter when defining a proxy worker.
11      [Christophe Jaillet]
12
13   *) mod_ssl: For the "SSLStaplingReturnResponderErrors off" case, make sure
14      to only staple responses with certificate status "good". [Kaspar Brand]
15
16   *) core: Limit to ten the number of tolerated empty lines between request,
17      and consume them before the pipelining check to avoid possible response
18      delay when reading the next request without flushing.  [Yann Ylavic]
19
20   *) mod_session: Introduce SessionExpiryUpdateInterval which allows to
21      configure the session/cookie expiry's update interval. PR 57300.
22      [Paul Spangler <paul.spangler ni.com>]
23
24   *) core: Extend support for asynchronous write completion from the
25      network filter to any connection or request filter. [Graham Leggett]
26
27   *) mpm_event: Free memory earlier when shutting down processes.
28      [Stefan Fritsch]
29
30   *) mod_ssl: Make the output filter more friendly with deferred write and
31      response pipelining. [Yann Ylavic, Joe Orton]
32
33   *) core/util_script: relax alphanumeric filter of environment variable names
34      on Windows to allow '(' and ')' for passing PROGRAMFILES(X86) et.al.
35      unadulterated in 64 bit versions of Windows. PR 46751.  
36      [John <john leineweb de>]
37
38   *) mod_auth_digest: remove AuthDigestEnableQueryStringHack which is no
39      more documented since dec 2012 (r1415960). [Christophe Jaillet]
40
41   *) mod_charset_lite: On EBCDIC platforms, make sure mod_charset_lite runs
42      after other resource-level filters. [Eric Covener]
43
44   *) mod_dir: Responses that go through "FallbackResource" might appear to
45      hang due to unterminated chunked encoding. PR58292. [Eric Covener]
46
47   *) mod_alias: Limit Redirect expressions to directory (Location) context
48      and redirect statuses (implicit or explicit).
49      [Yann Ylavic, Ruediger Pluem]
50
51   *) mod_substitute: Fix configuraton merge order.
52      PR 57641 [<Marc.Stern approach.be>]
53
54   *) mod_ssl: When SSLVerify is disabled (NONE), don't force a renegotiation if
55      the SSLVerifyDepth applied with the default/handshaken vhost differs from
56      the one applicable with the finally selected vhost.  [Yann Ylavic]
57      
58   *) http: Don't remove the Content-Length of zero from a HEAD response if
59      it comes from an origin server, module or script.  [Yann Ylavic]
60
61   *) http: Add support for RFC2324/RFC7168. [Graham Leggett]
62
63   *) mod_rewrite: Add support for starting External Rewriting Programs
64      as non-root user on UNIX systems by specifying username and group name
65      as third argument of RewriteMap directive. [Jan Kaluza]
66
67   *) mod_authn_core: Add expression support to AuthName and AuthType.
68      [Graham Leggett]
69
70   *) suexec: Filter out the HTTP_PROXY environment variable because it is
71      treated as alias for http_proxy by some programs. [Stefan Fritsch]
72
73   *) mod_proxy_http: Don't establish or reuse a backend connection before pre-
74      fetching the request body, so to minimize the delay between it is supposed
75      to be alive and the first bytes sent: this is a best effort to prevent the
76      backend from closing because of idle or keepalive timeout in the meantime.
77      Also, handle a new "proxy-flushall" environment variable which allows to
78      flush any forwarded body data immediately. PR 56541+37920. [Yann Ylavic]
79
80   *) core: Define and UnDefine are no longer permitted in
81      directory context. Previously they would always be evaulated
82      as the configuration was read without regard for the directory
83      context. [Eric Covener]
84
85   *) config: For directives that do not expect any arguments, enforce
86      that none are specified in the configuration file. 
87      [Joachim Zobel <jzobel heute-morgen.de>, Eric Covener]
88
89   *) mod_rewrite: Improve 'bad flag delimeters' startup error by showing
90      how the input was tokenized.  PR 56528. [Edward Lu <Chaosed0 gmail.com>]
91
92   *) mod_proxy: Don't put non balancer-member workers in error state by
93      default for connection or 500/503 errors, and honor status=+I for
94      any error.  PR 48388.  [Yann Ylavic]
95
96   *) mod_socache_memcache: Pass expiration time through to memcached. PR 55445.
97      [Faidon Liambotis <paravoid debian.org>, Joe Orton]
98
99   *) ap_expr: Add filemod function for checking file modification dates
100      [Daniel Gruno]
101      
102   *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since 
103      r1608202. [Eric Covener]
104  
105   *) core: Ensure that httpd exits with an error status when the MPM fails
106      to run.  [Yann Ylavic]
107
108   *) apreq: Content-Length header should be always interpreted as a decimal.
109      Leading 0 could be erroneously considered as an octal value. PR 56598.
110      [Chris Card <ctcard hotmail com>]
111   
112   *) mod_proxy: Now allow for 191 character worker names, with non-fatal
113      errors if name is truncated. PR53218. [Jim Jagielski]
114
115   *) mod_ssl: Add optional function "ssl_get_tls_cb" to allow support
116      for channel bindings.  [Simo Sorce <simo redhat.com>]
117
118   *) mod_proxy_wstunnel: Concurrent websockets messages could be 
119      lost or delayed with ProxyWebsocketAsync enabled.  
120      [Edward Lu <Chaosed0 gmail.com>]
121
122   *) core, mod_info: Add compiled and loaded PCRE versions to version
123      number display.  [Rainer Jung]
124
125   *) mod_authnz_ldap: Return LDAP connections to the pool before the handler
126      is run, instead of waiting until the end of the request. [Eric Covener]
127
128   *) mod_log_config: Add GlobalLog to allow a globally defined log to
129      be inherited by virtual hosts that define a CustomLog.
130      [Edward Lu <Chaosed0 gmail.com>]
131
132   *) mod_proxy_html: support automatic detection of doctype and processing
133      of FPIs.  PR56285 [Micha Lenk <micha lenk info>, Nick Kew]
134
135   *) mod_proxy_html: skip documents shorter than 4 bytes
136      PR 56286 [Micha Lenk <micha lenk info>]
137
138   *) mod_proxy_fdpass: Fix computation of the size of 'struct sockaddr_un'
139      when passed to 'connect()'.
140      [Graham Dumpleton <grahamd apache org>]
141
142   *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection
143      to resume. PR56333 
144      [Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>]
145
146   *) core: Add ap_mpm_register_socket_callback_timeout() API. [Eric Covener]
147
148   *) mod_proxy_wstunnel: Honor ProxyWebsocketIdleTimeout in asynchronous
149      processing mode. [Eric Covener]
150
151   *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
152      unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
153
154   *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
155      to be based on arbitrary expressions that do not include the username.
156      [Graham Leggett]
157
158   *) Add the ldap function to the expression API, allowing LDAP filters and
159      distinguished names based on expressions to be escaped correctly to
160      guard against LDAP injection. [Graham Leggett]
161
162   *) Add module mod_ssl_ct, which provides an implementation of Certificate
163      Transparency (RFC 6962) for httpd.  [Jeff Trawick]
164
165   *) mod_remoteip: Prevent an external proxy from presenting an internal
166      proxy. PR 55962. [Mike Rumph]
167
168   *) mod_ssl: Add hooks to allow other modules to perform processing at
169      several stages of initialization and connection handling.  See
170      mod_ssl_openssl.h.  [Jeff Trawick]
171
172   *) mod_proxy_wstunnel: Avoid sending error responses down an upgraded
173      websockets connection as it is being close down. [Eric Covener]
174   
175   *) mod_proxy_wstunnel: Allow the administrator to cap the amount
176      of time a synchronous websockets connection stays idle with 
177      ProxyWebsocketIdleTimeout. [Eric Covener]
178
179   *) mod_proxy_wstunnel: Change to opt-in for asynchronous support, adding 
180      directives ProxyWebsocketAsync and ProxyWebsocketAsyncDelay. 
181      [Eric Covener]
182
183   *) mod_proxy_wstunnel: Stop leaking websockets backend connections under
184      event MPM (trunk-only). [Eric Covener]
185
186   *) mod_proxy_http: Add detach_backend hook (potentially usable
187      in other proxy scheme handlers).  [Jeff Trawick]
188
189   *) mod_deflate: Add DeflateAlterETag to control how the ETag
190      is modified. The 'NoChange' parameter mimics 2.2.x behavior.
191      PR 45023, PR 39727. [Eric Covener]
192
193   *) mod_rewrite: Add 'BNF' (backreferences-no-plus) flag to RewriteRule to 
194      allow spaces in backreferences to be encoded as %20 instead of '+'.
195      [Eric Covener]
196      
197   *) mod_rewrite: Support an optional list of characters to escape in the 
198      argument for the 'B' (escape backreferences) flag. [Eric Covener]
199
200   *) mod_dir: Default to 2.2-like behavior and skip execution when method is
201      neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
202
203   *) mod_rewrite: Rename the handler that does per-directory internal 
204      redirects to "rewrite-redirect-handler" from "redirect-handler" so
205      it is less ambiguous and less likely to be reused. [Eric Covener]
206
207   *) mod_rewrite: Protect against looping with the [N] flag by enforcing a 
208      default limit of 10000 iterations, and allowing each rule to change its
209      limit. [Eric Covener]
210
211   *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
212      [Jeff Trawick]
213
214   *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
215      [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
216
217   *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
218      configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
219      [Jan Kaluza]
220
221   *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
222      to support write completion. [Graham Leggett]
223
224   *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
225      to allow providers to check the ErrorLog argument. [Jan Kaluza]
226
227   *) mod_cgid: Use the servers Timeout for each read from a CGI script,
228      allow override with new CGIDRequestTimeout directive. PR43494
229      [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
230
231   *) core: ensure any abnormal exit is reported to stderr if it's a tty.
232      PR 55670 [Nick Kew]
233
234   *) mod_lua: Let the Inter-VM get/set functions work with a global 
235      shared memory pool instead of a per-process pool. [Daniel Gruno]
236
237   *) ldap: Support ldaps when using the Microsoft LDAP SDK.
238      PR 54626. [Jean-Frederic Clere]
239
240   *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
241      to avoid performance problems when subgroups aren't in use. [Eric Covener]
242
243   *) mod_syslog: New module implementing syslog ap_error_log provider.
244      Previously, this code was part of core, now it's in separate module.
245      [Jan Kaluza]
246
247   *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
248      syslog support from core to new mod_syslog. [Jan Kaluza]
249
250   *) mod_status, mod_echo: Fix the display of client addresses.
251      They were truncated to 31 characters which is not enough for IPv6 addresses.
252      PR 54848 [Bernhard Schmidt <berni birkenwald de>]
253
254   *) mod_unique_id: Use output of the PRNG rather than IP address and
255      pid, avoiding sleep() call and possible DNS issues at startup,
256      plus improving randomness for IPv6-only hosts.
257      [Jan Kaluza <jkaluza redhat.com>]
258
259   *) mod_file_cache: mod_file_cache should be able to serve files that
260      haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
261
262   *) core: merge AllowEncodedSlashes from the base configuration into
263      virtual hosts. [Eric Covener]
264
265   *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
266      [Eric Covener]
267
268   *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
269      [Eric Covener]
270
271   *) mod_deflate: permit compilation of mod_deflate against a zlib that has
272      been configured with -D Z_PREFIX, which redefines the token "deflate".
273      [Eric Covener]
274
275   *) mod_auth_digest: Use the secret when generating nonces in all cases and
276      not only when AuthName is used in .htaccess files (this change may cause
277      problems if used with round robin load balancers). Don't regenerate the
278      secret on graceful restarts. PR 54637  [Stefan Fritsch]
279
280   *) core: Remove apr_brigade_flatten(), buffering and duplicated code
281      from the HTTP_IN filter, parse chunks in a single pass with zero copy.
282      Reduce memory usage by 48 bytes per request. [Graham Leggett]
283
284   *) core: Stop the HTTP_IN filter from attempting to write error buckets
285      to the output filters, which is bogus in the proxy case. Create a
286      clean mapping from APR codes to HTTP status codes, and use it where
287      needed. [Graham Leggett]
288
289   *) mod_proxy: Ensure network errors detected by the proxy are returned as
290      504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
291      compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
292
293   *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
294      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
295      <alejandro.alvarez.ayllon cern.ch>]
296
297   *) mod_ldap: LDAP connections used for authentication were not respecting
298      LDAPConnectionPoolTimeout.  PR 54587
299
300   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
301
302   *) mod_proxy_html: process parsed comments immediately. 
303      Fixes bug where parsed comments may be lost. [Nick Kew]
304
305   *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
306
307   *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
308      HTML/XHTML [Nick Kew]
309
310   *) core: Add option to add valgrind support. Use it to reduce false positive
311      warnings in mod_ssl. [Stefan Fritsch]
312
313   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
314      Cache the result of the most recent password hash verification for every
315      keep-alive connection. This saves some expensive calculations.
316      [Stefan Fritsch]
317
318   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
319      MSIE 3. [Stefan Fritsch]
320
321   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
322      conformance or to only log the found problems. [Stefan Fritsch]
323
324   *) core: Correctly parse an IPv6 literal host specification in an absolute
325      URL in the request line. [Stefan Fritsch]
326
327   *) EventOpt MPM
328
329   *) core: Add LogLevelOverride directive that allows to override the
330      loglevel for clients from certain IPs. This also works for things
331      like the SSL handshake where <If> LogLevel ... </If> is evaluated
332      too late. [Stefan Fritsch]
333
334   *) core: Add new directive Warning to issue warnings from a configuration
335      file. Both Warning and Error now generate a timestamped log message.
336      [Fabien Coelho] 
337
338   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
339      variables. [Stefan Fritsch]
340
341   *) core: New directive RegisterHttpMethod for registering non-standard
342      HTTP methods. [Stefan Fritsch]
343
344   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
345      support. [Stefan Fritsch]
346
347   *) mod_allowhandlers: New module to forbid specific handlers for specific
348      directories. [Stefan Fritsch]
349
350   *) mod_systemd: New module, for integration with systemd on Linux.
351      [Jan Kaluza <jkaluza redhat.com>]
352
353   *) WinNT MPM: Store pid and generation for each thread in scoreboard
354      to allow tracking of threads from exiting children via mod_status
355      or other such mechanisms.  [Jeff Trawick]
356
357   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
358      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
359      - mod_cache: thundering herd lock directory
360      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
361      - mod_ldap: shared memory cache
362      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
363      [Jeff Trawick]
364
365   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
366      setuid/setgid capability bits rather than a setuid root binary.
367      [Joe Orton]
368
369   *) suexec: Add support for logging to syslog as an alternative to logging
370      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
371      [Joe Orton]
372
373   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
374      [Matthew Steele <mdsteele google.com>]
375
376   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
377      be compiled by the build compiler instead of the host compiler.
378      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
379      PR 51257. [Guenter Knauf]
380
381   *) core: In maintainer mode, replace apr_palloc with a version that
382      initializes the allocated memory with non-zero values, except if
383      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
384
385   *) mod_policy: Add a new testing module to help server administrators
386      enforce a configurable level of protocol compliance on their
387      servers and application servers behind theirs. [Graham Leggett]
388
389   *) mod_firehose: Add a new debugging module able to record traffic
390      passing through the server in such a way that connections and/or
391      requests be reconstructed and replayed. [Graham Leggett]
392
393   *) mod_noloris
394
395   *) APREQ
396
397   *) Simple MPM
398
399   *) mod_serf
400
401   [Apache 2.5.0-dev includes those bug fixes and changes with the
402    Apache 2.4.xx tree as documented below, except as noted.]
403
404 Changes with Apache 2.4.x and later:
405
406   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
407
408 Changes with Apache 2.2.x and later:
409
410   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
411
412 Changes with Apache 2.0.x and later:
413
414   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
415