summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES9
-rw-r--r--NEWS9
2 files changed, 16 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index b4e8e8f5..50bf6058 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,7 +25,7 @@ Replication
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 @@ HTTP Interface:
* 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
-------------
diff --git a/NEWS b/NEWS
index 9bb5fb18..b675d99d 100644
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,7 @@ This version has not been released yet.
* 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 @@ This release contains backwards incompatible changes, please see above for help.
* 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
-------------