You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2010/12/08 19:54:54 UTC

svn commit: r1043600 - in /couchdb/branches/1.0.x: CHANGES NEWS

Author: kocolosk
Date: Wed Dec  8 18:54:54 2010
New Revision: 1043600

URL: http://svn.apache.org/viewvc?rev=1043600&view=rev
Log:
update CHANGES and NEWS for COUCHDB-968

Modified:
    couchdb/branches/1.0.x/CHANGES
    couchdb/branches/1.0.x/NEWS

Modified: couchdb/branches/1.0.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/CHANGES?rev=1043600&r1=1043599&r2=1043600&view=diff
==============================================================================
--- couchdb/branches/1.0.x/CHANGES (original)
+++ couchdb/branches/1.0.x/CHANGES Wed Dec  8 18:54:54 2010
@@ -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:
 

Modified: couchdb/branches/1.0.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/NEWS?rev=1043600&r1=1043599&r2=1043600&view=diff
==============================================================================
--- couchdb/branches/1.0.x/NEWS (original)
+++ couchdb/branches/1.0.x/NEWS Wed Dec  8 18:54:54 2010
@@ -23,6 +23,8 @@ Note: This version has not been released
  * 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
 -------------