Updated Branches: refs/heads/1.2.x 4a22dc74d -> 377909564
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/37790956 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/37790956 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/37790956 Branch: refs/heads/1.2.x Commit: 37790956407614725c6b226fa12d7c906b1f851a Parents: e768eb2 Author: Filipe David Borba Manana <[email protected]> Authored: Wed Jan 4 17:04:42 2012 +0000 Committer: Filipe David Borba Manana <[email protected]> Committed: Wed Jan 4 17:04:42 2012 +0000 ---------------------------------------------------------------------- CHANGES | 5 +++++ NEWS | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/37790956/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index e637d3d..9e6c7f9 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,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/37790956/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index feea5e5..51aa1c7 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,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 -------------
