[jira] [Commented] (CB-14228) cordova-osx patch release July 2018

2018-08-14 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16579649#comment-16579649
 ] 

ASF subversion and git services commented on CB-14228:
--

Commit 1437f1c704cabb8464f35ee1fab2156151de6117 in cordova-docs's branch 
refs/heads/master from [~brodybits]
[ https://gitbox.apache.org/repos/asf?p=cordova-docs.git;h=1437f1c ]

CB-14228 add cordova-osx@4.0.2 blog post (#856)



> cordova-osx patch release July 2018
> ---
>
> Key: CB-14228
> URL: https://issues.apache.org/jira/browse/CB-14228
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-osx
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-osx package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14228) cordova-osx patch release July 2018

2018-08-14 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16579648#comment-16579648
 ] 

ASF GitHub Bot commented on CB-14228:
-

brodybits closed pull request #856: CB-14228 add cordova-osx@4.0.2 blog post
URL: https://github.com/apache/cordova-docs/pull/856
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/www/_posts/2018-08-14-cordova-osx-4.0.2.md 
b/www/_posts/2018-08-14-cordova-osx-4.0.2.md
new file mode 100644
index 0..9ff41898d
--- /dev/null
+++ b/www/_posts/2018-08-14-cordova-osx-4.0.2.md
@@ -0,0 +1,36 @@
+---
+layout: post
+author:
+name: Chris Brody
+url: https://twitter.com/brodybits
+title:  "Cordova OSX (macOS) 4.0.2 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova OSX 4.0.2` (for macOS) has been 
released! This release fixes various bugs releated to the previous 
`cordova-osx@4.0.1` release.
+
+To upgrade:
+
+npm install -g cordova
+cd my_project
+cordova platform rm osx
+cordova platform add osx@latest
+
+To add it explicitly:
+
+cordova platform add osx@4.0.2
+
+
+
+## Curated Changelog
+
+* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) update 
dependencies to resolve `npm audit` issues, pinned in 4.0.x only 
([GH-50](https://github.com/apache/cordova-osx/pull/50))
+* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) - log `error.stack` 
in `cordova.js` (update from `cordova-js@4.2.4`) in `4.0.x`
+* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) - `cordova.js` 
updates to pass eslint from cordova-js@4.2.2
+* cordova.js updates from cordova-js@4.2.0
+  - [CB-3785](https://issues.apache.org/jira/browse/CB-3785) enable 
EventListener interface support
+  - [CB-3785](https://issues.apache.org/jira/browse/CB-3785) 
Channel.prototype.subscribe to support EventListener interface
+  - [CB-9967](https://issues.apache.org/jira/browse/CB-9967) deleted legacy 
platform specific files from cordova-js
+  - [CB-11522](https://issues.apache.org/jira/browse/CB-11522) [windows] Make 
cordova-js handle 'unknown' type
+  - [CB-11522](https://issues.apache.org/jira/browse/CB-11522) Make 
utils.clone handle properties gracefully


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> cordova-osx patch release July 2018
> ---
>
> Key: CB-14228
> URL: https://issues.apache.org/jira/browse/CB-14228
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-osx
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-osx package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14228) cordova-osx patch release July 2018

2018-08-13 Thread Chris Brody (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16578295#comment-16578295
 ] 

Chris Brody commented on CB-14228:
--

I just opened  to track the 
issue with  () in patch 
release, would like to continue the discussion there.

> cordova-osx patch release July 2018
> ---
>
> Key: CB-14228
> URL: https://issues.apache.org/jira/browse/CB-14228
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-osx
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-osx package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14228) cordova-osx patch release July 2018

2018-08-13 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16578014#comment-16578014
 ] 

Bryan Ellis commented on CB-14228:
--

[~brodybits] I am not sure where to bring up this issue. I noticed the VOTE 
thread and the thread had nothing about where to discuss.

In the vote, I noticed that the `cordova-common` dep is still on 2.x. 

In `cordova-common` 2.x there was a bug reported which I committed a PR and fix 
for, but, it is only in 3.0.0-dev. Should this fix be cherry-picked and release 
in 2.x of common and then bump OSX platform to that version?

*The gist of the issue*
When you add a plugin and build the first time, it will trigger the device 
ready. This is expected. But if you build a second or third or any thereafter, 
the device is ready is not triggered.

https://issues.apache.org/jira/browse/CB-14099
https://github.com/apache/cordova-common/pull/32

Please note, even though the PR says closed, the fix was merged into master... 
It seems the person used coho to merge my changes and it closed my PR instead.

> cordova-osx patch release July 2018
> ---
>
> Key: CB-14228
> URL: https://issues.apache.org/jira/browse/CB-14228
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-osx
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-osx package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14228) cordova-osx patch release July 2018

2018-07-29 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561409#comment-16561409
 ] 

ASF GitHub Bot commented on CB-14228:
-

brodybits closed pull request #51: CB-14228 release 4.0.2
URL: https://github.com/apache/cordova-osx/pull/51
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 3485cb25..4d54dadd 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-4.0.2-dev
+4.0.2
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index a0b1ec13..5ebcfe11 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -1,5 +1,5 @@
 // Platform: osx
-// e040d9e9343d5f27dd4f67616660b33b92a82ff7
+// 9e8e1b716252c4a08abcd31a13013b868d6f4141
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.0.2-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '4.0.2';
 // file: src/scripts/require.js
 
 /* jshint -W079 */
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d354f501..2c79d0cf 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,17 @@
 -->
 ## Release Notes for Cordova (OS X) ##
  
+### 4.0.2 (Jul 29, 2018)
+* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) update 
dependencies to resolve `npm audit` issues, pinned in 4.0.x only 
([GH-50](https://github.com/apache/cordova-osx/pull/50))
+* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) - log `error.stack` 
in `cordova.js` (update from `cordova-js@4.2.4`) in `4.0.x`
+* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) - `cordova.js` 
updates to pass eslint from cordova-js@4.2.2
+* cordova.js updates from cordova-js@4.2.0
+  - [CB-3785](https://issues.apache.org/jira/browse/CB-3785) enable 
EventListener interface support
+  - [CB-3785](https://issues.apache.org/jira/browse/CB-3785) 
Channel.prototype.subscribe to support EventListener interface
+  - [CB-9967](https://issues.apache.org/jira/browse/CB-9967) deleted legacy 
platform specific files from cordova-js
+  - [CB-11522](https://issues.apache.org/jira/browse/CB-11522) [windows] Make 
cordova-js handle 'unknown' type
+  - [CB-11522](https://issues.apache.org/jira/browse/CB-11522) Make 
utils.clone handle properties gracefully
+
 ### 4.0.1 (Mar 03, 2016)
 * updated .ratignore
 * CB-10668 added node_modules directory
diff --git a/bin/templates/scripts/cordova/version 
b/bin/templates/scripts/cordova/version
index 71af83b3..c0074a70 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION="4.0.2-dev";
+var VERSION="4.0.2";
 
 module.exports.version = VERSION;
 
diff --git a/package.json b/package.json
index 89b9ff77..3019b2b1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-osx",
-  "version": "4.0.2-dev",
+  "version": "4.0.2",
   "description": "cordova-osx release",
   "main": "bin/templates/scripts/cordova/Api.js",
   "repository": {


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> cordova-osx patch release July 2018
> ---
>
> Key: CB-14228
> URL: https://issues.apache.org/jira/browse/CB-14228
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-osx
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-osx package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14228) cordova-osx patch release July 2018

2018-07-29 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561410#comment-16561410
 ] 

ASF subversion and git services commented on CB-14228:
--

Commit da6c714d22d1326dd0a0761f8184f19249601370 in cordova-osx's branch 
refs/heads/4.0.x from Christopher J. Brody
[ https://gitbox.apache.org/repos/asf?p=cordova-osx.git;h=da6c714 ]

CB-14228 update RELEASENOTES.md for release 4.0.2


> cordova-osx patch release July 2018
> ---
>
> Key: CB-14228
> URL: https://issues.apache.org/jira/browse/CB-14228
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-osx
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-osx package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14228) cordova-osx patch release July 2018

2018-07-29 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561407#comment-16561407
 ] 

ASF GitHub Bot commented on CB-14228:
-

brodybits opened a new pull request #856: CB-14228 add cordova-osx@4.0.2 blog 
post
URL: https://github.com/apache/cordova-docs/pull/856
 
 
   
   
   ### Platforms affected
   
   macOS ("osx")
   
   ### What does this PR do?
   
   - Blog post for upcoming cordova-osx@4.0.2 release
   
   ### What testing has been done on this change?
   
   - Visual inspection
   
   ### Checklist
   
   - [x] Commit message follows the format: "GH-3232: (android) Fix bug with 
resolving file paths", where GH- is the GitHub issue ID & "android" is the 
platform affected.
   - ~~Added automated test coverage as appropriate for this change.~~


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> cordova-osx patch release July 2018
> ---
>
> Key: CB-14228
> URL: https://issues.apache.org/jira/browse/CB-14228
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-osx
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-osx package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14228) cordova-osx patch release July 2018

2018-07-29 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561394#comment-16561394
 ] 

ASF GitHub Bot commented on CB-14228:
-

brodybits opened a new pull request #51: CB-14228 release 4.0.2
URL: https://github.com/apache/cordova-osx/pull/51
 
 
   
   
   ### Platforms affected
   
   macOS ("osx")
   
   ### What does this PR do?
   
   - Update `RELEASENOTES.md` with major changes for `4.0.2`
   - Update JS snapshot, VERSION, and version to `4.0.2` on `4.0.x` branch 
using the following command with updates from apache/cordova-coho#176: 
`./cordova-coho/coho prepare-platform-release-branch --version 4.0.2 -r osx -b 
4.0.x`
   
   This release includes changes from GH-50:
   * [CB-14145](https://issues.apache.org/jira/browse/CB-14145) update 
dependencies to resolve `npm audit` issues, pinned in 4.0.x only 
([GH-50](https://github.com/apache/cordova-osx/pull/50))
   * [CB-9366](https://issues.apache.org/jira/browse/CB-9366) - log 
`error.stack` in `cordova.js` (update from `cordova-js@4.2.4`) in `4.0.x`
   * [CB-12895](https://issues.apache.org/jira/browse/CB-12895) - `cordova.js` 
updates to pass eslint from cordova-js@4.2.2
   * cordova.js updates from cordova-js@4.2.0
 - [CB-3785](https://issues.apache.org/jira/browse/CB-3785) enable 
EventListener interface support
 - [CB-3785](https://issues.apache.org/jira/browse/CB-3785) 
Channel.prototype.subscribe to support EventListener interface
 - [CB-9967](https://issues.apache.org/jira/browse/CB-9967) deleted legacy 
platform specific files from cordova-js
 - [CB-11522](https://issues.apache.org/jira/browse/CB-11522) [windows] 
Make cordova-js handle 'unknown' type
 - [CB-11522](https://issues.apache.org/jira/browse/CB-11522) Make 
utils.clone handle properties gracefully
   
   
   ### What testing has been done on this change?
   
   - [ ] `npm outdated --depth=0` shows no red entries
   - [ ] `npm audit` shows 0 vulnerabilities (using npm@6.1.0 & npm@6.2.0)
   - [ ] `coho audit-license-headers -r osx` shows no missing license headers
   - [ ] `coho check-license -r osx` shows no incorrect licenses (NOTE: this 
patch release now includes xmldom package which does not have correct SPDX 
expression but visual inspection of node_modules/xmldom/LICENSE shows MIT 
license option, which is acceptable.)
   
   ### Checklist
   
   - ~~[Reported an issue](http://cordova.apache.org/contribute/issues.html) in 
the JIRA database~~
   - [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected. (manual update of `RELEASENOTES.md` only)
   - ~~Added automated test coverage as appropriate for this change.~~


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> cordova-osx patch release July 2018
> ---
>
> Key: CB-14228
> URL: https://issues.apache.org/jira/browse/CB-14228
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-osx
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-osx package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org