You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by cm...@apache.org on 2008/08/11 16:44:09 UTC

svn commit: r684762 - /incubator/couchdb/trunk/CHANGES

Author: cmlenz
Date: Mon Aug 11 07:44:09 2008
New Revision: 684762

URL: http://svn.apache.org/viewvc?rev=684762&view=rev
Log:
Updated changelog for r684023, which disabled doc sealing in the JS view server.

Modified:
    incubator/couchdb/trunk/CHANGES

Modified: incubator/couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/CHANGES?rev=684762&r1=684761&r2=684762&view=diff
==============================================================================
--- incubator/couchdb/trunk/CHANGES (original)
+++ incubator/couchdb/trunk/CHANGES Mon Aug 11 07:44:09 2008
@@ -27,10 +27,11 @@
 
 Javascript View Server:
 
- * Fix for sealing of nested data structure in documents in the Javascript view
-   server.
+ * Sealing of documents has been disabled due to an incompatibility with
+   SpiderMonkey 1.9.
  * Improve error handling for undefined values emitted by map functions.
    (COUCHDB-83)
+ 
 
 Packaging and System Integration: