diff options
author | Robert Newson <rnewson@apache.org> | 2011-10-31 12:45:22 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2011-10-31 12:45:22 +0000 |
commit | 092d04f6661bd02ff0a912ec291afc095ea7ca63 (patch) | |
tree | 9a2440225fa4e9c0efc7eeda33f66cef0df3a7dd /CHANGES | |
parent | a0284a483f83d2fb98ff2755743053f3a3898454 (diff) | |
download | couchdb-092d04f6661bd02ff0a912ec291afc095ea7ca63.tar.gz |
Backport CHANGES/NEWS for 1.1.[12]
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -66,11 +66,15 @@ Futon: * The `Status` screen (active tasks) now displays two new task status fields: `Started on` and `Updated on`. -Version 1.1.1 +Version 1.1.2 ------------- This version has not been released yet. +Version 1.1.1 +------------- + +* Support SpiderMonkey 1.8.5 * Add configurable maximum to the number of bytes returned by _log. * Allow CommonJS modules to be an empty string. * Bump minimum Erlang version to R13B02. @@ -94,6 +98,7 @@ This version has not been released yet. * Fix replication crash when source database has a document with empty ID. * Fix deadlock when assigning couchjs processes to serve requests. * Fixes to the document multipart PUT API. +* Fixes regarding file descriptor leaks for databases with views. Version 1.1.0 ------------- |