]> granicus.if.org Git - apache/blob - CHANGES
mod_cache: Make sure that contradictory entity headers present in a 304
[apache] / CHANGES
1                                                          -*- coding: utf-8 -*-
2 Changes with Apache 2.5.0
3
4   *) mod_cache: Make sure that contradictory entity headers present in a 304
5      Not Modified response are caught and cause the entity to be removed.
6      [Graham Leggett]
7
8   *) mod_cache: Make sure Vary processing handles multivalued Vary headers and
9      multivalued headers referred to via Vary. [Graham Leggett]
10
11   *) mod_cache: When serving from cache, only the last header of a multivalued
12      header was taken into account. Fixed. [Graham Leggett]
13
14   *) mod_cache: Ignore response headers specified by no-cache=header and
15      private=header as specified by RFC2616 14.9.1 What is Cacheable. Ensure
16      that these headers are still processed when multiple Cache-Control
17      headers are present in the response. PR 54706 [Graham Leggett,
18      Yann Ylavic <ylavic.dev gmail.com>]
19
20   *) mod_cache: Invalidate cached entities in response to RFC2616 Section
21      13.10 Invalidation After Updates or Deletions. PR 15868 [Graham
22      Leggett]
23
24   *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
25      [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
26      <alejandro.alvarez.ayllon cern.ch>]
27
28   *) mod_dav: Do not segfault on PROPFIND with a zero length DBM.
29      PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]
30
31   *) mod_dav: Do not fail PROPPATCH when prop namespace is not known.
32      PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]
33
34   *) mod_dav: When a PROPPATCH attempts to remove a non-existent dead
35      property on a resource for which there is no dead property in the same
36      namespace httpd segfaults. PR 52559 [Diego Santa Cruz
37      <diego.santaCruz spinetix.com>]
38
39   *) mod_dav: PROPPATCH delete (svn propdel) silently discards errors.
40      PR 53525 [Arwin Arni <arwin collab.net>]
41
42   *) mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
43      [Timothy Wood <tjw omnigroup.com>]
44
45   *) mod_dav: Sending a If or If-Match header with an invalid ETag doesn't
46      result in a 412 Precondition Failed. PR 54610 [Timothy Wood
47      <tjw omnigroup.com>]
48
49   *) mod_dav: Make sure that when we prepare an If URL for Etag comparison,
50      we compare unencoded paths. PR 53910 [Timothy Wood <tjw omnigroup.com>]
51
52   *) core, mod_ssl: Lift the restriction that prevents mod_ssl taking
53      full advantage of the event MPM. Enable the ability for a module
54      to reverse the sense of a poll event from a read to a write or vice
55      versa. [Graham Leggett]
56
57   *) htpasswd: Add -v option to verify a password. [Stefan Fritsch]
58
59   *) htpasswd, htdbm: Fix password generation. PR 54735. [Stefan Fritsch]
60
61   *) mod_dav: Improve error handling in dav_method_put(), add new
62      dav_join_error() function.  PR 54145.  [Ben Reser <ben reser.org>]
63
64   *) mod_auth_digest: Fix crashes if shm initialization failed. [Stefan
65      Fritsch]
66  
67   *) mod_ldap: LDAP connections used for authentication were not respecting
68      LDAPConnectionPoolTimeout.  PR 54587
69
70   *) core: ap_rgetline_core now pulls from r->proto_input_filters.
71
72   *) mod_proxy_html: process parsed comments immediately. 
73      Fixes bug where parsed comments may be lost. [Nick Kew]
74
75   *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
76
77   *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
78      HTML/XHTML [Nick Kew]
79
80   *) core: Add option to add valgrind support. Use it to reduce false positive
81      warnings in mod_ssl. [Stefan Fritsch]
82
83   *) mod_lua: Add bindings for apr_dbd/mod_dbd database access
84      [Daniel Gruno]
85
86   *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
87      Cache the result of the most recent password hash verification for every
88      keep-alive connection. This saves some expensive calculations.
89      [Stefan Fritsch]
90
91   *) http: Remove support for Request-Range header sent by Navigator 2-3 and
92      MSIE 3. [Stefan Fritsch]
93
94   *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
95      conformance or to only log the found problems. [Stefan Fritsch]
96
97   *) core: Correctly parse an IPv6 literal host specification in an absolute
98      URL in the request line. [Stefan Fritsch]
99
100   *) mod_ssl: add support for subjectAltName-based host name checking
101      in proxy mode. PR 54030. [Kaspar Brand]
102
103   *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
104      [Jackie Zhang <jackie qq zhang gmail com>]
105
106   *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
107
108   *) EventOpt MPM
109
110   *) core: Add LogLevelOverride directive that allows to override the
111      loglevel for clients from certain IPs. This also works for things
112      like the SSL handshake where <If> LogLevel ... </If> is evaluated
113      too late. [Stefan Fritsch]
114
115   *) core: Add new directive Warning to issue warnings from a configuration
116      file. Both Warning and Error now generate a timestamped log message.
117      [Fabien Coelho] 
118
119   *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
120      variables. [Stefan Fritsch]
121
122   *) core: New directive RegisterHttpMethod for registering non-standard
123      HTTP methods. [Stefan Fritsch]
124
125   *) core: New directive HttpProtocol which allows to disable HTTP/0.9
126      support. [Stefan Fritsch]
127
128   *) mod_allowhandlers: New module to forbid specific handlers for specific
129      directories. [Stefan Fritsch]
130
131   *) configure: Fix processing of --disable-FEATURE for various features.
132      [Jeff Trawick]
133
134   *) mod_systemd: New module, for integration with systemd on Linux.
135      [Jan Kaluza <jkaluza redhat.com>]
136
137   *) mod_cache_socache: New cache implementation backed by mod_socache
138      that replaces mod_mem_cache removed from httpd v2.2. [Graham
139      Leggett]
140
141   *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
142      to be used without patches to httpd core.  [Jeff Trawick]
143
144   *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
145      filters in Lua [Daniel Gruno]
146
147   *) WinNT MPM: Store pid and generation for each thread in scoreboard
148      to allow tracking of threads from exiting children via mod_status
149      or other such mechanisms.  [Jeff Trawick]
150
151   *) mod_ssl: Catch missing or mismatched client cert/key pairs with
152      SSLProxyMachineCertificateFile/Path directives.  PR 52212.  
153      [Keith Burdis <keith burdis.org>, Joe Orton]
154
155   *) mod_lua: Allow scripts handled by the lua-script handler to return 
156      a status code to the client (such as a 302 or a 500) [Daniel Gruno]
157
158   *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
159      rather than throwing an internal server error. [Daniel Gruno]
160
161   *) mod_lua: Add functions r:flush and r:sendfile as well as additional
162      request information to the request_rec structure. [Daniel Gruno]
163
164   *) mod_lua: Add a server scope for Lua states, which creates a pool of
165      states with managable minimum and maximum size. [Daniel Gruno]
166
167   *) core: Add post_perdir_config hook.
168      [Steinar Gunderson <sgunderson bigfoot.com>]
169
170   *) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping 
171      URIs to Lua scripts and functions using regular expressions.
172      [Daniel Gruno]
173
174   *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
175      caching of lua scripts. [Daniel Gruno]
176
177   *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
178      - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
179      - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
180        mutexes (Mutex)
181      - mod_cache: thundering herd lock directory
182      - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
183      - mod_ldap: shared memory cache
184      - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
185      [Jeff Trawick]
186
187   *) suexec: Add --enable-suexec-capabilites support on Linux, to use
188      setuid/setgid capability bits rather than a setuid root binary.
189      [Joe Orton]
190
191   *) suexec: Add support for logging to syslog as an alternative to logging
192      to a file; configure --without-suexec-logfile --with-suexec-syslog.  
193      [Joe Orton]
194
195   *) mod_ssl: Add support for TLS Next Protocol Negotiation.  PR 52210.
196      [Matthew Steele <mdsteele google.com>]
197
198   *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
199      be compiled by the build compiler instead of the host compiler.
200      Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
201      PR 51257. [Guenter Knauf]
202
203   *) core: In maintainer mode, replace apr_palloc with a version that
204      initializes the allocated memory with non-zero values, except if
205      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
206
207   *) mod_policy: Add a new testing module to help server administrators
208      enforce a configurable level of protocol compliance on their
209      servers and application servers behind theirs. [Graham Leggett]
210
211   *) mod_firehose: Add a new debugging module able to record traffic
212      passing through the server in such a way that connections and/or
213      requests be reconstructed and replayed. [Graham Leggett]
214
215   *) mod_noloris
216
217   *) APREQ
218
219   *) Simple MPM
220
221   *) mod_serf
222
223   [Apache 2.5.0-dev includes those bug fixes and changes with the
224    Apache 2.4.xx tree as documented below, except as noted.]
225
226 Changes with Apache 2.4.x and later:
227
228   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
229
230 Changes with Apache 2.2.x and later:
231
232   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
233
234 Changes with Apache 2.0.x and later:
235
236   *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
237