Updated Branches: refs/heads/1.2.x 0f31133aa -> 0f13ff553
Update NEWS and CHANGES. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0f13ff55 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0f13ff55 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/0f13ff55 Branch: refs/heads/1.2.x Commit: 0f13ff55330cb3c88c2b3ef447fcf8ae334f7708 Parents: 0f31133 Author: Jan Lehnardt <[email protected]> Authored: Fri Jan 6 14:40:07 2012 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Fri Jan 6 14:55:23 2012 +0100 ---------------------------------------------------------------------- CHANGES | 8 ++++++++ NEWS | 5 +++++ 2 files changed, 13 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/0f13ff55/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 9e6c7f9..554419b 100644 --- a/CHANGES +++ b/CHANGES @@ -14,6 +14,12 @@ Authentication: 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. + * Documents in the _users database are no longer publically + readable. + * Confidential information in the _replication database is no + longer publically readable. + * Password hashes are now calculated by CouchDB. Clients are no + longer required to do this manually. Build System: @@ -65,6 +71,8 @@ Storage System: View Server: + * Add CoffeeScript (http://coffeescript.org/) as a first class view server + language. * Fixed old index file descriptor leaks after a view cleanup. OAuth: http://git-wip-us.apache.org/repos/asf/couchdb/blob/0f13ff55/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 51aa1c7..244ce9b 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,11 @@ This version has not been released yet. 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. + * Documents in the _users database can no longer be read by everyone. + * Confidential information in the _replication database can no longer + be read by everyone. + * Password hashes are now calculated by CouchDB instead of the + client. Version 1.1.2 -------------
