You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/01 01:43:28 UTC

[1/2] ios commit: Added 4.3.1 Release Notes.

Repository: cordova-ios
Updated Branches:
  refs/heads/master 56cc2c59d -> 0c201c423


Added 4.3.1 Release Notes.


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

Branch: refs/heads/master
Commit: 6f601304e8ce82766b10cb09be4aa4286be5477c
Parents: 56cc2c5
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Nov 30 17:39:40 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Nov 30 17:39:40 2016 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/6f601304/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 665b4bd..b24f181 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -22,6 +22,22 @@
 
 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.3.1 (Dec 01, 2016)
+
+* [CB-12203](https://issues.apache.org/jira/browse/CB-12203) - Updated checked-in node_modules
+* [CB-12190](https://issues.apache.org/jira/browse/CB-12190) - create.spec tests fail when a device is connected
+* [CB-12155](https://issues.apache.org/jira/browse/CB-12155) - Create tests for launch storyboards
+* [CB-12084](https://issues.apache.org/jira/browse/CB-12084) - Update project build settings & plist
+* [CB-12130](https://issues.apache.org/jira/browse/CB-12130) - Launch storyboard images are not updated or cleaned
+* [CB-11243](https://issues.apache.org/jira/browse/CB-11243) - target-device and deployment-target were being ignored
+* [CB-12127](https://issues.apache.org/jira/browse/CB-12127) - Add buildFlag support in build.json
+* [CB-12125](https://issues.apache.org/jira/browse/CB-12125) - Unable to emulate on iPad pro iOS 10
+* [CB-12118](https://issues.apache.org/jira/browse/CB-12118) - Cordova run ios does not automatically deploy to device
+* [CB-12049](https://issues.apache.org/jira/browse/CB-12049) - user-agent string has a unique number appended
+* [CB-12098](https://issues.apache.org/jira/browse/CB-12098) - Update supportedInterfaceOrientations return type
+* [CB-9762](https://issues.apache.org/jira/browse/CB-9762) - Fix mobilespec 'cordova build' exception.
+* Updated bundled ios-sim to version 5.0.12
+
 ### 4.3.0 (Oct 21, 2016)
 
 * [CB-12054](https://issues.apache.org/jira/browse/CB-12054) - Remove npm absolute paths in node_modules/package.json (using removeNPMAbsolutePaths utility)


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


[2/2] ios commit: Added 4.3.1 to CDVAvailability.h (via coho).

Posted by sh...@apache.org.
Added 4.3.1 to CDVAvailability.h (via coho).


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

Branch: refs/heads/master
Commit: 0c201c42344f63c7590c4190ba2285fa199300bb
Parents: 6f60130
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Nov 30 17:07:50 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Nov 30 17:40:18 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/0c201c42/CordovaLib/Classes/Public/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h
index c924432..4e33241 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -65,6 +65,7 @@
 #define __CORDOVA_4_2_0 40200
 #define __CORDOVA_4_2_1 40201
 #define __CORDOVA_4_3_0 40300
+#define __CORDOVA_4_3_1 40301
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -77,7 +78,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_3_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_3_1
 #endif
 
 /*


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