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

ASF GitHub Bot commented on CB-14203:
-------------------------------------

dpogue commented on a change in pull request #843: CB-14203 add 
[email protected] blog post
URL: https://github.com/apache/cordova-docs/pull/843#discussion_r201901771
 
 

 ##########
 File path: www/_posts/2018-07-11-cordova-android-7.1.1.md
 ##########
 @@ -0,0 +1,34 @@
+---
+layout: post
+author:
+    name: Chris Brody
+    url: https://twitter.com/brodybits
+title:  "Cordova Android 7.1.1 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Android 7.1.1` has been released! This 
release fixes various bugs releated to the previous `[email protected]` 
release.
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform remove android
+    cordova platform add [email protected]
+
+To add it explicitly:
+
+    cordova platform add [email protected]
+
+<!--more-->
+
+## Curated Changelog
+
+* Fix unsafe property access in run.js (#445)
+* Emit log event instead of logging directly (#452)
+* [CB-14101](https://issues.apache.org/jira/browse/CB-14101) Fix Java version 
check for Java >= 9 (#446)
 
 Review comment:
   We should be consistent in how/when we link to tickets. `(#446)` is 
meaningless on its own at the end of a line here.
   
   *If* we want to include links to GitHub PRs/issues, they should be formatted 
and linked as per GH-#### convention:
   `[GH-446](https://github.com/apache/cordova-android/pull/446): <description>`
   
   If we have both a Jira ticket and a PR, we should link to Jira because the 
PR changes should be linked from there

----------------------------------------------------------------
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:
[email protected]


> Cordova-Android platform patch release July 2018
> ------------------------------------------------
>
>                 Key: CB-14203
>                 URL: https://issues.apache.org/jira/browse/CB-14203
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: cordova-android
>            Reporter: Chris Brody
>            Assignee: Chris Brody
>            Priority: Major
>
> Patch release of {{cordova-android}} package with CB-14145 (npm audit issues) 
> resolved. (Other issues will be raised for July 2018 patch releases on the 
> other platforms.)
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to