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=bug>
RingBufferLogHandler throws ArrayIndexOutOfBoundsException after int-overflow.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-9120">issue 9120</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.543>What's new in 1.543</a> <!--=DATE=--></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>
</div><!--=END=-->
<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-26030">issue 26030</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>)
<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>
Linkage error in <code>InitializerFinder.discoverTasks</code> blocks startup.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20442">issue 20442</a>)
<li class=rfe>
Add Test button to check proxy connection
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20191">issue 20191</a>)
<li class=rfe>
Collect and report JVM crash dump files to assist trouble-shooting
Jesse Glick
committed
<li class=bug>
<code>ClassCastException</code>s sometimes shown from views set to be recursive.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20415">issue 20415</a>)
<li class=rfe>
Show different “up” link for jobs in folders.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20106">issue 20106</a>)
<li class=rfe>
Add log handling line beginning with 'file://' as URL.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19866">issue 19866</a>)
<li class='major bug'>
Builds of a concurrently executable job might end up colliding on the same workspace.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10615">issue 10615</a>)
Fixed error during installation of .deb package (/var/run/jenkins doesn't exists)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20407">issue 20407</a>)
<li class=bug>
Global search box now remembers entered text
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18192">issue 18192</a>)
<li class=rfe>
Add extension point to allow plugins to contribute to the checking of
assigned labels.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20514">issue 20514</a>)
<li class=bug>
Fixed issue where CLI required giving Overall read permission to anonymous.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-8815">issue 8815</a>)
<li class=bug>
Jar cache option wasn't taking effect on JNLP slaves.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20093">issue 20093</a>)
<li class=bug>
Interrupting remote class loading can lead to <tt>NoClassDefFoundError: Could not initialize class</tt>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19453">issue 19453</a>)
<li class=rfe>
Name channel executor threads for better diagnosability.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19004">issue 19004</a>)
<li class=rfe>
Better diagnosability for remoting <tt>StreamCorruptedException</tt>
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-8856">issue 8856</a>)
<h3><a name=v1.539>What's new in 1.539</a> (2013/11/11)</h3>
<ul class=image>
<li class=rfe>
Core started relying on Java6 API, completing Java5 -> Java6 migration.
(<a href="https://groups.google.com/d/topic/jenkinsci-dev/c_XTbO52PTM/discussion">discussion</a>)
<li class=rfe>
Adding a batch of contributed localization from the community.
</ul>
<h3><a name=v1.538>What's new in 1.538</a> (2013/11/03)</h3>
<li class=rfe>
Disabled, aborted, and not-build status now has different image names to allow
themes to use different icons.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19438">issue 19438</a>)
<li class=rfe>
Ask for confirmation if an user tries to leave an edited configuration page.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19835">issue 19835</a>)
<li class=rfe>
Test failure summary appearance is improved.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19884">issue 19884</a>)
<li class=rfe>
Added CLI commands that manipulate views
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19996">issue 19996</a>)
<li class=rfe>
Improved the /cli help screen.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20023">issue 20023</a>)
Polling-triggered jobs get scheduled en-mass on start-up if slaves aren't online yet.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-8408">issue 8408</a>)
<li class=bug>
Fixed the handling of nested variable expansion.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20280">issue 20280</a>)
<li class=bug>
NPE thrown from CLI <code>build</code> command under some circumstances.
(<a href="https://github.com/jenkinsci/jenkins/pull/979">pull request 979</a>)
Loading
Loading full blame...