From commits-return-9092-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Tue Nov 13 18:37:53 2012 Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19104D2A9 for ; Tue, 13 Nov 2012 18:37:53 +0000 (UTC) Received: (qmail 4866 invoked by uid 500); 13 Nov 2012 18:37:53 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 4718 invoked by uid 500); 13 Nov 2012 18:37:52 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 4603 invoked by uid 99); 13 Nov 2012 18:37:52 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2012 18:37:52 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A4982558E1; Tue, 13 Nov 2012 18:37:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: update NEWS & CHANGES Message-Id: <20121113183752.A4982558E1@tyr.zones.apache.org> Date: Tue, 13 Nov 2012 18:37:52 +0000 (UTC) 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/178f77fa Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/178f77fa Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/178f77fa Branch: refs/heads/master Commit: 178f77fa3c38580e4db42d82d531edccc5d2c743 Parents: b58f069 Author: Jan Lehnardt Authored: Tue Nov 13 14:57:41 2012 +0100 Committer: Jan Lehnardt Committed: Tue Nov 13 19:37:50 2012 +0100 ---------------------------------------------------------------------- CHANGES | 7 ++++++- NEWS | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/178f77fa/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/178f77fa/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 -------------