summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-08-11 14:44:09 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-08-11 14:44:09 +0000
commita80e18ffb5ab0636b08152a7d5c22bac82ea706a (patch)
tree2a663b27c5e78fc313a85b1e4966661cd1edcb62
parentf2275fd25463764ea059b32ffb689baeeebc1ca1 (diff)
Updated changelog for r684023, which disabled doc sealing in the JS view server.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@684762 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 636b8094..6103364c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,10 +27,11 @@ HTTP Interface:
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: