summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-12-02 18:36:30 +0000
committerNoah Slater <nslater@apache.org>2009-12-02 18:36:30 +0000
commit44bee48208075ecc82d34fe8a98194d295818f6a (patch)
tree7b131c671113118ec9dad29f8d202d1f3296e89e /NEWS
parent1902392ba62849c39fc14b2ec893e531ea9e00b3 (diff)
added 0.9.2 changes/news to trunk
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@886242 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
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
-------------