diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index ce8148d49..694823e3d 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -1,9 +1,14 @@ +*) 2003-12-20 (2.0.0-rc3 - 2.0.0-rc4) + + - enable apache's mod_deflate + *) 2003-12-28 (2.0.0-rc3 - 2.0.0-rc4) - fixed dietlibc to use the correct arch_machine (fixes x86_64 build and maybe sparc64) as well as line-break fixes - fixed glibc* stage-0 on hppa + - fixed kofice *) 2003-12-27 (2.0.0-rc3 - 2.0.0-rc4) diff --git a/package/rene/apache/apache.conf b/package/rene/apache/apache.conf index 689cc09e6..23efcb705 100644 --- a/package/rene/apache/apache.conf +++ b/package/rene/apache/apache.conf @@ -35,7 +35,7 @@ if [ $pkg = "apache" ] ; then # or maybe www would be nicer than lib ?!? ... var_append extraconfopt " " "--enable-dav --enable-cache \ --enable-disk-cache --enable-ssl --enable-proxy \ ---enable-speling --enable-rewrite --enable-so" +--enable-speling --enable-rewrite --enable-so --enable-deflate" hook_add postmake 3 "install_init httpd $confdir/httpd.init" fi