You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/12/02 20:16:38 UTC

svn commit: r886272 - in /couchdb/branches/0.10.x: CHANGES NEWS

Author: nslater
Date: Wed Dec  2 19:16:38 2009
New Revision: 886272

URL: http://svn.apache.org/viewvc?rev=886272&view=rev
Log:
backported news and changes

Modified:
    couchdb/branches/0.10.x/CHANGES
    couchdb/branches/0.10.x/NEWS

Modified: couchdb/branches/0.10.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/CHANGES?rev=886272&r1=886271&r2=886272&view=diff
==============================================================================
--- couchdb/branches/0.10.x/CHANGES (original)
+++ couchdb/branches/0.10.x/CHANGES Wed Dec  2 19:16:38 2009
@@ -43,6 +43,13 @@
  * Added optional cookie-based authentication handler.
  * Added optional two-legged OAuth authentication handler.
 
+Version 0.9.2
+-------------
+
+ * Remove branch callbacks to allow building couchjs against newer versions of
+   Spidermonkey.
+ * Fix replication with 0.10 servers initiated by an 0.9 server (COUCHDB-559).
+
 Version 0.9.1
 -------------
 

Modified: couchdb/branches/0.10.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/NEWS?rev=886272&r1=886271&r2=886272&view=diff
==============================================================================
--- couchdb/branches/0.10.x/NEWS (original)
+++ couchdb/branches/0.10.x/NEWS Wed Dec  2 19:16:38 2009
@@ -36,6 +36,13 @@
  * Added modular configuration file directories.
  * Miscellaneous improvements to build, system integration, and portability.
 
+Version 0.9.2
+-------------
+
+ * Remove branch callbacks to allow building couchjs against newer versions of
+   Spidermonkey.
+ * Fix replication with 0.10 servers initiated by an 0.9 server.
+
 Version 0.9.1
 -------------