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 2011/12/10 21:02:52 UTC

[1/2] git commit: Update CHANGES & NEWS

Updated Branches:
  refs/heads/master 8b9495158 -> 064bdd92c


Update CHANGES & NEWS

Updated these files to reflect COUCHDB-1320 and
COUCHDB-1321.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/064bdd92
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/064bdd92
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/064bdd92

Branch: refs/heads/master
Commit: 064bdd92cc28ec5ba7531ec761e8af0c2bd6307c
Parents: 094cfe7
Author: Filipe David Borba Manana <fd...@apache.org>
Authored: Sat Dec 10 19:53:41 2011 +0000
Committer: Filipe David Borba Manana <fd...@apache.org>
Committed: Sat Dec 10 19:57:02 2011 +0000

----------------------------------------------------------------------
 CHANGES |    4 ++++
 NEWS    |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/064bdd92/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 586cf72..9d2e82e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,10 @@ Version 1.2.0
 
 This version has not been released yet.
 
+Authentication:
+
+ * Fix use of OAuth with VHosts and URL rewriting.
+
 Build System:
 
  * cURL is no longer required to build CouchDB as it is only

http://git-wip-us.apache.org/repos/asf/couchdb/blob/064bdd92/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index ca54e04..84ef3f2 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,7 @@ This version has not been released yet.
    `_doc_ids` and `_design`.
  * 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.
 
 Version 1.1.2
 -------------