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=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>)
Fixed a bug in the compatibility transformer (since 1.527) that causes <tt>VerifyError</tt> in Ivy plugin and possibly others.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19383">issue 19383</a>)
Nicolas De Loof
committed
<li class=bug>
Pass full list of all possible jobs to ViewJobFilter when recurse option is set
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20143">issue 20143</a>)
Jesse Glick
committed
<li class=rfe>
<code>get-job</code> and <code>update-job</code> CLI commands can now work with folders, or indeed any <code>AbstractItem</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20236">issue 20236</a>)
Jesse Glick
committed
<li class=rfe>
Added API allowing plugins to hide entries from the context menu even while they appear in the sidepanel.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19173">issue 19173</a>)
Nicolas De Loof
committed
</li>
</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.537>What's new in 1.537</a> <!--=DATE=--></h3>
Stephen Connolly
committed
<li class='rfe'>
Upgrade bundled plugin versions: ssh-slaves to 1.5, and credentials to 1.9.1
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20071">issue 20071</a>)
<li class=bug>
Build button column was broken in 1.535 for parameterized builds.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20080">issue 20080</a>)
<li class='major bug'>
Miscalculation of environment variables caused some binaries (such as <code>ssh</code>) to not be found.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19926">issue 19926</a>)
<li class=rfe>
Extension point for secure users of REST APIs (permitting JSONP and primitive XPath).
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-16936">issue 16936</a>)
<li class=bug>
“Run a build” link in page shown when no workspace existed for a job was not functional; unlinking.
Jesse Glick
committed
<li class=bug>
Integer overflow could cause JavaScript functions to break in long-running Jenkins processes.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20085">issue 20085</a>)
<li class='major bug'>
Reverted the JENKINS-18629 fix in 1.536 as it causes various regressions in plugins.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20262">issue 20262</a>)
</div><!--=END=-->
<h3><a name=v1.536>What's new in 1.536</a> (2013/10/20)</h3>
<li class=bug>
Fixed two file descriptor leaks.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14336">issue 14336</a>)
<li class=bug>
RuntimeException if you try to save a config with a choice parameter that has no choices.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18434">issue 18434</a>)
Jesse Glick
committed
<li class=bug>
1.534 made ZIP downloads of artifacts work again, but missing a base directory inside the ZIP.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19947">issue 19947</a>)
Stephen Connolly
committed
<li class='major bug'>
Stapler error saving certain kinds of configuration.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18629">issue 18629</a>)
<li class='major bug'>
Stephen Connolly
committed
Upgrade Trilead SSH client library to version that does not cause connection loss when
there is a lot of logging on the build slave and the performance improvements in
ssh-slaves 0.27+ are enabled (
<a href="https://issues.jenkins-ci.org/browse/JENKINS-18836">issue 18836</a>,
<a href="https://issues.jenkins-ci.org/browse/JENKINS-18879">issue 18879</a>,
<a href="https://issues.jenkins-ci.org/browse/JENKINS-19619">issue 19619</a>)
<li class='major rfe'>
Upgrade bundled iplugin versions: ssh-slaves to 1.4, ssh-credentials to 1.5.3 and
credentials to 1.8.3
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19945">issue 19945</a>)
<li class='major rfe'>
Executor threads are now created only on demand.
<h3><a name=v1.535>What's new in 1.535</a> (2013/10/14)</h3>
<li class=bug>
Windows JDK installer failed in a path with spaces.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19447">issue 19447</a>)
<li class=bug>
Windows JDK installer should not install a public JRE.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-8957">issue 8957</a>)
<li class='major bug'>
After deleting last build, next build of last build is zombie.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19920">issue 19920</a>)
<li class='rfe'>
Split matrix authorization strategies into an independent plugin.
<li class='rfe'>
UI Samples plugin fully separated from core. To view samples during plugin development or at any other time, just install from the update center.
Jesse Glick
committed
<li class=bug>
View description should be clearly separated from the Jenkins system message.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18633">issue 18633</a>)
<li class=bug>
SCM polling sometimes broken since 1.527 due to a change in how environment variables are calculated.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19307">issue 19307</a>)
<li class=bug>
Breadcrumb bar moves away from header when scrolling past end of page on OS X.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19803">issue 19803</a>)
<li class='major rfe'>
"java -jar jenkins.war" now runs on Jetty8. Command line options are still compatible.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18366">issue 18366</a>)
<li class=rfe>
"java -jar jenkins.war" gets the "--spdy" option to enable SPDY.
<li class=rfe>
Expand all/Collapse all functionality for artifact tree view.
(<a href="https://github.com/jenkinsci/jenkins/pull/616">pull request 616</a>)
<li class=rfe>
Visualize queued jobs in view.
(<a href="https://github.com/jenkinsci/jenkins/pull/531">pull request 531</a>)
<h3><a name=v1.534>What's new in 1.534</a> (2013/10/07)</h3>
Jesse Glick
committed
<li class='major bug'>
Default crumb issuer configurations saved in older releases did not load as of Jenkins 1.531.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19613">issue 19613</a>)
<li class='major bug'>
As of 1.532 download of artifact ZIPs was broken.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19752">issue 19752</a>)
Jesse Glick
committed
<li class='major bug'>
Old copies of <code>maven3-agent.jar</code> on slaves were not being reliably updated, leading to errors.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19251">issue 19251</a>)
Stephen Connolly
committed
<li class='rfe'>
Add option to disable "Remember me on this computer" checkbox in login screen.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-15757">issue 15757</a>)
<li class='rfe'>
Added postCheckout method for SCMs
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19740">issue 19740</a>)
<h3><a name=v1.533>What's new in 1.533</a> (2013/09/29)</h3>
Loading
Loading full blame...