From: Stas Bekman Date: Wed, 13 Aug 2003 20:47:41 +0000 (+0000) Subject: LoadModule mod_english (thanks cliff) X-Git-Tag: 2.0.48~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1927f7a13b4665bdb83c169270098f07307b6e69;p=thirdparty%2Fapache%2Fhttpd.git LoadModule mod_english (thanks cliff) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100979 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index bd890d93427..6d4352ddabf 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/08/13 16:55:21 $] +Last modified at [$Date: 2003/08/13 20:47:41 $] Release: @@ -66,9 +66,9 @@ PATCHES TO PORT FROM 2.1 identify exactly what the proposed changes are! ] * Fix bug in mod_deflate, which was passing calling deflate() - without checkinig first whether it has something to - deflate. (currently this causes deflate to generate a fatal - error according to the zlib spec). PR 22259. [Stas Bekman] + without checking first whether it has something to + deflate. (Currently this causes deflate to generate a fatal + error according to the zlib spec.) PR 22259. [Stas Bekman] http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/filters/mod_deflate.c.diff?r1=1.35&r2=1.36 +1: stas