Updated Branches: refs/heads/hotfixes1.2 [created] a1cc13868
Update NEWS & CHANGES Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a1cc1386 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a1cc1386 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a1cc1386 Branch: refs/heads/hotfixes1.2 Commit: a1cc138689973f5f6e5ff68aa9204dbe1ddb179c Parents: f79591d Author: Randall Leeds <rand...@apache.org> Authored: Wed Mar 21 13:38:58 2012 -0700 Committer: Randall Leeds <rand...@apache.org> Committed: Wed Oct 10 15:41:16 2012 -0700 ---------------------------------------------------------------------- CHANGES | 7 +++++++ NEWS | 1 + 2 files changed, 8 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/a1cc1386/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index f2b5ca9..82f26d0 100644 --- a/CHANGES +++ b/CHANGES @@ -145,6 +145,8 @@ View Server: configuration is matched. * Fixed incorrect reduce query results when using pagination parameters. * Made icu_driver work with Erlang R15B and later. + * Avoid invalidating view indexes when running out of file descriptors + (COUCHDB-1445). OAuth: @@ -157,6 +159,11 @@ Futon: * Futon remembers view code every time it is saved, allowing to save an edit that amounts to a revert. +Log System: + + * Log correct stacktrace in all cases. + * Improvements to log messages for file-related errors. + Version 1.1.2 ------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/a1cc1386/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 2abf0d5..62db51f 100644 --- a/NEWS +++ b/NEWS @@ -74,6 +74,7 @@ This release contains backwards incompatible changes. * Fixed incorrect reduce query results when using pagination parameters. * Made icu_driver work with Erlang R15B and later. * Improvements to the build system and etap test suite. + * Improvements to log messages for file-related errors. Version 1.1.2 -------------