From c13fc058e0e38a40d38163c158444e9d9ab4f291 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Mon, 3 Jan 2011 23:53:04 +0000 Subject: Updated CHANGES and NEWS before 1.0.2 release. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1054833 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 12 +++++++++--- NEWS | 4 +--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 213287e3..bfabc018 100644 --- a/CHANGES +++ b/CHANGES @@ -4,11 +4,10 @@ Apache CouchDB CHANGES Version 1.0.2 ------------- -Note: This version has not been released yet. - Futon: * Make test suite work with Safari and Chrome. + * Fixed animated progress spinner. Storage System: @@ -17,6 +16,8 @@ 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 OOME when compactions include documents with many conflicts. + * Fix for missing attachment compression when MIME types included parameters. * 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. @@ -35,7 +36,9 @@ HTTP Interface: Replicator: - * Updated ibrowse library to 2.1.0 fixing numerous replication issues. + * Updated ibrowse library to 2.1.2 fixing numerous replication issues. + * Make sure that the replicator respects HTTP settings defined in the config. + * Fix error when the ibrowse connection closes unexpectedly. * Fix authenticated replication (with HTTP basic auth) of design documents with attachments. * Various fixes to make replication more resilient for edge-cases. @@ -46,6 +49,9 @@ View Server: * Fix for circular references in CommonJS requires. * Made isArray() function available to functions executed in the query server. * Documents are now sealed before being passed to map functions. + * Force view compaction failure when duplicated document data exists. When + this error is seen in the logs users should rebuild their views from + scratch to fix the issue. See COUCHDB-999 for details. Version 1.0.1 ------------- diff --git a/NEWS b/NEWS index bed858b1..1a70a0f1 100644 --- a/NEWS +++ b/NEWS @@ -10,15 +10,13 @@ Each release section notes when backwards incompatible changes have been made. Version 1.0.2 ------------- -Note: This version has not been released yet. - * Make test suite work with Safari and Chrome. * Fix leaking file handles after compacting databases and views. * Fix databases forgetting their validation function after compaction. * Fix occasional timeout errors. * Reduce lengthy stack traces. * Allow logging of native types. - * Updated ibrowse library to 2.1.0 fixing numerous replication issues. + * Updated ibrowse library to 2.1.2 fixing numerous replication issues. * Fix authenticated replication of design documents with attachments. * Various fixes to make replicated more resilient for edge-cases. * Don't trigger a view update when requesting `_design/doc/_info`. -- cgit v1.2.3