Skip to content

Commit

Permalink
Updated NEWS and CHANGES for 29eac04
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Slater committed Mar 20, 2012
1 parent fd1753e commit 61cc335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Expand Up @@ -52,6 +52,8 @@ Build System:
passing -H on the command line.
* Temporarily made `make check` pass with R15B. A more thorough
fix is in the works (COUCHDB-1424).
* Fixed --with-js-include and --with-js-lib options.
* Added --with-js-lib-name option.

HTTP Interface:

Expand Down
4 changes: 2 additions & 2 deletions NEWS
Expand Up @@ -26,6 +26,7 @@ This release contains backwards incompatible changes.
* Updated bundled erlang_oauth library to the latest version.
* cURL is no longer required to build CouchDB as it is only
required by the command line JS test runner.
* Fixed problems building against some SpiderMonkey installations.
* Added a native JSON parser.
* Optional file compression (database and view index files). This feature
is enabled by default.
Expand Down Expand Up @@ -54,8 +55,7 @@ This release contains backwards incompatible changes.
* 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.
* 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.
Expand Down

0 comments on commit 61cc335

Please sign in to comment.