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 19:36:36 UTC

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

Author: nslater
Date: Wed Dec  2 18:36:30 2009
New Revision: 886242

URL: http://svn.apache.org/viewvc?rev=886242&view=rev
Log:
added 0.9.2 changes/news to trunk

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

Modified: couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=886242&r1=886241&r2=886242&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Wed Dec  2 18:36:30 2009
@@ -25,7 +25,7 @@
 
 Storage System
 
- * Adds batching of multiple updating requests, to improve throughput with many 
+ * Adds batching of multiple updating requests, to improve throughput with many
    writers. Removed the now redundant couch_batch_save module.
 
 Runtime Statistics
@@ -78,6 +78,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/trunk/NEWS
URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=886242&r1=886241&r2=886242&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Wed Dec  2 18:36:30 2009
@@ -21,7 +21,7 @@
  * Bug fix for partial updates during view builds.
  * Bug fix for building couch.app's module list.
  * Fixed a problem with statistics timers and system sleep.
- * Adds batching of multiple updating requests, to improve throughput with many 
+ * Adds batching of multiple updating requests, to improve throughput with many
    writers. Removed the now redundant couch_batch_save module.
  * Bug fix for premature termination of chunked responses.
  * Improved speed and concurrency of config lookups.
@@ -60,6 +60,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
 -------------