]> granicus.if.org Git - apache/commitdiff
comment
authorStefan Fritsch <sf@apache.org>
Mon, 10 Sep 2012 18:52:13 +0000 (18:52 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 10 Sep 2012 18:52:13 +0000 (18:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1383040 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 52fa9fbc93f789a6b24ca88823f37fa92e885ea3..c1819ba5c165b0db2b07fc9b8f390b6ad714d68e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -148,6 +148,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      rjung: docs missing?
      humbedooh: It's in the 2.4 docs already, but commented out, as with a lot 
                 of other functions that were never actually made. It's a mess ;)
+     -1: sf
+     sf: * If you copy'n'paste code, you need to assign new APLOGNOs.
+           See r1383013 and docs/log-message-tags/README.
+         * The code did not compile without warning, see r1383022.
+         * If you have a request_rec, use ap_log_rerror to get the most
+           specific log config. ap_log_perror always uses the global server
+           log config.
+         * Now that you have the request pool, don't you want to use it for
+           the apr_stat() call instead of lifecycle_pool?
+         * Try to not introduce new coding style issues. See r1383024,
+           r1383028, r1383037.
 
    * mod_cache: Wrong content type and character set when
      mod_cache serves stale content because of a proxy error.