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'>
Added infrastructure for moving items into or out of folders.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20008">issue 20008</a>)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18028">issue 18028</a>)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18680">issue 18680</a>)
Jesse Glick
committed
<li class=bug>
Jesse Glick
committed
<i>Apply</i> buttons did not work in Internet Explorer in compatibility mode.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19826">issue 19826</a>)
<li class=bug>
Jesse Glick
committed
<code>/login</code> offers link to <code>/opensearch.xml</code> which anonymous users cannot retrieve.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21254">issue 21254</a>)
<li class=rfe>
Added API class <code>SecurityListener</code> to receive login events and similar.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20999">issue 20999</a>)
<li class=rfe>
Option to hold lazy-loaded build references strongly, weakly, and more.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19400">issue 19400</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.547>What's new in 1.547</a> <!--=DATE=--></h3>
Jesse Glick
committed
<li class="major bug">
NPE since 1.545 when using aggregated test result publisher without specifying downstream jobs explicitly.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18410">issue 18410</a>)
<li class=bug>
Fixed Trend Graph NPE when there isn't any builds
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21239">issue 21239</a>)
</div><!--=END=-->
<h3><a name=v1.546>What's new in 1.546</a> (2014/01/06)</h3>
<li class="major bug">
Builds disappear after renaming a job.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18678">issue 18678</a>)
<li class=bug>
When clicking <i>Apply</i> to rename a job, tell the user that <i>Save</i> must be used instead.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-17401">issue 17401</a>)
<li class="major bug">
Exception from XStream running Maven builds on strange Java versions.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21183">issue 21183</a>)
<li class=bug>
When clicking <i>Apply</i> results in an exception (error page), show it, rather than creating an empty dialog.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20772">issue 20772</a>)
<h3><a name=v1.545>What's new in 1.545</a> (2013/12/31)</h3>
Jesse Glick
committed
<li class=bug>
<code>CannotResolveClassException</code> breaks loading of entire containing folder, not just one job.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20951">issue 20951</a>)
<li class=bug>
Better robustness against XML deserialization errors.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21024">issue 21024</a>)
<li class=bug>
Minimizing disk I/O while loading the <em>names</em> of build records during Jenkins startup.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21078">issue 21078</a>)
Jesse Glick
committed
<li class=bug>
Avoiding serializing the owning build as part of a test result action, as this can lead to errors later.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18410">issue 18410</a>)
<h3><a name=v1.544>What's new in 1.544</a> (2013/12/15)</h3>
<li class=bug>
RingBufferLogHandler throws ArrayIndexOutOfBoundsException after int-overflow.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-9120">issue 9120</a>)
<li class=bug>
Hudson shows 0GB free space when space available drops below 1GB.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-7776">issue 7776</a>)
<li class=rfe>
Added filter field for installed plugins tab.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20219">issue 20219</a>)
Jesse Glick
committed
<li class=bug>
<code>groovysh</code> command did not work in authenticated Jenkins instances.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-17929">issue 17929</a>)
<li class=bug>
Avoid eagerly loading all builds when displaying lists of them (<i>Build History</i> and <i>Build Time Trend</i> UIs).
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20892">issue 20892</a>)
<li class=bug>
Error page should be visible even if the anonymous user does not have overall/read access.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20866">issue 20866</a>)
<li class=bug>
JavaScript errors when navigating away from a page with a build timeline widget while the timeline is loading.
(<a href="https://github.com/jenkinsci/jenkins/pull/1041">pull request 1041</a>)
<h3><a name=v1.543>What's new in 1.543</a> (2013/12/10)</h3>
<li class=bug>
Fixed a possible dead lock problem in deleting projects.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19446">issue 19446</a>)
<li class=bug>
HTML metacharacters not escaped in log messages.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20800">issue 20800</a>)
</ul>
<h3><a name=v1.542>What's new in 1.542</a> (2013/12/02)</h3>
<li class=bug>
Improved error diagnosis for jzlib deflate problem.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20618">issue 20618</a>)
<li class=bug>
Improved error diagnosis for CLI stream corruption.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18058">issue 18058</a>)
<li class=bug>
Don't hold off building until saved for jobs copied from CLI.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20744">issue 20744</a>)
<li class="major rfe">
Allow build queue and executor status panes to be collapsed.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-5622">issue 5622</a>)
<li class="major bug">
Jenkins 1.540 just doesn't boot on Windows at all.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20630">issue 20630</a>)
<h3><a name=v1.541>What's new in 1.541</a> (2013/11/24)</h3>
<li class=rfe>
Add option to create view by copying an existing one.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13978">issue 13978</a>)
<li class=rfe>
Introduced the boot failure hook script that gets executed when Jenkins fails to start.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20609">issue 20609</a>)
<li class=bug>
Fixed "java.lang.NoClassDefFoundError: JarURLConnection" on OpenJDK
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20163">issue 20163</a>)
<li class=bug>
<code>FileAlreadyExistsException</code> upon “deleted” symlink while (re)creating it.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20610">issue 20610</a>)
<li class=bug>
Allow background tasks to run simultaneously, preventing task blockage.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19622">issue 19622</a>)
<li class=bug>
Fixed failed tests displaying as Yellow in JUnit history plot
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-7866">issue 7866</a>)
<h3><a name=v1.540>What's new in 1.540</a> (2013/11/17)</h3>
<li class=bug>
CLI over HTTP was not working since 1.535.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20128">issue 20128</a>)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14380">issue 14380</a>)
Jesse Glick
committed
<li class=bug>
Loading
Loading full blame...