summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Chesneau <benoitc@apache.org>2010-02-18 20:59:14 +0000
committerBenoit Chesneau <benoitc@apache.org>2010-02-18 20:59:14 +0000
commitd1489df85dae92b8ce46ef38c38433d422c6e04c (patch)
treeb51ed77438584c8e393d08461e485c98d080c85a
parent8089f2843af546922116b008432db88f6f9134f2 (diff)
add URL Rewriter and Proxy Authentification to changes and remove myself
from thanks. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@911578 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES2
-rw-r--r--NEWS2
-rw-r--r--THANKS1
3 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1bd212c9..1d09d957 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,10 +13,12 @@ Security
* Added per-database reader access control lists.
* Added per-database security object for configuration data in validation
functions.
+ * Added proxy authentication handler
HTTP Interface
* Provide Content-MD5 header support for attachments.
+ * Added URL Rewriter handler
Build and System Integration
diff --git a/NEWS b/NEWS
index babfc490..e1d5dfc1 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,8 @@ 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
Version 0.10.1
--------------
diff --git a/THANKS b/THANKS
index 6b2fc906..ecf9724d 100644
--- a/THANKS
+++ b/THANKS
@@ -10,7 +10,6 @@ suggesting improvements or submitting changes. Some of these people are:
* Sam Ruby <rubys@intertwingly.net>
* Carlos Valiente <superdupont@gmail.com>
* Till Klampaeckel <till@klampaeckel.de>
- * Benoit Chesneau <bchesneau@gmail.com>
* Jim Lindley <web@jimlindley.com>
* Yoan Blanc <yoan.blanc@gmail.com>
* Michael Gottesman <gottesmm@reed.edu>