summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2016-12-16 15:43:44 +0000
committerJim Jagielski <jim@apache.org>2016-12-16 15:43:44 +0000
commita70bca224d4c00170cbcfcd44e8bd85ffe1d00bb (patch)
tree1c20c1957f4c6d5a56eff323731452b64e374e77 /STATUS
parent4a71a17eea6dc6afa8190b2ace3fe9b9f17ad6e6 (diff)
downloadhttpd-a70bca224d4c00170cbcfcd44e8bd85ffe1d00bb.tar.gz
Merge r1774602 from trunk:
Use correct format pattern, "%lu" is wrong for apr_uint64_t on some platforms. Followup to r1649491. Submitted by: rjung Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1774625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS7
1 files changed, 0 insertions, 7 deletions
diff --git a/STATUS b/STATUS
index d044b90ef3..3c360f7d29 100644
--- a/STATUS
+++ b/STATUS
@@ -118,13 +118,6 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- *) mod_socache_memcache: Use correct format pattern, "%lu" is wrong for
- apr_uint64_t on some platforms.
- Followup to r1649491 (trunk) resp. r1774016 (2.4.x).
- trunk patch: http://svn.apache.org/r1774602
- 2.4.x patch: trunk works
- +1: rjung, jim, ylavic
-
*) APR_HAVE_foo is checked via #if, not #ifdef (since it should always be
defined, to either 0 or 1).
This fixes a compile error on Windows introduced by r1702948.