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 bug">
Memory exhausion in remoting channel since 1.560.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22734">issue 22734</a>)
<li class=bug>
Prevent up to two-minute delay before scheduling jobs from a cron trigger.
(<a href="https://github.com/jenkinsci/jenkins/pull/1216">pull request 1216</a>)
<li class="bug">
Again show proper display names for build parameters.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22755">issue 22755</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.562>What's new in 1.562</a> <!--=DATE=--></h3>
<li class=bug>
Next build link was not reliably available from a previous build after starting a new one.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20662">issue 20662</a>)
<li class="bug">
Debian postinst: check for present user/group before adding them.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22715">issue 22715</a>)
<li class="rfe">
Add distance between time tick labels on load statistics.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22686">issue 22686</a>)
<li class="bug">
Correctly show load statistics for master node.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22689">issue 22689</a>)
<li class="rfe">
Make load statistics graph font configurable, use sans serif font by default.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22688">issue 22688</a>)
<li class="rfe">
Add links to nodes on thread dump page for easier navigation.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22672">issue 22672</a>)
</div><!--=END=-->
<h3><a name=v1.561>What's new in 1.561</a> (2014/04/27)</h3>
<li class=bug>
Fixed a corner case handling of tool installation.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-16846">issue 16846</a>)
<li class=rfe>
Enabled log rotation on the OSX package
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-15178">issue 15178</a>)
<li class=bug>
When measuring the length of the queue, jobs that consist of multiple subtasks should
count as more than 1.
(<a href="https://github.com/jenkinsci/jenkins/pull/742">pull request 742</a>)
<li class=rfe>
Close drop-down button menu when clicking outside
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-17050">issue 17050</a>)
<li class=bug>
RunParameter with filtering enabled incorrectly includes builds which have not yet completed
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20974">issue 20974</a>)
Jesse Glick
committed
<li class=bug>
Fixed NPE if <tt>RunParameterValue</tt> points to a stable build.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20857">issue 20857</a>)
<li class=bug>
Fixed a JavaScript problem in sortable table with IE8.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21729">issue 21729</a>)
<li class=bug>
More efficient deletion of old builds (specified by date).
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22607">issue 22607</a>)
<li class=rfe>
The matrix project type was moved into its own plugin.
<li class=bug>
Linkage errors in notifiers could leak workspace leases.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21622">issue 21622</a>)
<li class=bug>
Better correction of the anomalous condition that several builds of a job specify the same number.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22631">issue 22631</a>)
Jesse Glick
committed
<li class=bug>
Under certain conditions, a running build could mistakenly be shown as completed (and failed), while still producing output.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22681">issue 22681</a>)
<li class=bug>
Fix a bug which only showed the first detail part for radio buttons.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22583">issue 22583</a>)
Alex Earl
committed
<li class=rfe>
Update version of bundled Mailer plugin to 1.8 to avoid issues with older versions
<li class=rfe>
Show larger load statistics graphs.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22674">issue 22674</a>)
<li class=rfe>
Linebreak project names less aggressively.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22670">issue 22670</a>)
<li class=rfe>
Added a new extension point for more pluggable JNLP slave handling
<li class=bug>
Don't ask for confirmation when it doesn't make any sense.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21720">issue 21720</a>)
<li class=bug>
Jenkins asks for confirmation before leaving form even though user is not authorized to make changes.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20597">issue 20597</a>)
<li class=rfe>
Make the computers monitor status row look different from regular node rows.
(<a href="https://github.com/jenkinsci/jenkins/pull/1095">pull request 1095</a>)
<li class=rfe>
Do not offer "Install without restart" for plugin updates.
(<a href="https://github.com/jenkinsci/jenkins/pull/1125">pull request 1125</a>)
<li class=rfe>
Require POST on more actions.
(<a href="https://github.com/jenkinsci/jenkins/pull/877">pull request 877</a>)
<li class=rfe>
Optimize image sizes.
(<a href="https://github.com/jenkinsci/jenkins/pull/648">pull request 648</a>)
<li class=bug>
Properly close resources in case of exceptions.
(<a href="https://github.com/jenkinsci/jenkins/pull/737">pull request 737</a>)
<li class=rfe>
Fix warning on JBoss AS7 due to unnecessary xpp3_min dependency.
(<a href="https://github.com/jenkinsci/jenkins/pull/733">pull request 733</a>)
<li class="rfe">
Return queue item location when triggering buildWithParameters.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13546">issue 13546</a>)
<h3><a name=v1.560>What's new in 1.560</a> (2014/04/20)</h3>
<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>)
Loading
Loading full blame...