[jira] [Commented] (CB-14112) cordova-common release May 2018

2018-06-04 Thread ASF subversion and git services (JIRA)


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

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

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

CB-14112: Add cordova-common@2.2.3 blog post


> cordova-common release May 2018
> ---
>
> Key: CB-14112
> URL: https://issues.apache.org/jira/browse/CB-14112
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>Priority: Minor
> Fix For: cordova-common@2.2.3
>
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]



--
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-14112) cordova-common release May 2018

2018-06-04 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CB-14112:
-

dpogue closed pull request #828: CB-14112: Add cordova-common@2.2.3 blog post
URL: https://github.com/apache/cordova-docs/pull/828
 
 
   

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-06-04-common-release.md 
b/www/_posts/2018-06-04-common-release.md
new file mode 100644
index 0..dd51a3868
--- /dev/null
+++ b/www/_posts/2018-06-04-common-release.md
@@ -0,0 +1,25 @@
+---
+layout: post
+author:
+name: Darryl Pogue
+url: https://twitter.com/dpogue
+title:  "Cordova-Common Release"
+categories: news
+tags: release tools
+---
+
+We are happy to announce that `cordova-common 2.2.3` has been released. This 
is one of the libraries used behind-the-scenes by nearly all of the Cordova 
tooling and provides utilities for dealing with things like config.xml parsing.
+
+## Release Highlights
+
+The purpose of this release was primarily to bring some dependencies up to 
date, but there were also a handful of small bugfixes:
+
+* [CB-13979](https://issues.apache.org/jira/browse/CB-13979) More consistency 
for `config.xml` lookups
+* [CB-11691](https://issues.apache.org/jira/browse/CB-11691) Fix for modifying 
binary plists
+* [CB-13770](https://issues.apache.org/jira/browse/CB-13770) Warn when 
`` or `` not found
+* [CB-13744](https://issues.apache.org/jira/browse/CB-13744) Recognize 
storyboards as XML files
+
+
+## Deprecation Note
+
+As NodeJS 4.x support ended on April 30th, 2018, we are proceeding 
with our [previously 
announced](http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html)
 deprecation timeline.  This is probably the last release that will support 
NodeJS 4.x.


 


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-common release May 2018
> ---
>
> Key: CB-14112
> URL: https://issues.apache.org/jira/browse/CB-14112
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>Priority: Minor
> Fix For: cordova-common@2.2.3
>
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]



--
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-14112) cordova-common release May 2018

2018-06-04 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CB-14112:
-

dpogue commented on a change in pull request #828: CB-14112: Add 
cordova-common@2.2.3 blog post
URL: https://github.com/apache/cordova-docs/pull/828#discussion_r192881137
 
 

 ##
 File path: www/_posts/2018-06-04-common-release.md
 ##
 @@ -0,0 +1,25 @@
+---
+layout: post
+author:
+name: Darryl Pogue
+url: https://twitter.com/dpogue
+title:  "Cordova-Common Release"
+categories: news
+tags: release tools
+---
+
+We are happy to announce that `cordova-common 2.2.3` has been released. This 
is one of the libraries used behind-the-scenes by nearly all of the Cordova 
tooling and provides utilities for dealing with things like config.xml parsing.
+
+## Release Highlights
+
+The purpose of this release was primarily to bring some dependencies up to 
date, there were a handful of small bugfixes as well:
+
+* [CB-13979](https://issues.apache.org/jira/browse/CB-13979) More consistency 
for `config.xml` lookups
+* [CB-11691](https://issues.apache.org/jira/browse/CB-11691) Fix for modifying 
binary plists
+* [CB-13770](https://issues.apache.org/jira/browse/CB-13770) Warn when 
`` or `` not found
+* [CB-13744](https://issues.apache.org/jira/browse/CB-13744) Recognize 
storyboards as XML files
+
+
+## Deprecation Note
+
+As NodeJS 4.x support ended on April 30th, 2018, we are proceeding 
with our [previously 
announced](http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html)
 deprecation timeline.  This is the last release that will support NodeJS 4.x.
 
 Review comment:
   Update to say "probably". Thanks!


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-common release May 2018
> ---
>
> Key: CB-14112
> URL: https://issues.apache.org/jira/browse/CB-14112
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>Priority: Minor
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]



--
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-14112) cordova-common release May 2018

2018-06-04 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CB-14112:
-

raphinesse commented on a change in pull request #828: CB-14112: Add 
cordova-common@2.2.3 blog post
URL: https://github.com/apache/cordova-docs/pull/828#discussion_r192879788
 
 

 ##
 File path: www/_posts/2018-06-04-common-release.md
 ##
 @@ -0,0 +1,25 @@
+---
+layout: post
+author:
+name: Darryl Pogue
+url: https://twitter.com/dpogue
+title:  "Cordova-Common Release"
+categories: news
+tags: release tools
+---
+
+We are happy to announce that `cordova-common 2.2.3` has been released. This 
is one of the libraries used behind-the-scenes by nearly all of the Cordova 
tooling and provides utilities for dealing with things like config.xml parsing.
+
+## Release Highlights
+
+The purpose of this release was primarily to bring some dependencies up to 
date, there were a handful of small bugfixes as well:
+
+* [CB-13979](https://issues.apache.org/jira/browse/CB-13979) More consistency 
for `config.xml` lookups
+* [CB-11691](https://issues.apache.org/jira/browse/CB-11691) Fix for modifying 
binary plists
+* [CB-13770](https://issues.apache.org/jira/browse/CB-13770) Warn when 
`` or `` not found
+* [CB-13744](https://issues.apache.org/jira/browse/CB-13744) Recognize 
storyboards as XML files
+
+
+## Deprecation Note
+
+As NodeJS 4.x support ended on April 30th, 2018, we are proceeding 
with our [previously 
announced](http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html)
 deprecation timeline.  This is the last release that will support NodeJS 4.x.
 
 Review comment:
   I don't know if we have to say "this is the last". What if some super bad 
security problem is discovered? Maybe just add a "probably". Never say never 
:wink: 


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-common release May 2018
> ---
>
> Key: CB-14112
> URL: https://issues.apache.org/jira/browse/CB-14112
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>Priority: Minor
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]



--
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-14112) cordova-common release May 2018

2018-06-02 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CB-14112:
-

dpogue opened a new pull request #828: CB-14112: Add cordova-common@2.2.3 blog 
post
URL: https://github.com/apache/cordova-docs/pull/828
 
 
   Blog post announcing the new release and also the impending drop of Node 4 
support


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-common release May 2018
> ---
>
> Key: CB-14112
> URL: https://issues.apache.org/jira/browse/CB-14112
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>Priority: Minor
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]



--
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-14112) cordova-common release May 2018

2018-06-02 Thread ASF subversion and git services (JIRA)


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

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

Commit 6530ce7fd48777e91332754019f516ebc232da1d in cordova-common's branch 
refs/heads/2.2.x from [~dpogue]
[ https://gitbox.apache.org/repos/asf?p=cordova-common.git;h=6530ce7 ]

CB-14112: Updated version and RELEASENOTES.md for release 2.2.3


> cordova-common release May 2018
> ---
>
> Key: CB-14112
> URL: https://issues.apache.org/jira/browse/CB-14112
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>Priority: Minor
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]



--
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-14112) cordova-common release May 2018

2018-05-30 Thread ASF subversion and git services (JIRA)


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

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

Commit e98283d0307e3fb4e73b6b668c4489b4a90098ff in cordova-common's branch 
refs/heads/2.2.x from [~dpogue]
[ https://gitbox.apache.org/repos/asf?p=cordova-common.git;h=e98283d ]

CB-14112: Updated version and RELEASENOTES.md for release 2.2.2


> cordova-common release May 2018
> ---
>
> Key: CB-14112
> URL: https://issues.apache.org/jira/browse/CB-14112
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>Priority: Minor
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]



--
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-14112) cordova-common release May 2018

2018-05-30 Thread ASF subversion and git services (JIRA)


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

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

Commit e98283d0307e3fb4e73b6b668c4489b4a90098ff in cordova-common's branch 
refs/heads/master from [~dpogue]
[ https://gitbox.apache.org/repos/asf?p=cordova-common.git;h=e98283d ]

CB-14112: Updated version and RELEASENOTES.md for release 2.2.2


> cordova-common release May 2018
> ---
>
> Key: CB-14112
> URL: https://issues.apache.org/jira/browse/CB-14112
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>Priority: Minor
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]



--
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-14112) cordova-common release May 2018

2018-05-30 Thread ASF subversion and git services (JIRA)


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

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

Commit 7a4eeba325ebeb7a4b41d89ee6ea6e234f9b69e7 in cordova-common's branch 
refs/heads/master from [~dpogue]
[ https://gitbox.apache.org/repos/asf?p=cordova-common.git;h=7a4eeba ]

CB-14112: Incremented package version to 2.3.0-dev


> cordova-common release May 2018
> ---
>
> Key: CB-14112
> URL: https://issues.apache.org/jira/browse/CB-14112
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>Priority: Minor
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]



--
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