You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2011/06/03 16:10:54 UTC

svn commit: r1131049 - in /couchdb/branches/1.1.x: CHANGES NEWS

Author: rnewson
Date: Fri Jun  3 14:10:54 2011
New Revision: 1131049

URL: http://svn.apache.org/viewvc?rev=1131049&view=rev
Log:
import version 1.0.2 info to NEWS/CHANGES.

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

Modified: couchdb/branches/1.1.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/CHANGES?rev=1131049&r1=1131048&r2=1131049&view=diff
==============================================================================
--- couchdb/branches/1.1.x/CHANGES (original)
+++ couchdb/branches/1.1.x/CHANGES Fri Jun  3 14:10:54 2011
@@ -61,6 +61,65 @@ URL Rewriter & Vhosts:
 
  * Fix for variable substituion
 
+Version 1.0.2
+-------------
+
+Futon:
+
+ * Make test suite work with Safari and Chrome.
+ * Fixed animated progress spinner.
+ * Fix raw view document link due to overzealous URI encoding.
+ * Spell javascript correctly in loadScript(uri).
+
+Storage System:
+
+ * Fix leaking file handles after compacting databases and views.
+ * Fix databases forgetting their validation function after compaction.
+ * 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.
+ * Preserve purge metadata during compaction to avoid spurious view rebuilds.
+ * Fix spurious conflicts introduced when uploading an attachment after
+   a doc has been in a conflict. See COUCHDB-902 for details.
+ * 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.
+ * Significantly higher read and write throughput against database and
+   view index files.
+
+Log System:
+
+ * Reduce lengthy stack traces.
+ * Allow logging of native <xml> types.
+
+HTTP Interface:
+
+ * Allow reduce=false parameter in map-only views.
+ * Fix parsing of Accept headers.
+ * Fix for multipart GET APIs when an attachment was created during a
+   local-local replication. See COUCHDB-1022 for details.
+
+Replicator:
+
+ * 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.
+
+View Server:
+
+ * Don't trigger view updates when requesting `_design/doc/_info`.
+ * 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
 -------------
 

Modified: couchdb/branches/1.1.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/NEWS?rev=1131049&r1=1131048&r2=1131049&view=diff
==============================================================================
--- couchdb/branches/1.1.x/NEWS (original)
+++ couchdb/branches/1.1.x/NEWS Fri Jun  3 14:10:54 2011
@@ -37,6 +37,28 @@ This release contains backwards incompat
    to lack of permissions.
  * Added a "change password"-feature to Futon.
 
+Version 1.0.2
+-------------
+
+ * 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 <xml> types.
+ * Updated ibrowse library to 2.1.2 fixing numerous replication issues.
+ * Fix authenticated replication of design documents with attachments.
+ * Fix multipart GET APIs by always sending attachments in compressed
+   form when the source attachment is compressed on disk. Fixes a possible
+   edge case when an attachment underwent local-local replication.
+ * 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.
+ * Fix spurious conflict generation during attachment uploads.
+ * Fix for various bugs in Futon.
+
 Version 1.0.1
 -------------