Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E233D9EA0 for ; Fri, 13 Apr 2012 00:32:19 +0000 (UTC) Received: (qmail 15488 invoked by uid 500); 13 Apr 2012 00:32:19 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 15476 invoked by uid 500); 13 Apr 2012 00:32:19 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 15466 invoked by uid 99); 13 Apr 2012 00:32:19 -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, 13 Apr 2012 00:32:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8A7C9CBC6; Fri, 13 Apr 2012 00:32:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/8] wp7 commit: updated for 1.6.1 Message-Id: <20120413003219.8A7C9CBC6@tyr.zones.apache.org> Date: Fri, 13 Apr 2012 00:32:19 +0000 (UTC) Updated Branches: refs/heads/master be95a00ee -> 2c0cef52c updated for 1.6.1 Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/2c0cef52 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/2c0cef52 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/2c0cef52 Branch: refs/heads/master Commit: 2c0cef52c33b55bc31d3b51d45b8a0fbae5a3df2 Parents: 769b03a Author: Jesse MacFadyen Authored: Thu Apr 12 17:30:18 2012 -0700 Committer: Jesse MacFadyen Committed: Thu Apr 12 17:30:18 2012 -0700 ---------------------------------------------------------------------- CordovaStarter-1.6.0.zip | Bin 196008 -> 0 bytes CordovaStarter-1.6.1.zip | Bin 0 -> 198473 bytes VERSION | 2 +- cordova-1.6.0.js | 4734 -------------------- cordova-1.6.1.js | 4981 +++++++++++++++++++++ framework/Cordova/Commands/Device.cs | 2 +- framework/Properties/AssemblyInfo.cs | 4 +- templates/description.txt | 2 +- templates/full/GapAppProj.csproj | 4 +- templates/full/GapLib/WP7CordovaClassLib.dll | Bin 136192 -> 136192 bytes templates/full/www/cordova-1.6.0.js | 4734 -------------------- templates/full/www/cordova-1.6.1.js | 4981 +++++++++++++++++++++ templates/full/www/index.html | 2 +- 13 files changed, 9970 insertions(+), 9476 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/2c0cef52/CordovaStarter-1.6.0.zip ---------------------------------------------------------------------- diff --git a/CordovaStarter-1.6.0.zip b/CordovaStarter-1.6.0.zip deleted file mode 100644 index e8ecd43..0000000 Binary files a/CordovaStarter-1.6.0.zip and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/2c0cef52/CordovaStarter-1.6.1.zip ---------------------------------------------------------------------- diff --git a/CordovaStarter-1.6.1.zip b/CordovaStarter-1.6.1.zip new file mode 100644 index 0000000..898a317 Binary files /dev/null and b/CordovaStarter-1.6.1.zip differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/2c0cef52/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index ce6a70b..2eda823 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0 \ No newline at end of file +1.6.1 \ No newline at end of file