Author: jan
Date: Sun Apr 17 21:57:04 2011
New Revision: 1094206
URL: http://svn.apache.org/viewvc?rev=1094206&view=rev
Log:
update NEWS and CHANGES
Modified:
couchdb/trunk/CHANGES
couchdb/trunk/NEWS
Modified: couchdb/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=1094206&r1=1094205&r2=1094206&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Sun Apr 17 21:57:04 2011
@@ -13,6 +13,10 @@ Build System:
when building CouchJS you can enable the HTTP bindings by
passing -H on the command line.
+HTTP Interface:
+
+ * Added a native JSON parser.
+
OAuth:
* Updated budled erlang_oauth library to the latest version.
Modified: couchdb/trunk/NEWS
URL:
http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=1094206&r1=1094205&r2=1094206&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Sun Apr 17 21:57:04 2011
@@ -15,6 +15,7 @@ This version has not been released yet.
* Updated budled erlang_oauth library to the latest version.
* cURL is no longer required to build CouchDB as it is only
required by the command line JS test runner.
+ * Added a native JSON parser.
Version 1.0.1
-------------