summaryrefslogtreecommitdiffstats
path: root/docs/STATUS
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-09-19 19:19:26 +0200
committerRich Bowen <rbowen@apache.org>2011-09-19 19:19:26 +0200
commit0a332fd186ee71b49db1c8fb0c9c73a6d98009ac (patch)
treec19bff0b1faf9afdc706f025de6787e6fbf8d2bb /docs/STATUS
parentAdd wrappers for malloc, calloc, realloc that check for out of memory (diff)
downloadapache2-0a332fd186ee71b49db1c8fb0c9c73a6d98009ac.tar.xz
apache2-0a332fd186ee71b49db1c8fb0c9c73a6d98009ac.zip
Remove from documentation STATUS things that have already been done.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172715 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/STATUS9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/STATUS b/docs/STATUS
index e0b29d31e4..95ef42aa16 100644
--- a/docs/STATUS
+++ b/docs/STATUS
@@ -62,9 +62,6 @@ To Do List
- mod_watchdog
- mod_heartbeat
- mod_heartmonitor
- - mod_lbmethod_bybusyness
- - mod_lbmethod_byrequests
- - mod_lbmethod_bytraffic
- mod_lbmethod_heartbeat
- mod_socache_dbm
- mod_socache_memcache
@@ -156,12 +153,6 @@ To Do List
translations, have directives in random order, rather than
alphabetically.
-- Run review_translations.pl on each of the files in the mod directory,
- and determine which directives are missing from the translation docs.
- Add them. This makes them show up in the directives listing for that
- language, and also encourages translators to provide translations for
- those directives.
-
- Add examples using expr to mod_rewrite recipes. Possibly benchmark the
different approaches and make intelligent remarks about the
comparative value of each.