summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2010-02-19 19:33:40 +0000
committerJan Lehnardt <jan@apache.org>2010-02-19 19:33:40 +0000
commit309e618bbdcc68062dfa9aa61bff550d2dbe7f35 (patch)
tree88c79fc4e7785c38fdbdc3654271d2de23f0aed1
parent75fc0f7077025d6d3b5567cda2df4a504fb3491a (diff)
add vhosts to NEWS and CHANGES
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@911950 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
-rw-r--r--NEWS8
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 48598c0f..c50e9509 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,7 +18,8 @@ Security
HTTP Interface
* Provide Content-MD5 header support for attachments.
- * Added URL Rewriter handler
+ * Added URL Rewriter handler.
+ * Added virtual host handling.
Build and System Integration
diff --git a/NEWS b/NEWS
index cc8f37a8..3e10ac02 100644
--- a/NEWS
+++ b/NEWS
@@ -38,9 +38,11 @@ This version has not been released yet.
* Added default cookie-authentication and users db.
* Added per-db reader access control lists.
* Added per-db security object for configuration data in validation functions.
- * Added URL Rewriter handler
- * Added proxy authentication handler
- * Added ability to replicate documents by id
+ * Added URL Rewriter handler.
+ * Added proxy authentication handler.
+ * Added ability to replicate documents by id.
+ * Added virtual host handling.
+
Version 0.10.1
--------------