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/46478496 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/46478496 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/46478496 Branch: refs/heads/1585-feature-per-module-log-levels Commit: 4647849679323771c7ecb896d62be5cd586f3f3c Parents: c3807e8 Author: Jan Lehnardt <[email protected]> Authored: Tue Nov 13 14:57:41 2012 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Tue Nov 13 15:01:54 2012 +0100 ---------------------------------------------------------------------- CHANGES | 7 ++++++- NEWS | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/46478496/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 82f26d0..70fdde5 100644 --- a/CHANGES +++ b/CHANGES @@ -53,7 +53,12 @@ UUID Algorithms: URL Rewriter & Vhosts: - * database name is encoded during rewriting (allowing embedded /'s, etc) + * Database name is encoded during rewriting (allowing embedded /'s, etc) + +Log System: + + * Allow per-module configuration of log levels. + Version 1.2.1 ------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/46478496/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 62db51f..dd4e67d 100644 --- a/NEWS +++ b/NEWS @@ -23,8 +23,9 @@ This version has not been released yet. * Moved the JS test suite to the CLI * Make password hashing synchronous when using the /_config/admins API. * Added utc_id UUID algorithm. - * encode database name during URL rewriting. + * Encode database name during URL rewriting. * Include user name in show/list ETags. + * Per module log levels. Version 1.2.1 -------------
