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 35957D518 for ; Thu, 25 Oct 2012 16:43:49 +0000 (UTC) Received: (qmail 46150 invoked by uid 500); 25 Oct 2012 16:43:48 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 46046 invoked by uid 500); 25 Oct 2012 16:43:48 -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 46022 invoked by uid 99); 25 Oct 2012 16:43:48 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 16:43:48 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2834C4F7B5; Thu, 25 Oct 2012 16:43:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randall@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/4] git commit: Update NEWS & CHANGES Message-Id: <20121025164348.2834C4F7B5@tyr.zones.apache.org> Date: Thu, 25 Oct 2012 16:43:48 +0000 (UTC) Updated Branches: refs/heads/master b99ec7921 -> 88c52b232 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/88c52b23 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/88c52b23 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/88c52b23 Branch: refs/heads/master Commit: 88c52b23282ee37b1cc3720feee596fe1b938ea4 Parents: 10202bf Author: Randall Leeds Authored: Wed Mar 21 13:38:58 2012 -0700 Committer: Randall Leeds Committed: Thu Oct 25 09:41:53 2012 -0700 ---------------------------------------------------------------------- CHANGES | 7 +++++++ NEWS | 1 + 2 files changed, 8 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/88c52b23/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/88c52b23/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 -------------