Skip to content
changelog.html 186 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">
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<!--[if IE]>
<style type="text/css">div.rate-offset { bottom: 0.2em !important; left: 5em !important; }</style>
<![endif]-->
  <script type="text/javascript" src="https://rating.jenkins.io/rate/rate.js"></script>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</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
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
    </span><span style="visibility:hidden">xxxxx</span>
</div>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed

<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.io/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.io/images/16x16/health-40to59.gif" width="16" height="16"
  alt="Cloudy"> = I don't recommend it. <br>
 <img src="//ci.jenkins.io/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>
  <li class=>
</ul>
</div><!--=TRUNK-END=-->
<h3><a name=v2.45>What's new in 2.45</a> (2017/02/06)</h3>
<ul class=image>
Daniel Beck's avatar
Daniel Beck committed
  <li class=bug>
    Delete obsolete pinning UI.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-34065">issue 34065</a>)
  <li class=bug>
    Don't try to set Agent Port when it is enforced, breaking form submission.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-41511">issue 41511</a>)
  <li class=bug>
    Use project-specific validation URL for SCM Trigger, so <code>H</code> is handled correctly in preview.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26977">issue 26977</a>)
  <li class=bug>
    Fix completely wrong Basque translation.
    (<a href="https://github.com/jenkinsci/jenkins/pull/2731">pull 2731</a>)
<h3><a name=v2.44>What's new in 2.44</a> (2017/02/01)</h3>
<ul class=image>
   <li class="major bug">
     <strong>Important security fixes</strong>
     (<a href="https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2017-02-01">security advisory</a>)
<h3><a name=v2.43>What's new in 2.43</a> (2017/01/29)</h3>
<ul class=image>
Daniel Beck's avatar
Daniel Beck committed
  <li class=rfe>
    Print stack traces in logical order, with the most important part on top.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1485">pull 1485</a>)
<h3><a name=v2.42>What's new in 2.42</a> (2017/01/22)</h3>
<ul class=image>
  <li class=bug>
    <code>IllegalStateException</code> from Winstone when making certain requests with access logging enabled.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-37625">issue 37625</a>)
Jesse Glick's avatar
Jesse Glick committed
  <li class=bug>
    Failure to serialize a single <code>Action</code> could cause an entire REST export response to fail.
    Upgraded to Stapler <code>1.249</code> with a fix.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-40088">issue 40088</a>)
<h3><a name=v2.41>What's new in 2.41</a> (2017/01/15)</h3>
<ul class=image>
  <li class=bug>
    Restore option value for setting build result to unstable when loading shell and batch build steps from disk.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-40894">issue 40894</a>)
  <li class=bug>
    Autocomplete admin-only links in search suggestions only when admin.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7874">issue 7874</a>)
  <li class=rfe>
    Improve agent protocol descriptions.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-40700">issue 40700</a>)
  <li class=rfe>
    Improve description for <em>Enable Security</em> option and administrative monitor when security is off.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-40813">issue 40813</a>)
  <li class=rfe>
    Enable the JNLP4 agent protocol by default.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-40886">issue 40886</a>)
<h3><a name=v2.40>What's new in 2.40</a> (2017/01/08)</h3>
<ul class=image>
  <li class="major rfe">
    Support displaying of warnings from the Update Site in the Plugin Manager
    and in administrative monitors.
Daniel Beck's avatar
Daniel Beck committed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-40494">issue 40494</a>,
Daniel Beck's avatar
Daniel Beck committed
    <a href="/blog/2017/01/10/security-warnings/">announcement blog post</a>)
  <li class=rfe>
    Do not print warnings about undefined parameters
Daniel Beck's avatar
Daniel Beck committed
    when <code>hudson.model.ParametersAction.keepUndefinedParameters</code> property is set to <code>false</code>.
    (<a href="https://github.com/jenkinsci/jenkins/pull/2687">pull 2687</a>)
  <li class="rfe">
    Increase the <code>JENKINS_HOME</code> disk space threshold from <code>1Gb</code> to <code>10Gb</code> left.
    The warning will be shown only if more than <code>90%</code> of the disk is utilized.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-40749">issue 40749</a>)
  <li class=rfe>
    Plugin Manager: Redirect back to the Advanced Tab when saving the Update Site URL.
    (<a href="https://github.com/jenkinsci/jenkins/pull/2703">pull 2703</a>)
  <li class=bug>
    Prevent the <code>ClassNotFoundException: javax.servlet.ServletException</code> error 
    when invoking shell tasks on remote agents.
Daniel Beck's avatar
Daniel Beck committed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-40863">issue 40863</a>)
  <li class=bug>
    Jobs were hanging during process termination on the Solaris 11 Intel platform.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-40470">issue 40470</a>, regression in 2.20)
  <li class=bug>
    Fix handling of the <code>POST</code> flag in <code>ManagementLink</code>s within the Manage Jenkins page.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-38175">issue 38175</a>)
  <li class=bug>
    Require POST in the <code>Reload from disk</code> management link.
    (<a href="https://github.com/jenkinsci/jenkins/pull/2692">pull 2692</a>)  
<h3><a name=v2.39>What's new in 2.39</a> (2017/01/02)</h3>
<ul class=image>
Daniel Beck's avatar
Daniel Beck committed
  <li class=bug>
    Properties were not passed to Maven command by Maven build step when the <code>Inject Build Variables</code> flag was not set.
Daniel Beck's avatar
Daniel Beck committed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-39268">issue 39268</a>)
  <li class=bug>
    Update remoting to 3.4 in order to properly terminate the channel in the case <code>Errors</code> and <code>Exception</code>s. 
Daniel Beck's avatar
Daniel Beck committed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-39835">issue 39835</a>)
  <li class="rfe">
    Improved Polish and Catalan translations.
    (<a href="https://github.com/jenkinsci/jenkins/pull/2688">pull 2688</a> and
    <a href="https://github.com/jenkinsci/jenkins/pull/2686">pull 2686</a>)
<h3><a name=v2.38>What's new in 2.38</a> (2016/12/25)</h3>
<ul class=image>
Daniel Beck's avatar
Daniel Beck committed
  <li class=rfe>
Daniel Beck's avatar
Daniel Beck committed
    Update to Winstone 3.2 to support ad-hoc certificate generation on Java 8 (using unsupported APIs).
Daniel Beck's avatar
Daniel Beck committed
    <strong>This option is deprecated and will be removed in a future release.</strong>
    We strongly recommend you create self-signed certificates yourself and use <tt>--httpsKeyStore</tt> and related options instead.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25333">issue 25333</a>)
  <li class=bug>
    The <tt>install-plugin</tt> CLI command now correctly installs plugins when multiple file arguments are specified.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-32358">issue 32358</a>)
  <li class=bug>
    Correctly state that Jenkins will refuse to load plugins whose dependencies are not satisfied in plugin manager.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-40666">issue 40666</a>)
<h3><a name=v2.37>What's new in 2.37</a> (2016/12/18)</h3>
<ul class=image>
  <li class="rfe">
    Allow defining agent ping interval and ping timeout in seconds.
    It can be done via the 
    <code>hudson.slaves.ChannelPinger.pingIntervalSeconds</code> and
    <code>hudson.slaves.ChannelPinger.pingTimeoutSeconds</code>
    <a href="https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties">
      system properties</a>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-28245">issue 28245</a>)
  <li class="rfe">
    Delegate JNLP HMAC computation to <code>SlaveComputer</code> instances when possible.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-40286">issue 40286</a>)
  <li class="rfe">
    Diagnosability: Split Exception handling of node provision and adding to Jenkins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-38903">issue 38903</a>)
  <li class="rfe">
    Do not report <code>-noCertificateCheck</code> warning to STDOUT.
    (<a href="https://github.com/jenkinsci/jenkins/pull/2666">pull 2666</a>)
  <li class="rfe">
    Improve overall performance of Jenkins by accessing item group elements without sorting where it is possible.
    (<a href="https://github.com/jenkinsci/jenkins/pull/2665">pull 2665</a>)
  <li class="rfe">
    Convert URI encoding check on the <code>Manage Jenkins</code> page into admin monitor.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-39433">issue 39433</a>)
Loading full blame...