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/87f42a68
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/87f42a68
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/87f42a68
Branch: refs/heads/master
Commit: 87f42a682747a92a712798b2cfcce3f1c957bb5b
Parents: 8c42853
Author: Jan Lehnardt <jan@apache.org>
Authored: Mon Mar 12 17:18:49 2012 +0100
Committer: Jan Lehnardt <jan@apache.org>
Committed: Mon Mar 12 17:19:21 2012 +0100
----------------------------------------------------------------------
CHANGES | 2 ++
NEWS | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/87f42a68/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 8e00539..7453893 100644
--- a/CHANGES
+++ b/CHANGES
@@ -50,6 +50,8 @@ Build System:
used by the command line JS test runner. If cURL is available
when building CouchJS you can enable the HTTP bindings by
passing -H on the command line.
+ * Temporarily made `make check` pass with R15B. A more thorough
+ fix is in the works (COUCHDB-1424).
HTTP Interface:
http://git-wip-us.apache.org/repos/asf/couchdb/blob/87f42a68/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 212aa16..8579754 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,8 @@ This version has not been released yet.
Version 1.2.0
-------------
+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.
@@ -59,6 +61,7 @@ Version 1.2.0
the path requested by clients before VHosts and rewriting.
* Fixed incorrect reduce query results when using pagination parameters.
* Made icu_driver work with Erlang R15B and later.
+ * Improvements to the build system and etap test suite.
Version 1.1.2
-------------
|