aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2015-01-06 15:16:09 +0100
committerReyk Floeter <reyk@esdenera.com>2015-01-06 15:16:09 +0100
commitbd0a2fa759e445ebb8b3317f712b95feb1b95341 (patch)
tree9e3d78425767033c9adbca90d53e7a98aad56bc3
parente3e458d398f99bf2b441565fc0e6c37e24e5c8d1 (diff)
downloadhttpd-bd0a2fa759e445ebb8b3317f712b95feb1b95341.tar.gz
httpd-bd0a2fa759e445ebb8b3317f712b95feb1b95341.zip
Update TODO.md. Should I use github's Issues instead?
-rw-r--r--TODO.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 6987b14..7bc6607 100644
--- a/TODO.md
+++ b/TODO.md
@@ -31,7 +31,7 @@ is to set a non-accessible root:
}
#20150102-04 server aliases **CLOSED**
----------------------------------------
+--------------------------------------
Update: server aliases and multiple listen statements are supported:
@@ -84,7 +84,9 @@ our excellent man pages and examples. Examples for each CMS would go
beyond the scope of them, and probably don't fit into the OpenBSD FAQ.
So I'm thinking about putting something on http://bsd.plumbing/.
-#20150102-07 root strip **OPEN**
---------------------------------
+#20150102-07 root strip **CLOSED**
+----------------------------------
+
+Update: committed.
Finish httpd URI stripping by Christopher Zimmermann.