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:33:40 UTC

svn commit: r911950 - in /couchdb/trunk: CHANGES NEWS

Author: jan
Date: Fri Feb 19 19:33:40 2010
New Revision: 911950

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

Modified:
    couchdb/trunk/CHANGES
    couchdb/trunk/NEWS

Modified: couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=911950&r1=911949&r2=911950&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Fri Feb 19 19:33:40 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/trunk/NEWS
URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=911950&r1=911949&r2=911950&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Fri Feb 19 19:33:40 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
 --------------