Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-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 9479C10EA5 for ; Fri, 28 Feb 2014 21:37:08 +0000 (UTC) Received: (qmail 19567 invoked by uid 500); 28 Feb 2014 21:36:06 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 19050 invoked by uid 500); 28 Feb 2014 21:35:52 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 18560 invoked by uid 99); 28 Feb 2014 21:35:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 21:35:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 49F099317FA; Fri, 28 Feb 2014 21:35:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Fri, 28 Feb 2014 21:35:45 -0000 Message-Id: In-Reply-To: <104ab4f578ba48cdb05a01d8c25fdbb1@git.apache.org> References: <104ab4f578ba48cdb05a01d8c25fdbb1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/5] git commit: CB-5980 Updated version and RELEASENOTES.md for release 1.0.0 CB-5980 Updated version and RELEASENOTES.md for release 1.0.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/c04ddb7d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/c04ddb7d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/c04ddb7d Branch: refs/heads/dev Commit: c04ddb7d0e2b3670586d74751371346d584b0562 Parents: eafcdc4 Author: Steven Gill Authored: Wed Feb 5 17:53:59 2014 -0800 Committer: Andrew Grieve Committed: Fri Feb 28 15:56:32 2014 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/c04ddb7d/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4e869fe..7e35691 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -125,12 +125,3 @@ * CB-5405: Update JS code to use URLs exclusively * CB-4816 Fix file creation outside sandbox for BB10 -### 1.0.1 -* CB-5959: Entry.getMetadata should return size attribute -* CB-6010: Test properly for presence of URLforFilesystemPath method -* CB-6012: Preserve query strings on cdvfile:// URLs where necessary -* CB-5233: Make asset-library urls work properly on iOS -* CB-2432, CB-3185, CB-5975: Fix Android handling of content:// URLs -* CB-6050: Public method for returning a FileEntry from a device file path -* CB-6057: Add methods for plugins to convert between URLs and paths -* CB-6080: Fix file copy when src and dst are on different local file systems