From: dgaudet Date: Sun, 29 Jun 1997 18:21:46 +0000 (+0000) Subject: We'll get the right some day. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a29b8b6ecbbe8a8b9cdad04bf9dd51e580bca96;p=thirdparty%2Fapache%2Fhttpd.git We'll get the right some day. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78452 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/APACHE_1_2_X/src/CHANGES b/APACHE_1_2_X/src/CHANGES index 0e68fe29f71..98b474a23ad 100644 --- a/APACHE_1_2_X/src/CHANGES +++ b/APACHE_1_2_X/src/CHANGES @@ -27,7 +27,8 @@ Changes with Apache 1.2.1 *) CONFIG: The LockFile directive can be used to place the serializing lockfile in any location. It previously defaulted to /usr/tmp/htlock. - [Somehow it took three of us: Jim Jagielski, Dean Gaudet, Marc Slemko] + [Somehow it took four of us: Randy Terbush, Jim Jagielski, Dean Gaudet, + Marc Slemko] *) QUERY_STRING was unescaped in mod_include, it shouldn't be. [Dean Gaudet] PR#644