summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2012-02-22 21:57:42 +0000
committerNoah Slater <nslater@apache.org>2012-02-22 21:57:42 +0000
commit77d613c637a72d2f4dc3c67f3074f9aaa2e7310d (patch)
tree558c6746b90e81e21035d38f4dc2d1378a080405
parent3c8432e4d44c4d3aa4d7d69b0ee2723cf33c18c4 (diff)
downloadcouchdb-77d613c637a72d2f4dc3c67f3074f9aaa2e7310d.tar.gz
Added 1.0.3 to NEWS and CHANGES
-rw-r--r--CHANGES46
-rw-r--r--NEWS18
2 files changed, 64 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8ab75e85f..4ee88429a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -213,6 +213,52 @@ URL Rewriter & Vhosts:
* Fix for variable substituion
+Version 1.0.3
+-------------
+
+General:
+
+ * Fixed compatibility issues with Erlang R14B02.
+
+HTTP Interface:
+
+ * Fix bug that allows invalid UTF-8 after valid escapes.
+ * The query parameter `include_docs` now honors the parameter `conflicts`.
+ This applies to queries against map views, _all_docs and _changes.
+ * Added support for inclusive_end with reduce views.
+
+Storage System:
+
+ * More performant queries against _changes and _all_docs when using the
+ `include_docs` parameter.
+
+Replicator:
+
+ * Enabled replication over IPv6.
+ * Fixed for crashes in continuous and filtered changes feeds.
+ * Fixed error when restarting replications in OTP R14B02.
+ * Upgrade ibrowse to version 2.2.0.
+ * Fixed bug when using a filter and a limit of 1.
+
+Security:
+
+ * Fixed OAuth signature computation in OTP R14B02.
+ * Handle passwords with : in them.
+
+Futon:
+
+ * Made compatible with jQuery 1.5.x.
+
+Etap Test Suite:
+
+ * Etap tests no longer require use of port 5984. They now use a randomly
+ selected port so they won't clash with a running CouchDB.
+
+Windows:
+
+ * Windows builds now require ICU >= 4.4.0 and Erlang >= R14B03. See
+ COUCHDB-1152, and COUCHDB-963 + OTP-9139 for more information.
+
Version 1.0.2
-------------
diff --git a/NEWS b/NEWS
index 488587425..605c68aea 100644
--- a/NEWS
+++ b/NEWS
@@ -123,6 +123,24 @@ This release contains backwards incompatible changes.
to lack of permissions.
* Added a "change password"-feature to Futon.
+Version 1.0.3
+-------------
+
+ * Fixed compatibility issues with Erlang R14B02.
+ * Fix bug that allows invalid UTF-8 after valid escapes.
+ * Enabled replication over IPv6.
+ * Fixed for crashes in continuous and filtered changes feeds.
+ * Changes feeds now honor conflicts=true parameter.
+ * Fixed error when restarting replications in OTP R14B02.
+ * Fixed error with filter replication with a limit of 1.
+ * Upgrade ibrowse to version 2.2.0.
+ * Fixed OAuth signature computation in OTP R14B02.
+ * Handle passwords with : in them.
+ * Made compatible with jQuery 1.5.x.
+ * Added support for inclusive_end wiht reduce views.
+ * Etap tests no longer require use of port 5984.
+ * Windows builds now require ICU >= 4.4.0 and Erlang >= R14B03.
+
Version 1.0.2
-------------