diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-08-11 14:44:09 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-08-11 14:44:09 +0000 |
commit | a80e18ffb5ab0636b08152a7d5c22bac82ea706a (patch) | |
tree | 2a663b27c5e78fc313a85b1e4966661cd1edcb62 | |
parent | f2275fd25463764ea059b32ffb689baeeebc1ca1 (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-- | CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |