Update CHANGES & NEWS to reflect COUCHDB-1238
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6cf3e095
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6cf3e095
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6cf3e095
Branch: refs/heads/COUCHDB-1342
Commit: 6cf3e09570ac150ed78cec6fe849fa5c6111bace
Parents: d01faab
Author: Filipe David Borba Manana <fdmanana@apache.org>
Authored: Wed Jan 4 17:03:56 2012 +0000
Committer: Filipe David Borba Manana <fdmanana@apache.org>
Committed: Wed Jan 4 17:03:56 2012 +0000
----------------------------------------------------------------------
CHANGES | 5 +++++
NEWS | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/6cf3e095/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 9d2e82e..4be1ef5 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:
http://git-wip-us.apache.org/repos/asf/couchdb/blob/6cf3e095/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 7b21f44..ef9af35 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
-------------
|