Skip to content

Commit

Permalink
Changelog: Noting #131
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Nov 9, 2016
1 parent e0cfb18 commit f5abb07
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ See [Jenkins changelog](https://jenkins.io/changelog/) for more details.

Release date: Coming soon => TBD

Bugfixes:

* [JENKINS-39596](https://issues.jenkins-ci.org/browse/JENKINS-39596) -
Jenkins URL in `hudson.remoting.Engine` was always `null` since `3.0`.
It was causing connection failures of Jenkins JNLP agents when using Java Web Start.
([PR #131](https://github.com/jenkinsci/remoting/pull/131))
* [JENKINS-39617](https://issues.jenkins-ci.org/browse/JENKINS-39617) -
`hudson.remoting.Engine` was failing to establish connection if one of the URLs parameter in parameters was malformed.
([PR #131](https://github.com/jenkinsci/remoting/pull/131))


Improvements:

* [JENKINS-39150](https://issues.jenkins-ci.org/browse/JENKINS-39150) -
Expand All @@ -28,10 +39,6 @@ Add extra logging to help diagnosing `IOHub` Thread spikes.
When a proxy fails, report what caused the channel to go down.
([PR #128](https://github.com/jenkinsci/remoting/pull/128))

Bugfixes:



##### 3.0

Release date: (Oct 13, 2016) => Jenkins 2.27
Expand Down

0 comments on commit f5abb07

Please sign in to comment.