summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-11-04 16:22:51 +0000
committerJan Lehnardt <jan@apache.org>2009-11-04 16:22:51 +0000
commit198073d4717244773c6f612b496887bbab823356 (patch)
tree2b7e8fc028f0f6d643adbb4f8de6f35a6eac1fab /NEWS
parentdc98e8aeb68ca4cfed38d9eb6258da570d599342 (diff)
downloadcouchdb-198073d4717244773c6f612b496887bbab823356.tar.gz
Update NEWS and Changes.
Committers, please maintain these files. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@832789 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56bd6467a..a633db4e9 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,16 @@ This version has not been released yet.
* Improved view information objects.
* Bug fix for partial updates during view builds.
* Bug fix for building couch.app's module list.
+ * Fixed a problem with statistics timers and system sleep.
+ * Adds batching of multiple updating requests, to improve throughput with many
+ 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.
+ * Fixed HTTP timeout handling for replication.
+ * Fixed query parameter handling in OAuth'd replication.
+ * Fixed a bug preventing mixing languages with lists and views.
+ * Avoid OS process leaks in lists.
Version 0.10.0
--------------