summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2012-01-04 17:03:56 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2012-01-04 17:03:56 +0000
commit6cf3e09570ac150ed78cec6fe849fa5c6111bace (patch)
tree28d0e9b034ee148dacbe5efb391f199dbf2e45df
parentd01faab3f464ff0806f4ad9f4166ca7a498a4866 (diff)
downloadcouchdb-6cf3e09570ac150ed78cec6fe849fa5c6111bace.tar.gz
Update CHANGES & NEWS to reflect COUCHDB-1238
-rw-r--r--CHANGES5
-rw-r--r--NEWS1
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9d2e82e6e..4be1ef5e7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,11 @@ This version has not been released yet.
Authentication:
* Fix use of OAuth with VHosts and URL rewriting.
+ * OAuth secrets can now be stored in the users system database
+ as an alternative to key value pairs in the .ini configuration.
+ By default this is disabled (secrets are stored in the .ini)
+ but can be enabled via the .ini configuration key `use_users_db`
+ in the `couch_httpd_oauth` section.
Build System:
diff --git a/NEWS b/NEWS
index 7b21f44af..ef9af357e 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,7 @@ This version has not been released yet.
* Fixes to the `_changes` feed heartbeat option when combined with
a filter. It affected continuous pull replications with a filter.
* Fix use of OAuth with VHosts and URL rewriting.
+ * OAuth secrets can now be stored in the users system database.
Version 1.1.2
-------------