You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fd...@apache.org on 2012/01/05 19:52:54 UTC

[1/2] git commit: Update CHANGES & NEWS to reflect COUCHDB-1238

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 <fd...@apache.org>
Authored: Wed Jan 4 17:04:42 2012 +0000
Committer: Filipe David Borba Manana <fd...@apache.org>
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
 -------------