You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2010/02/19 20:34:53 UTC

svn commit: r911951 - in /couchdb/branches/0.11.x: CHANGES NEWS

Author: jan
Date: Fri Feb 19 19:34:53 2010
New Revision: 911951

URL: http://svn.apache.org/viewvc?rev=911951&view=rev
Log:
add vhosts to NEWS and CHANGES

Modified:
    couchdb/branches/0.11.x/CHANGES
    couchdb/branches/0.11.x/NEWS

Modified: couchdb/branches/0.11.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/CHANGES?rev=911951&r1=911950&r2=911951&view=diff
==============================================================================
--- couchdb/branches/0.11.x/CHANGES (original)
+++ couchdb/branches/0.11.x/CHANGES Fri Feb 19 19:34:53 2010
@@ -18,7 +18,8 @@
 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
 

Modified: couchdb/branches/0.11.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/NEWS?rev=911951&r1=911950&r2=911951&view=diff
==============================================================================
--- couchdb/branches/0.11.x/NEWS (original)
+++ couchdb/branches/0.11.x/NEWS Fri Feb 19 19:34:53 2010
@@ -38,9 +38,11 @@
  * 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
 --------------