From: Jeff Trawick Date: Thu, 24 Apr 2008 18:28:06 +0000 (+0000) Subject: why doesn't everybody just use cronolog? X-Git-Tag: 2.2.9~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a24242c95a899238ca215bb3a8e71199e01fa28;p=thirdparty%2Fapache%2Fhttpd.git why doesn't everybody just use cronolog? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@651338 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8a24195336e..d1e43aef776 100644 --- a/STATUS +++ b/STATUS @@ -241,6 +241,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patch applies +1: trawick + * rotatelogs: sync with trunk to pick up + . enhanced error logging: + http://svn.apache.org/viewvc?view=rev&revision=646845 + . -f option to create logfile ASAP: + http://svn.apache.org/viewvc?view=rev&revision=632355 + . PR 40183. Don't leak memory when reopening the logfile: + http://svn.apache.org/viewvc?view=rev&revision=615901 + . avoid extra apr_time_now() calls and code bloat: + http://svn.apache.org/viewvc?view=rev&revision=600154 + Backport version for 2.2.x: + http://people.apache.org/~trawick/rotatelogs_sync.txt + +1: trawick + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when