]> granicus.if.org Git - apache/blob - CHANGES
mod_lua: Fix r:setcookie() to add, rather than replace,
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3  
4   *) mod_lua: Fix r:setcookie() to add, rather than replace,
5      the Set-Cookie header. PR56105
6      [Kevin J Walters <kjw ms com>, Edward Lu <Chaosed0 gmail com>]
7
8   *) mod_proxy_fcgi: Fix error message when an unexpected protocol version
9      number is received from the application.  PR 56110.  [Jeff Trawick]
10
11   *) mod_remoteip: Use the correct IP addresses to populate the proxy_ips field.
12      PR 55972. [Mike Rumph]
13
14   *) mod_proxy: Do not try to parse the regular expressions passed by
15      ProxyPassMatch as URL as they do not follow their syntax.
16      PR 56074. [Ruediger Pluem]
17
18   *) mod_remoteip: Correct the trusted proxy match test. PR 54651.
19      [Yoshinori Ehara <yoshinori ehara gmail com>, Eugene L <eugenel amazon com>]
20
21   *) mod_rewrite: Add %{CONN_REMOTE_ADDR} as the non-useragent counterpart to
22      %{REMOTE_ADDR}. PR 56094. [Edward Lu <Chaosed0 gmail com>]
23
24   *) mod_dir: Default to 2.2-like behavior and skip execution when method is
25      neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
26
27   *) mod_rewrite: Rename the handler that does per-directory internal 
28      redirects to "rewrite-redirect-handler" from "redirect-handler" so
29      it is less ambiguous and less likely to be reused. [Eric Covener]
30
31   *) mod_dir: Add DirectoryCheckHandler to allow a 2.2-like behavior, skipping 
32      execution when a handler is already set. PR53929. [Eric Covener]
33
34   *) mod_rewrite: Protect against looping with the [N] flag by enforcing a 
35      default limit of 10000 iterations, and allowing each rule to change its
36      limit. [Eric Covener]
37
38   *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
39      [Jeff Trawick]
40
41   *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
42      [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
43
44   *) core: Support named groups and backreferences within the LocationMatch,
45      DirectoryMatch, FilesMatch and ProxyMatch directives. [Graham Leggett]
46
47   *) mod_ssl: Remove the hardcoded algorithm-type dependency for the
48      SSLCertificateFile and SSLCertificateKeyFile directives, to enable
49      future algorithm agility, and deprecate the SSLCertificateChainFile
50      directive (obsoleted by SSLCertificateFile). [Kaspar Brand]
51
52   *) FreeBSD: Disable IPv4-mapped listening sockets by default for versions
53      5+ instead of just for FreeBSD 5. PR 53824. [Jeff Trawick]
54
55   *) mod_auth_form: Add a debug message when the fields on a form are not
56      recognised. [Graham Leggett]
57
58   *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
59      configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
60      [Jan Kaluza]
61
62   *) mod_headers: Allow the "value" parameter of Header and RequestHeader to 
63      contain an ap_expr expression if prefixed with "expr=". [Eric Covener]
64
65   *) Add suspend_connection and resume_connection hooks to notify modules
66      when the thread/connection relationship changes.  (Currently implemented
67      only for the Event MPM; should be implemented for all async MPMs.)
68      [Jeff Trawick]
69
70   *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
71      to support write completion. [Graham Leggett]
72
73   *) prefork: Fix long delays when doing a graceful restart.
74      PR 54852 [Jim Jagielski, Arkadiusz Miskiewicz <arekm maven pl>]
75
76   *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
77      to allow providers to check the ErrorLog argument. [Jan Kaluza]
78
79   *) core: Detect incomplete body in HTTP input filter and return
80      APR_INCOMPLETE. PR 55475 [Yann Ylavic <ylavic dev gmail com>]
81
82   *) mod_cgid: Use the servers Timeout for each read from a CGI script,
83      allow override with new CGIDRequestTimeout directive. PR43494
84      [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
85
86   *) core: Add missing Reason-Phrase in HTTP response headers.
87      PR 54946. [Rainer Jung]
88
89   *) core: ensure any abnormal exit is reported to stderr if it's a tty.
90      PR 55670 [Nick Kew]
91
92   *) mod_proxy: Added support for unix domain sockets as the
93      backend server endpoint [Jim Jagielski, Blaise Tarr
94      <blaise tarr gmail com>]
95
96   *) mod_auth_form: Make sure the optional functions are loaded even when
97      the AuthFormProvider isn't specified. [Graham Leggett]
98
99   *) mod_lua: Let the Inter-VM get/set functions work with a global 
100      shared memory pool instead of a per-process pool. [Daniel Gruno]
101
102   *) ldap: Support ldaps when using the Microsoft LDAP SDK.
103      PR 54626. [Jean-Frederic Clere]
104
105   *) mod_proxy: Add ap_connection_reusable() for checking if a connection
106      is reusable as of this point in processing.  [Jeff Trawick]
107
108   *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
109      to avoid performance problems when subgroups aren't in use. [Eric Covener]
110
111   *) mod_syslog: New module implementing syslog ap_error_log provider.
112      Previously, this code was part of core, now it's in separate module.
113      [Jan Kaluza]
114
115   *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
116      syslog support from core to new mod_syslog. [Jan Kaluza]
117
118   *) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding
119      TE/CL conflicts. [Yann Ylavic <ylavic.dev gmail com>, Jim Jagielski]
120      
121   *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
122      save the socket for reuse by the next worker as if it were an 
123      APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]
124
125   *) mod_lua: Add a logging hook for modifying/skipping logs. [Daniel Gruno]
126
127   *) mod_status, mod_echo: Fix the display of client addresses.
128      They were truncated to 31 characters which is not enough for IPv6 addresses.
129      PR 54848 [Bernhard Schmidt <berni birkenwald de>]
130
131   *) mod_authnz_fcgi: New module to enable FastCGI authorizer
132      applications to authenticate and/or authorize clients.
133      [Jeff Trawick]
134
135   *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
136      [Jeff Trawick]
137
138   *) mod_unique_id: Use output of the PRNG rather than IP address and
139      pid, avoiding sleep() call and possible DNS issues at startup,
140      plus improving randomness for IPv6-only hosts.
141      [Jan Kaluza <jkaluza redhat.com>]
142
143   *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
144      filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
145      filter "none" to be specified in AuthLDAPURL. [Eric Covener]
146
147   *) mod_file_cache: mod_file_cache should be able to serve files that
148      haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
149
150   *) core: merge AllowEncodedSlashes from the base configuration into
151      virtual hosts. [Eric Covener]
152
153   *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
154      [Eric Covener]
155
156   *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
157      [Eric Covener]
158
159   *) mod_deflate: permit compilation of mod_deflate against a zlib that has
160      been configured with -D Z_PREFIX, which redefines the token "deflate".
161      [Eric Covener]
162
163   *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
164      previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
165
166   *) mod_auth_digest: Use the secret when generating nonces in all cases and
167      not only when AuthName is used in .htaccess files (this change may cause
168      problems if used with round robin load balancers). Don't regenerate the
169      secret on graceful restarts. PR 54637  [Stefan Fritsch]
170
171   *) core: Remove apr_brigade_flatten(), buffering and duplicated code
172      from the HTTP_IN filter, parse chunks in a single pass with zero copy.
173      Reduce memory usage by 48 bytes per request. [Graham Leggett]
174
175   *) core: Stop the HTTP_IN filter from attempting to write error buckets
176      to the output filters, which is bogus in the proxy case. Create a
177      clean mapping from APR codes to HTTP status codes, and use it where
178      needed. [Graham Leggett]
179
180   *) mod_proxy: Ensure network errors detected by the proxy are returned as
181      504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
182      compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
183
184   *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
185      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
186      <alejandro.alvarez.ayllon cern.ch>]
187
188   *) core, mod_ssl: Enable the ability for a module to reverse the sense of
189      a poll event from a read to a write or vice versa. This is a step on
190      the way to allow mod_ssl taking full advantage of the event MPM.
191      [Graham Leggett]
192
193   *) mod_ldap: LDAP connections used for authentication were not respecting
194      LDAPConnectionPoolTimeout.  PR 54587
195
196   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
197
198   *) mod_proxy_html: process parsed comments immediately. 
199      Fixes bug where parsed comments may be lost. [Nick Kew]
200
201   *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
202
203   *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
204      HTML/XHTML [Nick Kew]
205
206   *) core: Add option to add valgrind support. Use it to reduce false positive
207      warnings in mod_ssl. [Stefan Fritsch]
208
209   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
210      Cache the result of the most recent password hash verification for every
211      keep-alive connection. This saves some expensive calculations.
212      [Stefan Fritsch]
213
214   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
215      MSIE 3. [Stefan Fritsch]
216
217   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
218      conformance or to only log the found problems. [Stefan Fritsch]
219
220   *) core: Correctly parse an IPv6 literal host specification in an absolute
221      URL in the request line. [Stefan Fritsch]
222
223   *) EventOpt MPM
224
225   *) core: Add LogLevelOverride directive that allows to override the
226      loglevel for clients from certain IPs. This also works for things
227      like the SSL handshake where <If> LogLevel ... </If> is evaluated
228      too late. [Stefan Fritsch]
229
230   *) core: Add new directive Warning to issue warnings from a configuration
231      file. Both Warning and Error now generate a timestamped log message.
232      [Fabien Coelho] 
233
234   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
235      variables. [Stefan Fritsch]
236
237   *) core: New directive RegisterHttpMethod for registering non-standard
238      HTTP methods. [Stefan Fritsch]
239
240   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
241      support. [Stefan Fritsch]
242
243   *) mod_allowhandlers: New module to forbid specific handlers for specific
244      directories. [Stefan Fritsch]
245
246   *) mod_systemd: New module, for integration with systemd on Linux.
247      [Jan Kaluza <jkaluza redhat.com>]
248
249   *) WinNT MPM: Store pid and generation for each thread in scoreboard
250      to allow tracking of threads from exiting children via mod_status
251      or other such mechanisms.  [Jeff Trawick]
252
253   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
254      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
255      - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
256        mutexes (Mutex)
257      - mod_cache: thundering herd lock directory
258      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
259      - mod_ldap: shared memory cache
260      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
261      [Jeff Trawick]
262
263   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
264      setuid/setgid capability bits rather than a setuid root binary.
265      [Joe Orton]
266
267   *) suexec: Add support for logging to syslog as an alternative to logging
268      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
269      [Joe Orton]
270
271   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
272      [Matthew Steele <mdsteele google.com>]
273
274   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
275      be compiled by the build compiler instead of the host compiler.
276      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
277      PR 51257. [Guenter Knauf]
278
279   *) core: In maintainer mode, replace apr_palloc with a version that
280      initializes the allocated memory with non-zero values, except if
281      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
282
283   *) mod_policy: Add a new testing module to help server administrators
284      enforce a configurable level of protocol compliance on their
285      servers and application servers behind theirs. [Graham Leggett]
286
287   *) mod_firehose: Add a new debugging module able to record traffic
288      passing through the server in such a way that connections and/or
289      requests be reconstructed and replayed. [Graham Leggett]
290
291   *) mod_noloris
292
293   *) APREQ
294
295   *) Simple MPM
296
297   *) mod_serf
298
299   [Apache 2.5.0-dev includes those bug fixes and changes with the
300    Apache 2.4.xx tree as documented below, except as noted.]
301
302 Changes with Apache 2.4.x and later:
303
304   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
305
306 Changes with Apache 2.2.x and later:
307
308   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
309
310 Changes with Apache 2.0.x and later:
311
312   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
313