Newer
Older
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
We record noteworthy changes in this file, which then becomes http://jenkins-ci.org/changelog
- Record your changes between "TRUNK-BEGIN" and "TRUNK-END".
(except in rare cases when you are making changes in the RC branch,
in which case it goes to the rc section)
- There are four CSS classes to denote the kind of changes.
"rfe" for enhancement and "bug" for bug fixes,
plus "major" to indicate major RFE/bugfix.
- Link to bugs in the issue tracker, e-mail thread in the archive, and so on if you can.
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link rel="stylesheet" TYPE="text/css" href="/changelog.css">
<!--[if IE]>
<style type="text/css">div.rate-offset { bottom: 0.2em !important; left: 5em !important; }</style>
<![endif]-->
<script type="text/javascript" src="https://rating.jenkins.io/rate/rate.js"></script>
</head>
<body>
<div align="right">Legend:
<span class="iconlegend">
<img src="/images/rfe2.gif" alt="major RFE">major enhancement <img src="/images/rfe.gif" alt="RFE">enhancement
<img src="/images/bug2.gif" alt="major bug">major bug fix <img src="/images/bug.gif" alt="bug">bug fix
</span><span style="visibility:hidden">xxxxx</span>
</div>
<div id="head"></div>
<div id="ratings" style="display:none; font-size:120%;
border:1px solid black; background-color:#eee; padding:0.5em; margin-bottom:1em">
Help other Jenkins users by letting the community know which releases you've used,
and whether they had any significant issues. <br>
Legend: <br>
<img src="//ci.jenkins.io/images/16x16/health-80plus.gif" width="16" height="16"
alt="Sunny"> = I use it on my production site without major issues. <br>
<img src="//ci.jenkins.io/images/16x16/health-40to59.gif" width="16" height="16"
alt="Cloudy"> = I don't recommend it. <br>
<img src="//ci.jenkins.io/images/16x16/health-00to19.gif" width="16" height="16"
alt="Lightning"> = I tried it but rolled back to a previous version. <br>
View ratings below, and click one of the icons next to your version to provide your input.
</div>
<a href="" onClick="document.getElementById('trunk').style.display='block';return false">
Upcoming changes</a>
<a href="" style="padding-left:3em" onClick="return loaddata(this)">Community ratings</a>
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<li class="major rfe">
Show notification with popup on most pages when administrative monitors are active.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-38391">issue 38391</a>)
<li class="rfe">
Allow disabling/enabling administrative monitors on Configure Jenkins form.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-38301">issue 38301</a>)
<li class="rfe">
Ensure exception stacktrace is shown when there's a <tt>FormException</tt>.
(<a href="https://github.com/jenkinsci/jenkins/pull/2555">pull 2555</a>)
<li class="rfe">
Indicate hovered table row on striped tables.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-32148">issue 32148</a>)
<li class="bug">
Exclude <tt>/cli</tt> URL from CSRF protection crumb requirement, making the CLI work with CSRF protection enabled and JNLP port disabled.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18114">issue 18114</a>)
</ul>
</div><!--=TRUNK-END=-->
<h3><a name=v2.23>What's new in 2.23</a> (2016/09/18)</h3>
<li class="bug">
Fix JS/browser memory leak on Jenkins dashboard.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10912">issue 10912</a>)
<li class="bug">
Build history was not properly updating via AJAX.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-31487">issue 31487</a>)
<li class="bug">
Properly enable submit button on New Item page when choosing item type first.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-36539">issue 36539</a>)
<h3><a name=v2.22>What's new in 2.22</a> (2016/09/11)</h3>
<ul class=image>
<li class="rfe">
Change symbol and constructor for SCMTrigger to <tt>pollScm</tt> to make it usable in Pipeline scripts.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37731">issue 37731</a>)
<li class="rfe">
Prompt user whether to add the job to the current view.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19142">issue 19142</a>)
<li class="rfe">
Update to sshd module 1.7, allowing definition of client idle timeout.
(<a href="https://github.com/jenkinsci/jenkins/pull/2534">pull 2534</a>,
<a href="https://issues.jenkins-ci.org/browse/JENKINS-36420">issue 36420</a>)
<li class="rfe">
Update to sezpoz 1.12 with better diagnostics.
(<a href="https://github.com/jenkinsci/jenkins/pull/2525">pull 2525</a>)
<li class="bug">
Fix <tt>NullPointerException</tt> when descriptor is not in <tt>DescriptorList</tt>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37997">issue 37997</a>)
<li class="bug">
Use the correct 'gear' icon for Manage Jenkins in Plugin Manager.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-34250">issue 34250</a>)
<h3><a name=v2.21>What's new in 2.21</a> (2016/09/04)</h3>
<ul class=image>
<li class="rfe">
Ask for confirmation before canceling/aborting runs.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30565">issue 30565</a>)
<li class="rfe">
Add newline after the text in <code>userContent/readme.txt</code>.
(<a href="https://github.com/jenkinsci/jenkins/pull/2532">PR #2532</a>)
<li class="bug">
Fixed the missing icon in the System Script console.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37814">issue 37814</a>)
<li class="bug">
Print warnings to system logs and administrative monitors
when Jenkins initializarion does not reach the final milestone.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37874">issue 37874</a>,
diagnostics for <a href="https://issues.jenkins-ci.org/browse/JENKINS-37759">issue-37759</a>)
<li class="rfe">
Developer API: <code>UpdateSite#getJsonSignatureValidator()</code> can be now
overriden and used in plugins.
(<a href="https://github.com/jenkinsci/jenkins/pull/2532">PR #2532</a>)
<h3><a name=v2.20>What's new in 2.20</a> (2016/08/28)</h3>
Oleg Nenashev
committed
<li class="rfe">
Make <code>Cloud.PROVISION</code> permission independent from <code>Jenkins.ADMINISTER</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37616">issue 37616</a>)
<li class="rfe">
Allow the use of custom JSON signature validator for Update Site metadata signature checks.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-36537">issue 36537</a>)
<li class="bug">
Do not process <code>null</code> CRON specifications in build triggers.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-36748">issue 36748</a>, enhances fix in 2.15)
<li class="bug">
Setup wizard now checks if the restart is supported on the system before displaying the restart button.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-33374">issue 33374</a>)
<li class="bug">
Test Windows junctions before Java 7 symlink in symbolic link checks.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-29956">issue 29956</a>)
<li class="bug">
Fixed background color in the <code>ComboBoxList</code> element in order to make options visible.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37549">issue 37549</a>)
<li class="bug">
Fixed editing default view description with automatic refresh.
System message is not being displayed instead of the view description.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37360">issue 37360</a>)
<li class="bug">
Fixed process tree management logic on Solaris with 64-bit JVMs.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37559">issue 37559</a>)
</ul>
<h3><a name=v2.19>What's new in 2.19</a> (2016/08/21)</h3>
<li class="major bug">
Prevent File descriptor leaks when reading plugin manifests.
It causes failures during the upgrade of detached plugins on Windows.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37332">issue 37332</a>, regression in 2.16)
<li class="bug">
Prevent resource leaks in <code>AntClassLoader</code> being used in the core.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37561">issue 37561</a>)
<li class="bug">
Fix the wrong message about empty field in the case duplicate item name in the New Item dialog.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-34532">issue 34532</a>)
<li class="rfe">
Allow invoking Upgrade Wizard when Jenkins starts up.
It can be done by placing an empty <code>jenkins.install.InstallUtil.lastExecVersion</code> file
in <code>JENKINS_HOME</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37438">issue 37438</a>)
<li class="rfe">
Replace repetitious "website" and "dependencies" text in the Setup Wizard by icons.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37523">issue 37523</a>)
<li class="rfe">
Expose Job name to system logs when Jenkins fails to create a new build with <code>IllegalStateException</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-33549">issue 33549</a>)
<li class="rfe">
Downgrade <code>Queue#maintain()</code> message for dead executors during task mapping
from <code>INFO</code> to <code>FINE</code>.
(<a href="https://github.com/jenkinsci/jenkins/pull/2510">PR #2510</a>)
</ul>
<h3><a name=v2.18>What's new in 2.18</a> (2016/08/15)</h3>
<li class="rfe">
Better diagnostics and robustness against old <code>ChangeLogAnnotator</code> API usage in plugins.
Enhances <a href="https://issues.jenkins-ci.org/browse/JENKINS-23365">JENKINS-23365</a> fix in 1.569.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-36757">issue 36757</a>)
<li class="bug">
Prevent open file leak when the agent channel <code>onClose()</code> listener writes to the already closed log.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37098">issue 37098</a>)
<li class="major bug">
Stop A/B testing of the remoting JNLP3 protocol due to the known issues.
The protocol can be enabled manually via the <code>jenkins.slaves.JnlpSlaveAgentProtocol3.enabled</code>
<a href="https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties">system property</a>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-37315">issue 37315</a>)
Loading
Loading full blame...