Skip to content

Commit

Permalink
Changelog: Noting #2626, #2627, #2612, #2631 and #2630
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Nov 13, 2016
1 parent 777dfe9 commit ff31562
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,26 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class="rfe">
Performance: Improve responsiveness of Jenkins web UI on mobile devices.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-39172">issue 39172</a>, continuation of the patch in 2.28)
<li class="major bug">
It was not possible to connect Jenkins agents via Java Web Start due to the issue in Remoting <code>3.0</code>.
Upgraded to Remoting <code>3.1</code> with a fix.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-39596">issue 39596</a>, regression in 2.26)
<li class="bug">
Prevent <code>NullPointerException</code> when rendering <code>CauseOfInterruption.UserInterruption</code>
in build summary pages for non-existent users.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-38721">issue 38721</a> and
<a href="https://issues.jenkins-ci.org/browse/JENKINS-37282">issue 37282</a>,
regression in 2.14)
<li class="bug">
Reduce logging level when the localization resource is missing <code>ResourceBundleUtil#getBundle()</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-39604">issue 39604</a>)
<li class="bug">
<code>ExtensionList.removeAll</code> was not unimplemented in Jenkins extension management API.
It was causing issues during dynamic loading of GitHub and BitBucket branch source plugins on the same instance.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-39520">issue 39520</a>)
<li class="bug">
Remoting 3.1: <code>hudson.remoting.Engine</code> (mostly Java Web Start) was failing to establish connection
if one of the URLs in <code>urls</code> parameter was malformed.
Expand All @@ -80,6 +96,9 @@
<li class="rfe">
Remoting 3.1: When a proxy fails, report what caused the channel to go down.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-39289">issue 39289</a>)
<li class="rfe">
Improved Polish translation.
(<a href="https://github.com/jenkinsci/jenkins/pull/2631">pull 2631</a>)
</ul>
</div><!--=TRUNK-END=-->
<h3><a name=v2.30>What's new in 2.30</a> (2016/11/07)</h3>
Expand Down

0 comments on commit ff31562

Please sign in to comment.