summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2010-03-17 20:54:56 +0000
committerNoah Slater <nslater@apache.org>2010-03-17 20:54:56 +0000
commit35ea57d180d77b9585e8742e48040389199862e1 (patch)
tree1e7ab9cf50bb977da7cac4bb98c40c15699d4462 /NEWS
parent56be9aaa2c793567f5ab84c8ced120a98316ac8c (diff)
updates for NEWS, CHANGES, and acinclude.m4.in
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@924486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 8 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index e3c8cbaa..c7dd4ffa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,20 @@
Apache CouchDB NEWS
===================
-For details about backwards incompatible changes, please see:
+For details about backwards incompatible changes, see:
http://wiki.apache.org/couchdb/Breaking_changes
Each release section notes when backwards incompatible changes have been made.
-Version 0.11.0
+Version 0.12.0
--------------
-This version is a feature-freeze release candidate for Apache CouchDB 1.0.
-
This version has not been released yet.
+Version 0.11.0
+--------------
+
* Added support for building a Windows installer as part of 'make dist'.
* Added optional 'raw' binary collation for faster view builds where Unicode
collation is not important.
@@ -44,7 +45,7 @@ This version has not been released yet.
* Added proxy authentication handler.
* Added ability to replicate documents by id.
* Added virtual host handling.
- * Query server uses json2.js for JSON serialization compatiblity with native JSON.
+ * Uses json2.js for JSON serialization compatiblity with native JSON.
Version 0.10.1
--------------
@@ -185,8 +186,8 @@ Version 0.3.0
* CouchDB now fully supports Unicode and locale specific collation via the ICU
library, both in the Fabric engine and computed tables.
* The `in` operator has been added to Fabric.
- * The `startdoc` query string variable specifies the starting document to use if
- there are multiple rows with identical startkeys.
+ * The `startdoc` query string variable specifies the starting document to use
+ if there are multiple rows with identical startkeys.
* The `skip` query string variable specifies the number of rows to skip before
returning results. The `skip` value must be a positive integer. If used with
a `count` variable the skipped rows aren't counted as output.