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 23BB510483 for ; Tue, 17 Sep 2013 15:41:39 +0000 (UTC) Received: (qmail 42899 invoked by uid 500); 17 Sep 2013 15:41:35 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 42863 invoked by uid 500); 17 Sep 2013 15:41:34 -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 42833 invoked by uid 99); 17 Sep 2013 15:41:32 -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, 17 Sep 2013 15:41:32 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9EF43906EC0; Tue, 17 Sep 2013 15:41:32 +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 Message-Id: <2ba0a84794f24c8ab8c713fba2143fac@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Rename CHANGELOG.md -> RELEASENOTES.md Date: Tue, 17 Sep 2013 15:41:32 +0000 (UTC) Updated Branches: refs/heads/dev d20b0ac58 -> 371ae8ced Rename CHANGELOG.md -> RELEASENOTES.md 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/371ae8ce Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/371ae8ce Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/371ae8ce Branch: refs/heads/dev Commit: 371ae8cedd228e2789597ad4f68442d7103921e3 Parents: d20b0ac Author: Andrew Grieve Authored: Tue Sep 17 11:36:13 2013 -0400 Committer: Andrew Grieve Committed: Tue Sep 17 11:36:13 2013 -0400 ---------------------------------------------------------------------- CHANGELOG.md | 26 -------------------------- RELEASENOTES.md | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/371ae8ce/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 9239ecb..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,26 +0,0 @@ - -# Release Notes - -### 0.2.1 (Sept 5, 2013) -* [CB-4656] Don't add newlines in data urls within readAsDataUrl. -* [CB-4514] Making DirectoryCopy Recursive -* [iOS] Simplify the code in resolveLocalFileSystemURI http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/371ae8ce/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md new file mode 100644 index 0000000..9239ecb --- /dev/null +++ b/RELEASENOTES.md @@ -0,0 +1,26 @@ + +# Release Notes + +### 0.2.1 (Sept 5, 2013) +* [CB-4656] Don't add newlines in data urls within readAsDataUrl. +* [CB-4514] Making DirectoryCopy Recursive +* [iOS] Simplify the code in resolveLocalFileSystemURI