summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES10
-rw-r--r--changes-entries/ap_unescape_url_ex.txt3
-rw-r--r--changes-entries/normalize_unreserved.txt2
-rw-r--r--changes-entries/tunnel_forward_hook.txt2
4 files changed, 10 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 4efece7f3c..b2a3660b25 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,16 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) core: Add ap_unescape_url_ex() for better decoding control, and deprecate
+ unused AP_NORMALIZE_DROP_PARAMETERS flag.
+ [Yann Ylavic, Ruediger Pluem, Stefan Eissing, Joe Orton]
+
+ *) core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second dot in
+ the uri-path when it's preceded by a dot. [Yann Ylavic]
+
+ *) mod_proxy: New tunnel_forward hooking mechanism allowing modules to handle
+ Upgrade(d) protocols data. [Yann Ylavic]
+
*) mod_dav: Correctly handle errors returned by dav providers on REPORT
requests. [Ruediger Pluem]
diff --git a/changes-entries/ap_unescape_url_ex.txt b/changes-entries/ap_unescape_url_ex.txt
deleted file mode 100644
index cda5eebea1..0000000000
--- a/changes-entries/ap_unescape_url_ex.txt
+++ /dev/null
@@ -1,3 +0,0 @@
- *) core: Add ap_unescape_url_ex() for better decoding control, and deprecate
- unused AP_NORMALIZE_DROP_PARAMETERS flag.
- [Yann Ylavic, Ruediger Pluem, Stefan Eissing, Joe Orton] \ No newline at end of file
diff --git a/changes-entries/normalize_unreserved.txt b/changes-entries/normalize_unreserved.txt
deleted file mode 100644
index 4782967a65..0000000000
--- a/changes-entries/normalize_unreserved.txt
+++ /dev/null
@@ -1,2 +0,0 @@
- *) core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second dot in
- the uri-path when it's preceded by a dot. [Yann Ylavic] \ No newline at end of file
diff --git a/changes-entries/tunnel_forward_hook.txt b/changes-entries/tunnel_forward_hook.txt
deleted file mode 100644
index 30e39847d2..0000000000
--- a/changes-entries/tunnel_forward_hook.txt
+++ /dev/null
@@ -1,2 +0,0 @@
- *) mod_proxy: New tunnel_forward hooking mechanism allowing modules to handle
- Upgrade(d) protocols data. [Yann Ylavic] \ No newline at end of file