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

git commit: NEWS & CHANGES: Bring 1.2.0 entries up to date with branch 1.2.x

Updated Branches:
  refs/heads/master bb3862ee7 -> d86edfcc0


NEWS & CHANGES: Bring 1.2.0 entries up to date with branch 1.2.x


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

Branch: refs/heads/master
Commit: d86edfcc0cbd70697cec6a893f9d2d8fefa35fd0
Parents: bb3862e
Author: Jan Lehnardt <ja...@apache.org>
Authored: Mon Jan 30 19:32:06 2012 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Mon Jan 30 19:32:06 2012 +0100

----------------------------------------------------------------------
 CHANGES |    8 ++++++++
 NEWS    |    5 +++++
 2 files changed, 13 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d86edfcc/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 1831178..a71ebb6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -36,6 +36,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 publicly
+   readable.
+ * Confidential information in the _replication database is no
+   longer publicly readable.
+ * Password hashes are now calculated by CouchDB. Clients are no
+   longer required to do this manually.
  * Cookies used for authentication can be made persistent by enabling
    the .ini configuration key `allow_persistent_cookies' in the
    `couch_httpd_auth` section.
@@ -91,6 +97,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.
  * The requested_path property keeps the pre-rewrite path even when no VHost
    configuration is matched.

http://git-wip-us.apache.org/repos/asf/couchdb/blob/d86edfcc/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index f70abd8..e6136c0 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,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.
  * Allow persistent authentication cookies.
  * The requested_path property of query server request objects now has
    the path requested by clients before VHosts and rewriting.