Updated Branches: refs/heads/1.2.x 84d2d12f0 -> eaa9c4aee
Add note about logging correct stacktrace Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/eaa9c4ae Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/eaa9c4ae Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/eaa9c4ae Branch: refs/heads/1.2.x Commit: eaa9c4aee6f9b90453751972cfb57f3ae69c72f8 Parents: 84d2d12 Author: Robert Newson <rnew...@apache.org> Authored: Mon Mar 19 13:48:50 2012 +0000 Committer: Robert Newson <rnew...@apache.org> Committed: Mon Mar 19 13:48:50 2012 +0000 ---------------------------------------------------------------------- CHANGES | 4 ++++ NEWS | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/eaa9c4ae/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 8ab3c7f..df7f5e1 100644 --- a/CHANGES +++ b/CHANGES @@ -97,6 +97,10 @@ 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. + Version 1.1.1 ------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/eaa9c4ae/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 4ee45b0..d852577 100644 --- a/NEWS +++ b/NEWS @@ -52,7 +52,7 @@ This release contains backwards incompatible changes. * Made icu_driver work with Erlang R15B and later. * Improvements to the build system and etap test suite. * Avoid invalidating view indexes when running out of file descriptors. - + * Log correct stacktrace in all cases. Version 1.1.1 -------------