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 0B18310DC3 for ; Thu, 17 Apr 2014 15:10:08 +0000 (UTC) Received: (qmail 129 invoked by uid 500); 17 Apr 2014 15:10:07 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 102 invoked by uid 500); 17 Apr 2014 15:10:07 -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 99994 invoked by uid 99); 17 Apr 2014 15:10:07 -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, 17 Apr 2014 15:10:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CD294951897; Thu, 17 Apr 2014 15:10:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ian@apache.org To: commits@cordova.apache.org Message-Id: <03b6a574d3dd44fe9352b9d5874c546b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CB-6452 Updated version and RELEASENOTES.md for release 1.1.0 Date: Thu, 17 Apr 2014 15:10:06 +0000 (UTC) Repository: cordova-plugin-file Updated Branches: refs/heads/dev 75ca074a3 -> c1a105245 Updated Tags: refs/tags/r1.1.0 [created] c1a105245 CB-6452 Updated version and RELEASENOTES.md for release 1.1.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/c1a10524 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/c1a10524 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/c1a10524 Branch: refs/heads/dev Commit: c1a105245fdb04026d62597f2928ae37b664f9a5 Parents: 75ca074 Author: Ian Clelland Authored: Thu Apr 17 10:53:20 2014 -0400 Committer: Ian Clelland Committed: Thu Apr 17 10:53:20 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 28 ++++++++++++++++++++++++++++ plugin.xml | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/c1a10524/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 61e7f05..d34cb47 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -145,3 +145,31 @@ * CB-6012 Preserve query strings on cdvfile:// URLs where necessary * CB-6010 Test properly for presence of URLforFilesystemPath method * CB-5959 Entry.getMetadata should return size attribute + +### 1.1.0 (Apr 17, 2014) +* CB-4965: Remove tests from file plugin +* Android: Allow file:/ URLs +* CB-6422: [windows8] use cordova/exec/proxy +* CB-6249: [android] Opportunistically resolve content urls to file +* CB-6394: [ios, android] Add extra filesystem roots +* CB-6394: [ios, android] Fix file resolution for the device root case +* CB-6394: [ios] Return ENCODING_ERR when fs name is not valid +* CB-6393: Change behaviour of toURL and toNativeURL +* ios: Style: plugin initialization +* ios: Fix handling of file URLs with encoded spaces +* Always use Android's recommended temp file location for temporary file system +* CB-6352: Allow FileSystem objects to be serialized to JSON +* CB-5959: size is explicitly 0 if not set, file.spec.46&47 are testing the type of size +* CB-6242: [BlackBerry10] Add deprecated version of resolveLocalFileSystemURI +* CB-6242: [BlackBerry10] add file:/// prefix for toURI / toURL +* CB-6242: [BlackBerry10] Polyfill window.requestAnimationFrame for OS < 10.2 +* CB-6242: [BlackBerry10] Override window.resolveLocalFileSystemURL +* CB-6212: [iOS] fix warnings compiled under arm64 64-bit +* ios: Don't cache responses from CDVFile's URLProtocol +* CB-6199: [iOS] Fix toNativeURL() not escaping characters properly +* CB-6148: Fix cross-filesystem copy and move +* fixed setMetadata() to use the formatted fullPath +* corrected typo which leads to a "comma expression" +* CB-4952: ios: Resolve symlinks in file:// URLs +* Add docs about the extraFileSystems +* CB-6460: Update license headers http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/c1a10524/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 03cdeed..943aef0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.1.0"> File Cordova File Plugin Apache 2.0