Skip to content

Commit

Permalink
Update NEWS and CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jan 6, 2012
1 parent 0f31133 commit 0f13ff5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Expand Up @@ -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:

Expand Down Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Expand Up @@ -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
-------------
Expand Down

0 comments on commit 0f13ff5

Please sign in to comment.