You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2008/04/24 20:28:19 UTC

svn commit: r651338 - /httpd/httpd/branches/2.2.x/STATUS

Author: trawick
Date: Thu Apr 24 11:28:06 2008
New Revision: 651338

URL: http://svn.apache.org/viewvc?rev=651338&view=rev
Log:
why doesn't everybody just use cronolog?

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=651338&r1=651337&r2=651338&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Apr 24 11:28:06 2008
@@ -241,6 +241,19 @@
      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