You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by jc...@apache.org on 2010/02/22 04:36:52 UTC

svn commit: r912475 - in /couchdb/branches/0.11.x: ./ CHANGES NEWS etc/default/couchdb

Author: jchris
Date: Mon Feb 22 03:36:51 2010
New Revision: 912475

URL: http://svn.apache.org/viewvc?rev=912475&view=rev
Log:
added json2.js to NEWS and CHANGES (backport from trunk)

Modified:
    couchdb/branches/0.11.x/   (props changed)
    couchdb/branches/0.11.x/CHANGES
    couchdb/branches/0.11.x/NEWS
    couchdb/branches/0.11.x/etc/default/couchdb   (props changed)

Propchange: couchdb/branches/0.11.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Feb 22 03:36:51 2010
@@ -6,4 +6,4 @@
 /couchdb/branches/list-iterator:782292-784593
 /couchdb/branches/tail_header:775760-778477
 /couchdb/tags/0.10.0:825400
-/couchdb/trunk:909247,910054,910696,910910-910911,911544,911559,911578,911602,911717,911837
+/couchdb/trunk:909247,910054,910696,910910-910911,911544,911559,911578,911602,911717,911837,912474

Modified: couchdb/branches/0.11.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/CHANGES?rev=912475&r1=912474&r2=912475&view=diff
==============================================================================
--- couchdb/branches/0.11.x/CHANGES (original)
+++ couchdb/branches/0.11.x/CHANGES Mon Feb 22 03:36:51 2010
@@ -38,6 +38,7 @@
  * Improved view information objects.
  * Bug fix for partial updates during view builds.
  * Move query server to a design-doc based protocol.
+ * Use json2.js for JSON serialization for compatiblity with native JSON.
  * Major refactoring of couchjs to lay the groundwork for disabling cURL
    support. The new HTTP interaction acts like a synchronous XHR. Example usage
    of the new system is in the JavaScript CLI test runner.

Modified: couchdb/branches/0.11.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/NEWS?rev=912475&r1=912474&r2=912475&view=diff
==============================================================================
--- couchdb/branches/0.11.x/NEWS (original)
+++ couchdb/branches/0.11.x/NEWS Mon Feb 22 03:36:51 2010
@@ -43,6 +43,7 @@
  * Added proxy authentication handler.
  * Added ability to replicate documents by id.
  * Added virtual host handling.
+ * Query server uses json2.js for JSON serialization compatiblity with native JSON.
  
  
 Version 0.10.1

Propchange: couchdb/branches/0.11.x/etc/default/couchdb
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Feb 22 03:36:51 2010
@@ -6,5 +6,5 @@
 /couchdb/branches/list-iterator/etc/default/couchdb:782292-784593
 /couchdb/branches/tail_header/etc/default/couchdb:775760-778477
 /couchdb/tags/0.10.0/etc/default/couchdb:825400
-/couchdb/trunk/etc/default/couchdb:909247,910054,910696,911544,911602,911717,911837
+/couchdb/trunk/etc/default/couchdb:909247,910054,910696,911544,911602,911717,911837,912474
 /incubator/couchdb/trunk/etc/default/couchdb:642419-694440