From 5e6db4ff38c2036fe6a301b100789b3f515e3b4a Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Tue, 13 Nov 2001 07:06:41 +0000 Subject: [PATCH] I was originally just going to s/commans/commas/, and then I got carried away and rewrote half the paragraph. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91898 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 5da854c97f..5a65c4e962 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,12 @@ Changes with Apache 2.0.29-dev *) Remove commas from the end of the macros that define - directives that are used by MPMs. Previous to this patch, - you would use these macros without commans, which was unlike - any other directives. Now, after the macro, you must have - a comma. This makes the macros look more like the rest of the - directives. [Ryan Bloom and Cliff Woolley] + directives that are used by MPMs. Prior to this patch, + you would use these macros without commas, which was unlike + the macros for any other directives. Now, the caller provides + the comma rather than the macro providing it. This makes + the macros look more like the rest of the directives. + [Ryan Bloom and Cliff Woolley] *) Add 'redirect-carefully' environment option to disable sending redirects under special circumstances. This is helpful for -- 2.40.0