]> granicus.if.org Git - apache/blobdiff - CHANGES
Capitalization consistent with the rest of this page.
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index fe9cc6ca299161604218420a1c74bbf7812e998d..6935ef16cb5d9a3850cdb8aa0b51fdf014507512 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,34 @@
 
 Changes with Apache 2.3.11
 
+  *) core: new hook: ap_run_pre_read_request. [Jim Jagielski]
+
+  *) mod_cache: When a request other than GET or HEAD arrives, we must
+     invalidate existing cache entities as per RFC2616 13.10. PR 15868.
+     [Graham Leggett]
+
+  *) modules: Fix many modules that were not correctly initializing if they
+     were not active during server startup but got enabled later during a
+     graceful restart. [Stefan Fritsch]
+
+  *) core: Create new ap_state_query function that allows modules to determine
+     if the current configuration run is the initial one at server startup,
+     and if the server is started for testing/config dumping only.
+     [Stefan Fritsch]
+
+  *) mod_cache: When a bad Expires date is present, we need to behave as if
+     the Expires is in the past, not as if the Expires is missing. PR 16521.
+     [Co-Advisor <coad@measurement-factory.com>]
+
+  *) mod_cache: We must ignore quoted-string values that appear in a
+     Cache-Control header. PR 50199. [Graham Leggett]
+
+  *) mod_dav: Revert change to send 501 error if unknown Content-* header is
+    received for a PUT request. PR 42978. [Stefan Fritsch]
+
+  *) mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must
+     take precedence if present. PR 35247. [Graham Leggett]
+
   *) mod_ssl: Fix a possible startup failure if multiple SSL vhosts
      are configured with the same ServerName and private key file.
      [Masahiro Matsuya <mmatsuya redhat.com>, Joe Orton]