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="http://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="http://ci.jenkins-ci.org/images/16x16/health-40to59.gif" width="16" height="16"
alt="Cloudy"> = I don't recommend it. <br>
<img src="http://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=document.getElementById('rc').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'>
Enforcing build trigger authentication at runtime by checking authentication associated with a build, rather than at configuration time.
For compatibility, enforcement is skipped by default; you must install the Authorize Project plugin or similar for this to take effect.
The “upstream pseudo trigger” was also removed in favor of a true trigger configured on the downstream project;
you may use either the post-build action or the trigger according to where you want this configuration stored, and who is authorized to change it.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-16956">issue 16956</a>)
<li class=bug>
Fixed NPE from view new job name autocompletion since 1.553.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22142">issue 22142</a>)
<li class='major bug'>
Deadlocks in concurrent builds under some conditions since 1.556.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22560">issue 22560</a>)
<li class=rfe>
JNLP slaves are now handled through NIO-based remoting channels for better scalability.
<li class=rfe>
Integrated codemirror v2.38.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22582">issue 22582</a>)
<li class=bug>
Listing plugins shortly after installation throws ConcurrentModificationException.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22553">issue 22553</a>)
<li class=bug>
Fixed NoSuchMethodException when destroying processes using JDK1.8.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21341">issue 21341</a>)
<li class=rfe>
Avoid irrelevant job queing while node is offline.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21394">issue 21394</a>)
</ul>
</div><!--=TRUNK-END=-->
<!-- these changes are controlled by the release process. DO NOT MODIFY -->
<div id="rc" style="display:none;"><!--=BEGIN=-->
<h3><a name=v1.559>What's new in 1.559</a> <!--=DATE=--></h3>
<li class=rfe>
Slaves connected via Java Web Start now restart themselves when a connection to Jenkins is lost.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19055">issue 19055</a>)
<li class=bug>
Fixed NPE from <code>Slave.createLauncher</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21999">issue 21999</a>)
Jesse Glick
committed
<li class=bug>
Faster rendering of views containing many items.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18364">issue 18364</a>)
</div><!--=END=-->
<h3><a name=v1.558>What's new in 1.558</a> (2014/04/06)</h3>
<li class=rfe>
Cron-style trigger configuration will now display expected prior and subsequent run times.
<li class=bug>
Incorrect filtering of build queue and executors widgets after 1.514.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20500">issue 20500</a>)
<li class=bug>
<code>NoSuchMethodError: hudson.model.BuildAuthorizationToken.checkPermission(…)</code> from Build Token Root plugin since 1.556.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22382">issue 22382</a>)
<li class=rfe>
Allow a <code>Trigger</code> to be a <code>DependencyDeclarer</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22397">issue 22397</a>)
<li class=bug>
Fixed a slow down in resource loading caused by fix to JENKINS-18677.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21579">issue 21579</a>)
<li class=bug>
<tt>jenkins.war</tt> file shouldn't be exploded into <tt>/tmp</tt>
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22442">issue 22442</a>)
<li class=bug>
Fixed NPE in <tt>UserCause</tt>
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21875">issue 21875</a>)
<li class=rfe>
Added <code>RobustMapConverter</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22398">issue 22398</a>)
<li class='major bug'>
JNLP slaves now satisfies stricter requirements imposed by JDK7u45.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20204">issue 20204</a>)
<li class=bug>
Fixed NPE executing <tt>Pipe.EOF</tt> with <tt>ProxyWriter</tt>
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20769">issue 20769</a>)
<h3><a name=v1.557>What's new in 1.557</a> (2014/03/31)</h3>
<li class=bug>
Fixed <tt>ArrayIndexOutOfBoundsException</tt> in XStream with Oracle JDK8 release version
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18537">issue 18537</a>)
Jesse Glick
committed
<li class=bug>
Corrected permission checks for <code>copy-job</code> and <code>create-job</code> CLI commands.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22262">issue 22262</a>)
<li class=bug>
<code>identity.key</code>, used to secure some communications with Jenkins, now stored encrypted with the master key.
<li class=bug>
When dynamically loading a plugin which another loaded plugin already had an optional dependency on, class loading errors could result before restart.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19976">issue 19976</a>)
Jesse Glick
committed
<li class=bug>
Memory leaks in the old data monitor.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19544">issue 19544</a>)
<li class=rfe>
Ability for custom view types to disable automatic refresh.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21190">issue 21190</a>)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21191">issue 21191</a>)
<li class=rfe>
Option to download metadata directly from Jenkins rather than going through the browser.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19081">issue 19081</a>)
Allow JDK8 (and other versions) to be downloaded by JDKInstaller correctly.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22347">issue 22347</a>)
<h3><a name=v1.556>What's new in 1.556</a> (2014/03/23)</h3>
<li class=rfe>
Access through API token and SSH key login now fully retains group memberships.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20064">issue 20064</a>)
Jesse Glick
committed
<li class=rfe>
API changes allowing more flexibility in unusual job types.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22131">issue 22131</a>)
<li class=rfe>
Job can be reloaded individually from disk with "job/FOO/reload" URL or "reload-job" CLI command
<h3><a name=v1.555>What's new in 1.555</a> (2014/03/16)</h3>
<li class=bug>
Jenkins should recover gracefully from a failure to process "remember me" cookie
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11643">issue 11643</a>)
<li class=bug>
Fixed Up link in matrix projects
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21773">issue 21773</a>)
<h3><a name=v1.554>What's new in 1.554</a> (2014/03/09)</h3>
<li class=bug>
Archiving of symlinks as artifacts did not work in some cases.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21958">issue 21958</a>)
<li class=bug>
Slow rendering of directories with many entries in remote workspaces.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21780">issue 21780</a>)
<h3><a name=v1.553>What's new in 1.553</a> (2014/03/02)</h3>
<li class=bug>
Build history widget only showed the last day of builds.
(Due to JENKINS-20892, even with this fix at most 20 builds are shown.)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21159">issue 21159</a>)
Jesse Glick
committed
<li class=bug>
Random class loading error mostly known to affect static analysis plugins.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-12124">issue 12124</a>)
Jesse Glick
committed
<li class=bug>
After restarting Jenkins, users known only from changelogs could be shown as <code>First Last _first.last@some.org_</code>, breaking mail delivery.
Loading
Loading full blame...