summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56bd6467..a633db4e 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
--------------