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:34:59 UTC

svn commit: r912474 - in /couchdb/trunk: CHANGES NEWS

Author: jchris
Date: Mon Feb 22 03:34:58 2010
New Revision: 912474

URL: http://svn.apache.org/viewvc?rev=912474&view=rev
Log:
json2.js in NEWS and CHANGES

Modified:
    couchdb/trunk/CHANGES
    couchdb/trunk/NEWS

Modified: couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=912474&r1=912473&r2=912474&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Mon Feb 22 03:34:58 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/trunk/NEWS
URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=912474&r1=912473&r2=912474&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Mon Feb 22 03:34:58 2010
@@ -42,6 +42,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