summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rw-r--r--NEWS2
2 files changed, 5 insertions, 0 deletions
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
-------------