]> granicus.if.org Git - apache/blob - CHANGES
Add HTTPD_VERSION and HTTPD_MMN to the variables available with apxs -q
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) apxs: Add HTTPD_VERSION and HTTPD_MMN to the variables available with 
5      apxs -q. PR58202. [Daniel Shahaf <danielsh apache.org>]
6
7   *) mod_ssl: Add support for extracting the msUPN and dnsSRV forms
8      of subjectAltName entries of type "otherName" into
9      SSL_{CLIENT,SERVER}_SAN_OTHER_{msUPN,dnsSRV}_n environment
10      variables. Addresses PR 58020. [Jan Pazdziora <jpazdziora redhat.com>,
11      Kaspar Brand]
12
13   *) mod_h2: added donated http/2 implementation to build system. Similar
14      configuration options to mod_ssl. [Stefan Eissing]
15
16   *) mod_authz_dbd: Avoid a crash when lacking correct DB access permissions.
17      PR 57868. [Jose Kahan <jose w3.org>, Yann Ylavic]
18
19   *) mod_alias: Limit Redirect expressions to directory (Location) context
20      and redirect statuses (implicit or explicit).
21      [Yann Ylavic, Ruediger Pluem]
22
23   *) mod_substitute: Fix configuraton merge order.
24      PR 57641 [<Marc.Stern approach.be>]
25
26   *) mod_ssl: When SSLVerify is disabled (NONE), don't force a renegotiation if
27      the SSLVerifyDepth applied with the default/handshaken vhost differs from
28      the one applicable with the finally selected vhost.  [Yann Ylavic]
29      
30   *) mod_ssl: add ALPN support by allowing other modules to register callbacks
31      for negotiation of the application layer protocol.  PR 52210.
32      [Matthew Steele <mdsteele google com>, Joe Orton, Jim Jagielski,
33       Stefan Eissing <stefan eissing org>, Rainer Jung, Ruediger Pluem,
34       Kaspar Brand]
35
36   *) http: Don't remove the Content-Length of zero from a HEAD response if
37      it comes from an origin server, module or script.  [Yann Ylavic]
38
39   *) core/util_script: make REDIRECT_URL a full URL.  PR 57785. [Nick Kew]
40
41   *) http: Add support for RFC2324/RFC7168. [Graham Leggett]
42
43   *) mod_proxy: Fix a race condition that caused a failed worker to be retried
44      before the retry period is over. [Ruediger Pluem]
45
46   *) mod_rewrite: Add support for starting External Rewriting Programs
47      as non-root user on UNIX systems by specifying username and group name
48      as third argument of RewriteMap directive. [Jan Kaluza]
49
50   *) mod_authn_core: Add expression support to AuthName and AuthType.
51      [Graham Leggett]
52
53   *) suexec: Filter out the HTTP_PROXY environment variable because it is
54      treated as alias for http_proxy by some programs. [Stefan Fritsch]
55
56   *) mod_proxy_http: Don't establish or reuse a backend connection before pre-
57      fetching the request body, so to minimize the delay between it is supposed
58      to be alive and the first bytes sent: this is a best effort to prevent the
59      backend from closing because of idle or keepalive timeout in the meantime.
60      Also, handle a new "proxy-flushall" environment variable which allows to
61      flush any forwarded body data immediately. PR 56541+37920. [Yann Ylavic]
62
63   *) core: Define and UnDefine are no longer permitted in
64      directory context. Previously they would always be evaulated
65      as the configuration was read without regard for the directory
66      context. [Eric Covener]
67
68   *) config: For directives that do not expect any arguments, enforce
69      that none are specified in the configuration file. 
70      [Joachim Zobel <jzobel heute-morgen.de>, Eric Covener]
71
72   *) mod_rewrite: Improve 'bad flag delimeters' startup error by showing
73      how the input was tokenized.  PR 56528. [Edward Lu <Chaosed0 gmail.com>]
74
75   *) mod_proxy: Don't put non balancer-member workers in error state by
76      default for connection or 500/503 errors, and honor status=+I for
77      any error.  PR 48388.  [Yann Ylavic]
78
79   *) mod_socache_memcache: Pass expiration time through to memcached. PR 55445.
80      [Faidon Liambotis <paravoid debian.org>, Joe Orton]
81
82   *) ap_expr: Add filemod function for checking file modification dates
83      [Daniel Gruno]
84      
85   *) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since 
86      r1608202. [Eric Covener]
87  
88   *) core: Ensure that httpd exits with an error status when the MPM fails
89      to run.  [Yann Ylavic]
90
91   *) apreq: Content-Length header should be always interpreted as a decimal.
92      Leading 0 could be erroneously considered as an octal value. PR 56598.
93      [Chris Card <ctcard hotmail com>]
94   
95   *) mod_proxy: Now allow for 191 character worker names, with non-fatal
96      errors if name is truncated. PR53218. [Jim Jagielski]
97
98   *) mod_ssl: Add optional function "ssl_get_tls_cb" to allow support
99      for channel bindings.  [Simo Sorce <simo redhat.com>]
100
101   *) mod_proxy_wstunnel: Concurrent websockets messages could be 
102      lost or delayed with ProxyWebsocketAsync enabled.  
103      [Edward Lu <Chaosed0 gmail.com>]
104
105   *) core, mod_info: Add compiled and loaded PCRE versions to version
106      number display.  [Rainer Jung]
107
108   *) mpm_winnt: Accept utf-8 (Unicode) service names and descriptions for
109      internationalization.  [William Rowe]
110
111   *) mpm_winnt: Normalize the error and status messages emitted by service.c,
112      the service control interface for Windows.  [William Rowe]
113   
114   *) mod_authnz_ldap: Return LDAP connections to the pool before the handler
115      is run, instead of waiting until the end of the request. [Eric Covener]
116
117   *) mod_log_config: Add GlobalLog to allow a globally defined log to
118      be inherited by virtual hosts that define a CustomLog.
119      [Edward Lu <Chaosed0 gmail.com>]
120
121   *) MPMs: Support SO_REUSEPORT to create multiple duplicated listener
122      records for scalability. [Yingqi Lu <yingqi.lu@intel.com>,
123      Jeff Trawick, Jim Jagielski]
124
125   *) mod_proxy_html: support automatic detection of doctype and processing
126      of FPIs.  PR56285 [Micha Lenk <micha lenk info>, Nick Kew]
127
128   *) mod_proxy_html: skip documents shorter than 4 bytes
129      PR 56286 [Micha Lenk <micha lenk info>]
130
131   *) mod_proxy_fdpass: Fix computation of the size of 'struct sockaddr_un'
132      when passed to 'connect()'.
133      [Graham Dumpleton <grahamd apache org>]
134
135   *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection
136      to resume. PR56333 
137      [Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>]
138
139   *) core: Add ap_mpm_register_socket_callback_timeout() API. [Eric Covener]
140
141   *) mod_proxy_wstunnel: Honor ProxyWebsocketIdleTimeout in asynchronous
142      processing mode. [Eric Covener]
143
144   *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
145      unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
146
147   *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
148      to be based on arbitrary expressions that do not include the username.
149      [Graham Leggett]
150
151   *) Add the ldap function to the expression API, allowing LDAP filters and
152      distinguished names based on expressions to be escaped correctly to
153      guard against LDAP injection. [Graham Leggett]
154
155   *) Add module mod_ssl_ct, which provides an implementation of Certificate
156      Transparency (RFC 6962) for httpd.  [Jeff Trawick]
157
158   *) mod_remoteip: Prevent an external proxy from presenting an internal
159      proxy. PR 55962. [Mike Rumph]
160
161   *) mod_ssl: Add hooks to allow other modules to perform processing at
162      several stages of initialization and connection handling.  See
163      mod_ssl_openssl.h.  [Jeff Trawick]
164
165   *) mod_proxy_wstunnel: Avoid sending error responses down an upgraded
166      websockets connection as it is being close down. [Eric Covener]
167   
168   *) mod_proxy_wstunnel: Allow the administrator to cap the amount
169      of time a synchronous websockets connection stays idle with 
170      ProxyWebsocketIdleTimeout. [Eric Covener]
171
172   *) mod_proxy_wstunnel: Change to opt-in for asynchronous support, adding 
173      directives ProxyWebsocketAsync and ProxyWebsocketAsyncDelay. 
174      [Eric Covener]
175
176   *) mod_proxy_wstunnel: Stop leaking websockets backend connections under
177      event MPM (trunk-only). [Eric Covener]
178
179   *) mod_proxy_http: Add detach_backend hook (potentially usable
180      in other proxy scheme handlers).  [Jeff Trawick]
181
182   *) mod_deflate: Add DeflateAlterETag to control how the ETag
183      is modified. The 'NoChange' parameter mimics 2.2.x behavior.
184      PR 45023, PR 39727. [Eric Covener]
185
186   *) mod_rewrite: Add 'BNF' (backreferences-no-plus) flag to RewriteRule to 
187      allow spaces in backreferences to be encoded as %20 instead of '+'.
188      [Eric Covener]
189      
190   *) mod_rewrite: Support an optional list of characters to escape in the 
191      argument for the 'B' (escape backreferences) flag. [Eric Covener]
192
193   *) mod_dir: Default to 2.2-like behavior and skip execution when method is
194      neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
195
196   *) mod_rewrite: Rename the handler that does per-directory internal 
197      redirects to "rewrite-redirect-handler" from "redirect-handler" so
198      it is less ambiguous and less likely to be reused. [Eric Covener]
199
200   *) mod_rewrite: Protect against looping with the [N] flag by enforcing a 
201      default limit of 10000 iterations, and allowing each rule to change its
202      limit. [Eric Covener]
203
204   *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
205      [Jeff Trawick]
206
207   *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
208      [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
209
210   *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
211      configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
212      [Jan Kaluza]
213
214   *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
215      to support write completion. [Graham Leggett]
216
217   *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
218      to allow providers to check the ErrorLog argument. [Jan Kaluza]
219
220   *) mod_cgid: Use the servers Timeout for each read from a CGI script,
221      allow override with new CGIDRequestTimeout directive. PR43494
222      [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
223
224   *) core: ensure any abnormal exit is reported to stderr if it's a tty.
225      PR 55670 [Nick Kew]
226
227   *) mod_lua: Let the Inter-VM get/set functions work with a global 
228      shared memory pool instead of a per-process pool. [Daniel Gruno]
229
230   *) ldap: Support ldaps when using the Microsoft LDAP SDK.
231      PR 54626. [Jean-Frederic Clere]
232
233   *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
234      to avoid performance problems when subgroups aren't in use. [Eric Covener]
235
236   *) mod_syslog: New module implementing syslog ap_error_log provider.
237      Previously, this code was part of core, now it's in separate module.
238      [Jan Kaluza]
239
240   *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
241      syslog support from core to new mod_syslog. [Jan Kaluza]
242
243   *) mod_status, mod_echo: Fix the display of client addresses.
244      They were truncated to 31 characters which is not enough for IPv6 addresses.
245      PR 54848 [Bernhard Schmidt <berni birkenwald de>]
246
247   *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
248      [Jeff Trawick]
249
250   *) mod_unique_id: Use output of the PRNG rather than IP address and
251      pid, avoiding sleep() call and possible DNS issues at startup,
252      plus improving randomness for IPv6-only hosts.
253      [Jan Kaluza <jkaluza redhat.com>]
254
255   *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
256      filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
257      filter "none" to be specified in AuthLDAPURL. [Eric Covener]
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      - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
360        mutexes (Mutex)
361      - mod_cache: thundering herd lock directory
362      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
363      - mod_ldap: shared memory cache
364      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
365      [Jeff Trawick]
366
367   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
368      setuid/setgid capability bits rather than a setuid root binary.
369      [Joe Orton]
370
371   *) suexec: Add support for logging to syslog as an alternative to logging
372      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
373      [Joe Orton]
374
375   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
376      [Matthew Steele <mdsteele google.com>]
377
378   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
379      be compiled by the build compiler instead of the host compiler.
380      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
381      PR 51257. [Guenter Knauf]
382
383   *) core: In maintainer mode, replace apr_palloc with a version that
384      initializes the allocated memory with non-zero values, except if
385      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
386
387   *) mod_policy: Add a new testing module to help server administrators
388      enforce a configurable level of protocol compliance on their
389      servers and application servers behind theirs. [Graham Leggett]
390
391   *) mod_firehose: Add a new debugging module able to record traffic
392      passing through the server in such a way that connections and/or
393      requests be reconstructed and replayed. [Graham Leggett]
394
395   *) mod_noloris
396
397   *) APREQ
398
399   *) Simple MPM
400
401   *) mod_serf
402
403   [Apache 2.5.0-dev includes those bug fixes and changes with the
404    Apache 2.4.xx tree as documented below, except as noted.]
405
406 Changes with Apache 2.4.x and later:
407
408   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
409
410 Changes with Apache 2.2.x and later:
411
412   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
413
414 Changes with Apache 2.0.x and later:
415
416   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
417