summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2006-04-10 15:31:14 +0200
committerJeff Trawick <trawick@apache.org>2006-04-10 15:31:14 +0200
commitfb17956642143a5991f3cfb90d0b80e18ddc03a7 (patch)
tree131df5273c4733f821413b98b84a82fb314c09c8 /CHANGES
parent* Check for an existing socket independant of an existing connection record. (diff)
downloadapache2-fb17956642143a5991f3cfb90d0b80e18ddc03a7.tar.xz
apache2-fb17956642143a5991f3cfb90d0b80e18ddc03a7.zip
htdbm: Warn the user when adding a plaintext password on a platform
where it wouldn't work with the server (i.e., anywhere that has crypt()). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@392944 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5b22308f15..c360bbc4a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
+ *) htdbm: Warn the user when adding a plaintext password on a platform
+ where it wouldn't work with the server (i.e., anywhere that has
+ crypt()). [Jeff Trawick]
+
*) mod_proxy: Forward proxy requests created by mod_rewrite to the correct
backend server. PR 39253. [Ruediger Pluem]