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">
<title>Changelog</title>
<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="/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="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-ci.org/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-ci.org/images/16x16/health-40to59.gif" width="16" height="16"
alt="Cloudy"> = I don't recommend it. <br>
<img src="//ci.jenkins-ci.org/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="rfe">
Make Node implement Saveable.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-31055">issue 31055</a>)
Oleg Nenashev
committed
<li class="bug">
Revert trigger optimizations made in 1.621 by <a href="https://github.com/jenkinsci/jenkins/pull/1617">PR 1617</a>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30745">issue 30745</a>)
<li class="bug">
Delegate CLI's delete-node command to the overridable <code>Computer.doDoDelete()</code> method.
Fixes the issue in OpenStack and JClouds plugins.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-31098">issue 31098</a>, regression in 1.618)
<li class="bug">
Prevent autocorrect of username on mobile devices in login forms.
(<a href="https://github.com/jenkinsci/jenkins/pull/1531">PR 1531</a>)
<li class="rfe">
Describe the built-in JDK as "(System)".
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-755">issue 755</a>)
<li class="bug">
Update JNA library to 4.2.1 in order to integrate fixes for linux-ppc64 and linux-arm platforms.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-15792">issue 15792</a>)
</ul>
</div><!--=TRUNK-END=-->
<h3><a name=v1.634>What's new in 1.634</a> (2015/10/18)</h3>
<li class="major bug">
Fix order of builds in new builds history widget introduced in 1.633.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30899">issue 30899</a>)
Bytecode Compatibility Transformer would fail to transform some classes resulting in <code>ClassNotFoundException</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30820">issue 30820</a>)
<li class="bug">
Prevent <code>ClassCastException</code> in <code>AbstractBuild::reportError()</code> if the build step is not Publisher.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30730">issue 30730</a>)
<li class="bug">
Trim job names during the rename operation (it is impossible to delete or rename jobs with trailing spaces).
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30502">issue 30502</a>)
<li class="rfe">
Add "graphBg" and "plothBg" background color options to plot URLs
(<a href="https://github.com/jenkinsci/jenkins/pull/1769">PR 1769</a>)
<li class="rfe">
API changes: Add get method for causes of interruption in <code>hudson.model.Executor</code>
(<a href="https://github.com/jenkinsci/jenkins/pull/1712">PR 1712</a>)
<li class="rfe">
Allow case insensitive file patterns in Artifacts Archiving.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-5253">issue 5253</a>)
<li class="bug">
Prevent <code>NullPointerException</code> while estimating duration of Queue executable items.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30456">issue 30456</a>)
<li class="bug">
Fix the resolution of Windows symbolic links in <code>SecretRewriter</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30456">issue 30456</a>)
<li class="rfe">
Let a combobox display its drop-down when focused, so users can see candidates without entering a letter.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-26278">issue 26278</a>)
</ul>
<h3><a name=v1.633>What's new in 1.633</a> (2015/10/11)</h3>
<li class="rfe">
Added safari pinned tab icon.
(<a href="https://groups.google.com/d/msg/jenkinsci-dev/W29LIfo2uME/fpMy_YNZCgAJ">discussion</a>)
<li class="rfe">
Plugin Manager UI changes to prevent users from enabling/disabling/uninstalling plugins at the "wrong" time.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-23150">issue 23150</a>)
<li class="bug">
bytecode-compatibility-transformer produces malformed bytecode.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-28781">issue 28781</a>)
<li class="bug">
Properly handle <code>RuntimeException</code>s in run retention policy handler calls.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-29888">issue 29888</a>)
<li class="bug">
Prevent <code>NullPointerException</code> in CLI if Jenkins cannot find the specified job
or a job with the nearest name.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30742">issue 30742</a>)
<li class="bug">
Do not show <i>REST API</i> link for pages, which have no API handlers.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-29014">issue 29014</a>)
<li class="bug">
JS alert preventing to leave a configuration page without changes.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21720">issue 21720</a>)
<li class="bug">
JS error triggered by collapsing build history widget.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30569">issue 30569</a>)
<li class="major rfe">
Build history pagination and search.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-26445">issue 26445</a>)
<h3><a name=v1.632>What's new in 1.632</a> (2015/10/05)</h3>
<li class="bug">
Optimize TagCloud size calculation.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30705">issue 30705</a>)
<li class="bug">
FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30084">issue 30084</a>)
<li class="bug">
Prevent <code>NullPointerException</code> for disabled builds in <code>ReverseBuildTrigger</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-29876">issue 29876</a>)
<li class="rfe">
ConsoleLogFilter wasn't truly global
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30777">issue 30777</a>)
<li class="rfe">
API changes: <code>hudson.Util.isOverridden()</code> now supports protected methods.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30002">issue 30002</a>)
<li class="bug">
Sidepanel controls with confirmation (<code>lib/layout/task</code>) did not assign the proper CSS style.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30787">issue 30787</a>)
<h3><a name=v1.631>What's new in 1.631</a> (2015/09/27)</h3>
<ul class=image>
<li class=rfe>
Add proper labels for plugin categories assigned to some plugins.
(<a href="https://github.com/jenkinsci/jenkins/pull/1758">PR 1758</a>)
<h3><a name=v1.630>What's new in 1.630</a> (2015/09/20)</h3>
<li class="bug">
Make <tt>JenkinsRule</tt> useable on systems which don't support JNA
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-29507">issue 29507</a>)
<h3><a name=v1.629>What's new in 1.629</a> (2015/09/15)</h3>
<ul class=image>
<li class="rfe">
Old data monitor made Jenkins single-threaded for all saves.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30139">issue 30139</a>)
<h3><a name=v1.628>What's new in 1.628</a> (2015/09/06)</h3>
<li class="rfe">
Replaced all non java.util.logging logging libraries with slf4j interceptors.
(<a href="https://github.com/jenkinsci/jenkins/pull/1816">PR 1816</a>)
<li class="rfe">
Document <tt>allBuilds</tt> subtree in remote API for jobs.
(<a href="https://github.com/jenkinsci/jenkins/pull/1817">PR 1817</a>)
</ul>
<h3><a name=v1.627>What's new in 1.627</a> (2015/08/30)</h3>
<li class="major bug">
Race condition in triggers could cause various <code>NullPointerException</code>s.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-29790">issue 29790</a>)
<li class=bug>
Archiving of large artifacts. Tar implementation cannot handle files having a size >8GB.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10629">issue 10629</a>)
<li class="rfe">
Allow plugins to augment or replace the plugin manager UI.
Loading
Loading full blame...