Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C0AA6200C89 for ; Sat, 3 Jun 2017 19:12:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BF51A160BDE; Sat, 3 Jun 2017 17:12:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 194F0160BB5 for ; Sat, 3 Jun 2017 19:12:18 +0200 (CEST) Received: (qmail 22087 invoked by uid 500); 3 Jun 2017 17:12:18 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 22077 invoked by uid 99); 3 Jun 2017 17:12:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jun 2017 17:12:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 27A4DDFBC6; Sat, 3 Jun 2017 17:12:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chtompki@apache.org To: commits@commons.apache.org Date: Sat, 03 Jun 2017 17:12:18 -0000 Message-Id: <0125044e10f74976b006d85ec3779fbc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] commons-fileupload git commit: prepare changes for 1.4 release archived-at: Sat, 03 Jun 2017 17:12:19 -0000 Repository: commons-fileupload Updated Branches: refs/heads/b1_4 dd8e6fa57 -> eed3e5892 prepare changes for 1.4 release Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/b399a18e Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/b399a18e Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/b399a18e Branch: refs/heads/b1_4 Commit: b399a18e4a398fd032eedbf0eea881a2caf37ede Parents: dd8e6fa Author: Rob Tompkins Authored: Sat Jun 3 10:04:07 2017 -0400 Committer: Rob Tompkins Committed: Sat Jun 3 10:04:07 2017 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/b399a18e/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3e53518..32a80f5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,7 @@ The type attribute can be add,update,fix,remove. - + DiskFileItem#write() could lose original IO exception DiskFileItem#getStoreLocation() wrongly returned a File object for items stored in memory FileUploadBase - should not silently catch and ignore all Throwables