summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2012-03-12 17:18:49 +0100
committerJan Lehnardt <jan@apache.org>2012-03-12 17:19:26 +0100
commit45a7dcdb12b816ebc75d73ad7d39aa14e9393a5a (patch)
tree2138398590927f63f3c0190a27e6c7fce920af40
parent04b5622430d2f8ade89b66698780517c185ebb7e (diff)
downloadcouchdb-45a7dcdb12b816ebc75d73ad7d39aa14e9393a5a.tar.gz
update NEWS and CHANGES
-rw-r--r--CHANGES2
-rw-r--r--NEWS3
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9027818be..12c12b5e3 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:
diff --git a/NEWS b/NEWS
index 20f3d3e20..b6eab1744 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
-------------