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 2016/06/17 06:17:43 UTC

[32/32] ios commit: CB-11445 updated version in CDVAvailability.h

CB-11445 updated version in CDVAvailability.h


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/0f34d79a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/0f34d79a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/0f34d79a

Branch: refs/heads/master
Commit: 0f34d79a60883a4774e74d6f14481a997a5c9bad
Parents: 6b5a1e3
Author: Steve Gill <st...@gmail.com>
Authored: Thu Jun 16 22:16:58 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Jun 16 22:16:58 2016 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/Public/CDVAvailability.h | 3 ++-
 RELEASENOTES.md                             | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/0f34d79a/CordovaLib/Classes/Public/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h
index 13cbac0..cbce52e 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -62,6 +62,7 @@
 #define __CORDOVA_4_0_1 40001
 #define __CORDOVA_4_1_0 40100
 #define __CORDOVA_4_1_1 40101
+#define __CORDOVA_4_2_0 40200
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -74,7 +75,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_1_1
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_2_0
 #endif
 
 /*

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/0f34d79a/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index bc9e5d9..d6a8dd2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -23,6 +23,7 @@
 Cordova is a static library that enables developers to include the Cordova API in their iOS application projects easily, and also create new Cordova-based iOS application projects through the command-line.
 
 ### 4.2.0 (Jun 16, 2016)
+* `cordova-ios` now supports node 6!
 * [CB-11445](https://issues.apache.org/jira/browse/CB-11445) Updated checked-in `node_modules`
 * [CB-11424](https://issues.apache.org/jira/browse/CB-11424) `AppVeyor` test failures (path separator) on `cordova-ios` platform
 * [CB-11375](https://issues.apache.org/jira/browse/CB-11375) - onReset method of CDVPlugin is never called
@@ -36,7 +37,7 @@ Cordova is a static library that enables developers to include the Cordova API i
 * [CB-11200](https://issues.apache.org/jira/browse/CB-11200) Bump `node-xcode` version
 * [CB-11235](https://issues.apache.org/jira/browse/CB-11235) `NSInternalInconsistencyException` when running **iOS** unit tests
 * [CB-11161](https://issues.apache.org/jira/browse/CB-11161) Reuse `PluginManager` from `cordova-common` to `add/rm` plugins
-* [CB-11161](https://issues.apache.org/jira/browse/CB-11161) Bump `cordova-common` to `1.3.0`
+* [CB-11161](https://issues.apache.org/jira/browse/CB-11161) Bump `cordova-common` to `1.3.0`.
 * [CB-11019](https://issues.apache.org/jira/browse/CB-11019) Update tests to validate project name updates
 * [CB-11019](https://issues.apache.org/jira/browse/CB-11019) Handle changes of app name gracefully
 * [CB-11022](https://issues.apache.org/jira/browse/CB-11022) Duplicate `www` files on plugin installtion/removal


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