From f373e126d9bb25ad72ab2cf09ef4794eb3f90e75 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Tue, 16 Feb 2010 21:17:00 +0000 Subject: Updating CHANGES and NEWS to reflect new hotness since 0.10.x was branched. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@910696 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 5 +++++ NEWS | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 65fce3c1..59b82141 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,8 @@ 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. + * ETap tests are now run durring make distcheck. This included a number of updates to the build system to properly support VPATH builds. + * Gavin McDonald setup a build-bot instance. More info can be found at http://ci.apache.org/buildbot.html View Server @@ -30,6 +32,7 @@ View Server * Improved view information objects. * Bug fix for partial updates during view builds. * Move query server to a design-doc based protocol. + * Major refactoring of couchjs to lay the groundwork for disabling cURL support. The new HTTP interaction acts like a synchronous XHR. Example usage of the new system is in the JavaScript CLI test runner. Replication @@ -44,7 +47,9 @@ Storage System Runtime Statistics + * Statistics are now calculated for a moving window instead of non-overlapping timeframes. * Fixed a problem with statistics timers and system sleep. + * Moved statistic names to a term file in the priv directory. Futon diff --git a/NEWS b/NEWS index 06827fa2..8cb114c2 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ This version has not been released yet. * 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. + * Improved the satistics calculations to use an online moving window algorithms. * 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. -- cgit v1.2.3