From 198073d4717244773c6f612b496887bbab823356 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Wed, 4 Nov 2009 16:22:51 +0000 Subject: 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 --- CHANGES | 30 ++++++++++++++++++++++++++++++ NEWS | 10 ++++++++++ 2 files changed, 40 insertions(+) diff --git a/CHANGES b/CHANGES index 77e5652b..62b5fb7f 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,36 @@ Version 0.11.0 This version has not been released yet. +Build and System Integration + + * Added support for building a Windows installer as part of 'make dist'. + * Bug fix for building couch.app's module list. + +View Server + + * Added optional 'raw' binary collation for faster view builds where Unicode + collation is not important. + * Improved view index build time by reducing ICU collation callouts. + * Improved view information objects. + * Bug fix for partial updates during view builds. + +Replication + + * Added option to implicitly create replication target databases. + +Storage System + + * Adds batching of multiple updating requests, to improve throughput with many + writers. Removed the now redundant couch_batch_save module. + +Runtime Statistics + + * Fixed a problem with statistics timers and system sleep. + +Futon + + * Added a button for view compaction. + Version 0.10.0 -------------- 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 -------------- -- cgit v1.2.3