diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 ------------- |