Updated Branches:
refs/heads/1.2.x 04b562243 -> 45a7dcdb1
refs/heads/master 8c4285373 -> 87f42a682
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/45a7dcdb
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/45a7dcdb
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/45a7dcdb
Branch: refs/heads/1.2.x
Commit: 45a7dcdb12b816ebc75d73ad7d39aa14e9393a5a
Parents: 04b5622
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:26 2012 +0100
----------------------------------------------------------------------
CHANGES | 2 ++
NEWS | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/45a7dcdb/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 9027818..12c12b5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,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/45a7dcdb/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 20f3d3e..b6eab17 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ Each release section notes when backwards incompatible changes have been
made.
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.
@@ -48,6 +50,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.1
-------------
|