diff options
author | Adam Kocoloski <kocolosk@apache.org> | 2010-12-08 18:54:54 +0000 |
---|---|---|
committer | Adam Kocoloski <kocolosk@apache.org> | 2010-12-08 18:54:54 +0000 |
commit | ee5887d79531336d81f06cb052f3ab809ac65685 (patch) | |
tree | 7ead62d8ec8d0fd20fada35bcd843fcab3287e7f | |
parent | 2f5e45e43780f4a479f2413fbb5cbbde23e77f3a (diff) |
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
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -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: @@ -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 ------------- |