Author: rnewson Date: Thu Sep 8 11:14:29 2011 New Revision: 1166628 URL: http://svn.apache.org/viewvc?rev=1166628&view=rev Log: move notes on COUCHDB-1274 to 1.1.1 now it's been backported.
Modified: couchdb/trunk/CHANGES couchdb/trunk/NEWS Modified: couchdb/trunk/CHANGES URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=1166628&r1=1166627&r2=1166628&view=diff ============================================================================== --- couchdb/trunk/CHANGES (original) +++ couchdb/trunk/CHANGES Thu Sep 8 11:14:29 2011 @@ -16,7 +16,6 @@ Build System: HTTP Interface: * Added a native JSON parser. - * JSONP responses now send "text/javascript" for Content-Type. Replicator: @@ -54,6 +53,7 @@ Version 1.1.1 This version has not been released yet. * ETags for views include current sequence if include_docs=true. +* JSONP responses now send "text/javascript" for Content-Type. Version 1.1.0 ------------- Modified: couchdb/trunk/NEWS URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=1166628&r1=1166627&r2=1166628&view=diff ============================================================================== --- couchdb/trunk/NEWS (original) +++ couchdb/trunk/NEWS Thu Sep 8 11:14:29 2011 @@ -25,7 +25,6 @@ This version has not been released yet. and configuration options. * Futon's `Status` screen (active tasks) now displays two new task status fields: `Started on` and `Updated on`. - * JSONP responses now send "text/javascript" for Content-Type. Version 1.1.1 ------------- @@ -33,6 +32,7 @@ Version 1.1.1 This version has not been released yet. * ETags for views include current sequence if include_docs=true. +* JSONP responses now send "text/javascript" for Content-Type. Version 1.1.0 -------------