summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2010-03-29 16:38:46 +0000
committerNoah Slater <nslater@apache.org>2010-03-29 16:38:46 +0000
commit8b3d9453dfb1c8e81c499281c7151c75ab5b7939 (patch)
tree9a554dc799dd908792bcacb361200f54a37d0dad
parent8fdcf154634d3b0efedd64049df8f4006a1415cc (diff)
forward porting changes
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@928829 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c7dd4ffa..8e369909 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@ This version has not been released yet.
Version 0.11.0
--------------
+This version is a feature-freeze release candidate for Apache CouchDB 1.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.
@@ -27,7 +29,8 @@ Version 0.11.0
* Improved the statistics calculations to use an online moving window
algorithm.
* Adds batching of multiple updating requests, to improve throughput with many
- writers. Removed the now redundant couch_batch_save module.
+ writers.
+ * Removed the now redundant couch_batch_save module.
* Bug fix for premature termination of chunked responses.
* Improved speed and concurrency of config lookups.
* Fixed an edge case for HTTP redirects during replication.