diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2011-12-10 19:53:41 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2011-12-10 19:57:02 +0000 |
commit | 064bdd92cc28ec5ba7531ec761e8af0c2bd6307c (patch) | |
tree | b07566a4fbcefa100b3c84cf9d654bd76d15dd2b | |
parent | 094cfe795286b74303ec517c2262e4845428def9 (diff) | |
download | couchdb-064bdd92cc28ec5ba7531ec761e8af0c2bd6307c.tar.gz |
Update CHANGES & NEWS
Updated these files to reflect COUCHDB-1320 and
COUCHDB-1321.
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 @@ -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 ------------- |