You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/09/21 23:14:56 UTC

[cordova-ios] branch master updated (095dbec -> 7ab0315)

This is an automated email from the ASF dual-hosted git repository.

steven pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git.


    from 095dbec  CB-13310 Updated RELEASENOTES and Version for release 4.5.1
     new 3896117  Added 4.5.1 to CDVAvailability.h (via coho).
     new 210d064  Set VERSION to 4.6.0-dev (via coho)
     new 7ab0315  Update JS snapshot to version 4.6.0-dev (via coho)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CordovaLib/Classes/Public/CDVAvailability.h | 3 ++-
 CordovaLib/cordova.js                       | 8 ++++----
 package.json                                | 2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 03/03: Update JS snapshot to version 4.6.0-dev (via coho)

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 7ab03155c2e44c94a0a284f32192ad6f264a6c0e
Author: Steve Gill <st...@gmail.com>
AuthorDate: Thu Sep 21 16:13:57 2017 -0700

    Update JS snapshot to version 4.6.0-dev (via coho)
---
 CordovaLib/cordova.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index 014ecd4..904ac45 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -841,7 +841,7 @@ module.exports = channel;
 
 });
 
-// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/exec.js
+// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /*global require, module, atob, document */
@@ -1569,7 +1569,7 @@ exports.reset();
 
 });
 
-// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/platform.js
+// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/platform.js
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {
@@ -1585,7 +1585,7 @@ module.exports = {
 
 });
 
-// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/plugin/ios/console.js
+// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/plugin/ios/console.js
 define("cordova/plugin/ios/console", function(require, exports, module) {
 
 //------------------------------------------------------------------------------
@@ -1756,7 +1756,7 @@ for (var key in console) {
 
 });
 
-// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/plugin/ios/logger.js
+// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/plugin/ios/logger.js
 define("cordova/plugin/ios/logger", function(require, exports, module) {
 
 //------------------------------------------------------------------------------

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 01/03: Added 4.5.1 to CDVAvailability.h (via coho).

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 3896117e356318141381a13db3c8342825e82d96
Author: Steve Gill <st...@gmail.com>
AuthorDate: Thu Sep 21 16:13:43 2017 -0700

    Added 4.5.1 to CDVAvailability.h (via coho).
---
 CordovaLib/Classes/Public/CDVAvailability.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h
index af63494..078b6dd 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -68,6 +68,7 @@
 #define __CORDOVA_4_3_1 40301
 #define __CORDOVA_4_4_0 40400
 #define __CORDOVA_4_5_0 40500
+#define __CORDOVA_4_5_1 40501
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -80,7 +81,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_5_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_5_1
 #endif
 
 /*

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 02/03: Set VERSION to 4.6.0-dev (via coho)

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 210d064de1d17aa0043206e01a2bd1c5bf455cd0
Author: Steve Gill <st...@gmail.com>
AuthorDate: Thu Sep 21 16:13:50 2017 -0700

    Set VERSION to 4.6.0-dev (via coho)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 87b72ae..848f93d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "4.5.1",
+  "version": "4.6.0-dev",
   "description": "cordova-ios release",
   "main": "bin/templates/scripts/cordova/Api.js",
   "repository": {

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org