From 30f154a78a877ad24cb14b296674b2e9813df7ed Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 16 Nov 2009 18:40:41 +0000 Subject: added NEWS and CHANGES for 0.10.1 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@880902 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 20 ++++++++++++++++++++ NEWS | 11 +++++++++++ 2 files changed, 31 insertions(+) diff --git a/CHANGES b/CHANGES index 62b5fb7f..ced3220b 100644 --- a/CHANGES +++ b/CHANGES @@ -36,6 +36,26 @@ Futon * Added a button for view compaction. +Version 0.10.1 +-------------- + +Replicator + + * Stability enhancements regarding redirects, timeouts, OAuth. + +Query Server + + * Avoid process leaks + * Allow list and view to span languages + +Stats + + * Eliminate new process flood on system wake + +Build and System Integration: + + * Test suite now works with the distcheck target. + Version 0.10.0 -------------- diff --git a/NEWS b/NEWS index a633db4e..9bb5fb18 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,17 @@ This version has not been released yet. * Fixed a bug preventing mixing languages with lists and views. * Avoid OS process leaks in lists. +Version 0.10.1 +-------------- + + * Fixed test suite to work with build system. + * Fixed a problem with statistics timers and system sleep. + * 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