summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2004-12-11 06:13:24 +0000
committerRoy T. Fielding <fielding@apache.org>2004-12-11 06:13:24 +0000
commit29a82396487ea91af312f41054e8ecb074884d7c (patch)
treecd790fecc99ade1b8bd51512f09567e2ca119b4b
parent20f9f6eb6eacd249480e0ac0257775df855ba76e (diff)
downloadhttpd-29a82396487ea91af312f41054e8ecb074884d7c.tar.gz
mark for backporting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@111582 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS10
1 files changed, 10 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index b5413d4a2b..d31af5bd80 100644
--- a/STATUS
+++ b/STATUS
@@ -75,6 +75,16 @@ PATCHES TO BACKPORT FROM 2.1
[ please place file names and revisions from HEAD here, so it is easy to
identify exactly what the proposed changes are! ]
+ *) Add charset to the painfully old example CGI scripts.
+ [These should really be replaced with proper encoding of the output.]
+ svn rev 111580
+ +1: fielding
+
+ *) conf: Remove AddDefaultCharset from the default configuration because
+ setting a site-wide default does more harm than good. PR 23421.
+ svn rev 111581
+ +1: fielding
+
*) mpm/winnt/child.c: thread_num is long, aught to use %ld not %d for logs
svn rev 106653
+1: wrowe, nd, trawick