/[Apache-SVN]
ViewVC logotype

Revision 684770


Jump to revision: Previous Next
Author: cmlenz
Date: Mon Aug 11 15:05:36 2008 UTC (15 years, 8 months ago)
Changed paths: 4
Log Message:
Merged revisions 684023-684091,684093-684762 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/couchdb/trunk

........
  r684023 | damien | 2008-08-08 19:46:48 +0200 (Fr, 08 Aug 2008) | 1 line
  
  COUCHDB-103 Fixed incompatibilty with new javascript (1.8) that no longer supports sealing document, making them immutable. The problem is arrays can no longer be sealed, and an error is generated when it is attempted. The fix here is to simply remove the document sealing, and map function placed in the same design document will have to be trustworthy that they don't modify the document (the same document is passed to multiple map functions). Non-trustworthy map functions can be placed in their own design documents, they will be run in isolation.
........
  r684762 | cmlenz | 2008-08-11 16:44:09 +0200 (Mo, 11 Aug 2008) | 1 line
  
  Updated changelog for r684023, which disabled doc sealing in the JS view server.
........


Changed paths

Path Details
Directoryincubator/couchdb/branches/0.8.x/ modified , props changed
Directoryincubator/couchdb/branches/0.8.x/CHANGES modified , text changed
Directoryincubator/couchdb/branches/0.8.x/share/server/main.js modified , text changed
Directoryincubator/couchdb/branches/0.8.x/share/www/script/couch_tests.js modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26