Skip to content
changelog.html 87.7 KiB
Newer Older
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<html>
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">
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <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="//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="//ci.jenkins-ci.org/images/16x16/health-40to59.gif" width="16" height="16"
  alt="Cloudy"> = I don't recommend it. <br>
 <img src="//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>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
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='block';return false">
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
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=-->
<ul class=image>
Oliver Gondža's avatar
Oliver Gondža committed
  <li class="bug">
    Optimize TagCloud size calculation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-30705">issue 30705</a>)
  <li class="bug">
    FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-30084">issue 30084</a>)
Oleg Nenashev's avatar
Oleg Nenashev committed
  <li class="bug">
    Prevent <code>NullPointerException</code> for disabled builds in <code>ReverseBuildTrigger</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-29876">issue 29876</a>)
  <li class="rfe">
    ConsoleLogFilter wasn't truly global
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-30777">issue 30777</a>)
</ul>
</div><!--=TRUNK-END=-->
<h3><a name=v1.631>What's new in 1.631</a> (2015/09/27)</h3>
<ul class=image>
Daniel Beck's avatar
Daniel Beck committed
  <li class=rfe>
    Add proper labels for plugin categories assigned to some plugins.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1758">PR 1758</a>)
<h3><a name=v1.630>What's new in 1.630</a> (2015/09/20)</h3>
<ul class=image>
  <li class="bug">
    Make <tt>JenkinsRule</tt> useable on systems which don't support JNA
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-29507">issue 29507</a>)
<h3><a name=v1.629>What's new in 1.629</a> (2015/09/15)</h3>
<ul class=image>
Daniel Beck's avatar
Daniel Beck committed
  <li class="rfe">
    Old data monitor made Jenkins single-threaded for all saves.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-30139">issue 30139</a>)
<h3><a name=v1.628>What's new in 1.628</a> (2015/09/06)</h3>
<ul class=image>
  <li class="rfe">
    Replaced all non java.util.logging logging libraries with slf4j interceptors.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1816">PR 1816</a>)
Daniel Beck's avatar
Daniel Beck committed
  <li class="rfe">
    Document <tt>allBuilds</tt> subtree in remote API for jobs.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1817">PR 1817</a>)
</ul>
<h3><a name=v1.627>What's new in 1.627</a> (2015/08/30)</h3>
<ul class=image>
  <li class="major bug">
    Race condition in triggers could cause various <code>NullPointerException</code>s.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-29790">issue 29790</a>)
  <li class=bug>
    Archiving of large artifacts. Tar implementation cannot handle files having a size >8GB.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10629">issue 10629</a>)
Daniel Beck's avatar
Daniel Beck committed
  <li class="rfe">
    Allow plugins to augment or replace the plugin manager UI.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1788">PR 1788</a>)
</ul>
<h3><a name=v1.626>What's new in 1.626</a> (2015/08/23)</h3>
<ul class=image>
  <li class="bug">
    RunIdMigrator fails to revert Matrix and Maven jobs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-29989">issue 29989</a>)
  <li class=bug>
      Fix error message "Failed to listen to incoming slave connection" after fixing port through init.groovy.d.
      (<a href="https://issues.jenkins-ci.org/browse/JENKINS-29798">issue 29798</a>)
  <li class=>
</ul>
<h3><a name=v1.625>What's new in 1.625</a> (2015/08/17)</h3>
<ul class=image>
James Nord's avatar
James Nord committed
  <li class="major bug">
    Fixed a deadlock between the old data monitor and authorization strategies.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-29936">issue 29936</a>)
Daniel Beck's avatar
Daniel Beck committed
  <li class="rfe">
    Allow rejecting configurations with errors in critical fields via REST / CLI.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-28440">issue 28440</a>)
Daniel Beck's avatar
Daniel Beck committed
  <li class="bug">
    Do not display <em>No changes</em> if changelog is still being computed.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-2327">issue 2327</a>)
<h3><a name=v1.624>What's new in 1.624</a> (2015/08/09)</h3>
<ul class=image>
Daniel Beck's avatar
Daniel Beck committed
  <li class=rfe>
    Allow more job types to use a custom &quot;Build Now&quot; text.
  (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26147">issue 26147</a>)
<h3><a name=v1.623>What's new in 1.623</a> (2015/08/02)</h3>
<p><em>No notable changes in this release.</em></p>
<h3><a name=v1.622>What's new in 1.622</a> (2015/07/27)</h3>
<ul class=image>
  <li class=rfe>
    Jenkins now support self-restart and daemonization in FreeBSD
    (<a href="https://github.com/jenkinsci/jenkins/pull/1770">PR 1770</a>)
  <li class=bug>
    Node provisioner may fail to correctly indicate that provisioning was finished.
Daniel Beck's avatar
Daniel Beck committed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-29568">issue 29568</a>)
<h3><a name=v1.621>What's new in 1.621</a> (2015/07/19)</h3>
<ul class=image>
Oliver Gondža's avatar
Oliver Gondža committed
  <li class=bug>
    Sort by 'Free Disk Space' is incorrect.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-29286">issue 29286</a>)
  <li class=bug>
    Label expression help is missing in recent Jenkins versions.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-29376">issue 29376</a>)
  <li class=bug>
    Pre-emptively break memory cycles causing excessive live-set retention in remoting layer.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-28844">issue 28844</a>)
  <li class=rfe>
    Don't run trigger for disabled/copied projects.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1617">PR 1617</a>)
</ul>
<h3><a name=v1.620>What's new in 1.620</a> (2015/07/12)</h3>
<ul class=image>
Oliver Gondža's avatar
Oliver Gondža committed
  <li class=bug>
    Display system info even when slave is temporarily offline.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-29300">issue 29300</a>)
</ul>
<h3><a name=v1.619>What's new in 1.619</a> (2015/07/05)</h3>
<ul class=image>
Daniel Beck's avatar
Daniel Beck committed
  <li class=bug>
Daniel Beck's avatar
Daniel Beck committed
    Update auto-installer metadata for newly installed plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27694">issue 27694</a>)
Daniel Beck's avatar
Daniel Beck committed
  <li class=rfe>
    Allow plugins to veto process killing.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9104">issue 9104</a>)
</ul>
<h3><a name=v1.618>What's new in 1.618</a> (2015/06/29)</h3>
<ul class=image>
Daniel Beck's avatar
Daniel Beck committed
  <li class=bug>
    Fix deadlock in hudson.model.Executor.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-28690">issue 28690</a>)
  <li class=bug>
    Don't truncate /consoleText output after fixed number of lines.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14899">issue 14899</a>)
  <li class=rfe>
    Allow delete-* CLI commands to operate on multiple arguments.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-28041">issue 28041</a>)
  <li class=bug>
    Prevent <code>NullPointerException</code> in Executor/causeOfDeath page if
    there is no exception details.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25734">issue 25734</a>)
    Fixed synchronization issue when setting JDK installations.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-28292">issue 28292</a>)
  <li class=bug>
    Fix several loggers which are identifying as the wrong class.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1651">PR 1651</a>)
Loading full blame...