]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
why doesn't everybody just use cronolog?
authorJeff Trawick <trawick@apache.org>
Thu, 24 Apr 2008 18:28:06 +0000 (18:28 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 24 Apr 2008 18:28:06 +0000 (18:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@651338 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8a24195336e23f5f8f234ca82e35d170f5cea678..d1e43aef776bb5f6dbada19ae3294e42ccdcd75d 100644 (file)
--- 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