From ee5887d79531336d81f06cb052f3ab809ac65685 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 8 Dec 2010 18:54:54 +0000 Subject: update CHANGES and NEWS for COUCHDB-968 git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1043600 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ NEWS | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 1ba777c6..062fc250 100644 --- a/CHANGES +++ b/CHANGES @@ -17,6 +17,9 @@ Storage System: * Fix occasional timeout errors after successfully compacting large databases. * Fix ocassional error when writing to a database that has just been compacted. * Fix occasional timeout errors on systems with slow or heavily loaded IO. + * Fix for frequently edited documents in multi-master deployments being + duplicated in _changes and _all_docs. See COUCHDDB-968 for details on how + to repair. Log System: diff --git a/NEWS b/NEWS index c71a74ff..bed858b1 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,8 @@ Note: This version has not been released yet. * Various fixes to make replicated more resilient for edge-cases. * Don't trigger a view update when requesting `_design/doc/_info`. * Fix for circular references in CommonJS requires. + * Fix for frequently edited documents in multi-master deployments being + duplicated in _changes and _all_docs. Version 1.0.1 ------------- -- cgit v1.2.3