Skip to content
changelog.html 134 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="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>
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=v1.607>What's new in 1.607</a> (2015/03/30)</h3>
<ul class=image>
  <li class=bug>
    JSONP served with the wrong MIME type and rejected by Chrome.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27607">issue 27607</a>)
  <li class=bug>
    Security file pattern whitelist was broken for some plugins since 1.597.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27055">issue 27055</a>)
Stephen Connolly's avatar
Stephen Connolly committed
  <li class=rfe>
    Lock an Executor without creating a Thread
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25938">issue 25938</a>)
  <li class=rfe>
    Hide flyweight master executor when ≥1 heavyweight executors running as subtasks
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26900">issue 26900</a>)
  <li class=rfe>
    Way to mark an Executable that should not block isReadyToRestart
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22941">issue 22941</a>)
  <li class=rfe>
    Refactor the Queue and Nodes to use a consistent locking strategy
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27565">issue 27565</a>)
    <strong>Note</strong> that this change involved moving slave definitions outside the main <code>config.xml</code> file.
    If you downgrade after this, your slave settings will be lost.
Stephen Connolly's avatar
Stephen Connolly committed
  <li class=bug>
    Makes the Jenkins is loading screen not block on the extensions loading lock
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27563">issue 27563</a>)
  <li class=bug>
    AdjunctManager: exception upon startup
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15355">issue 15355</a>) 
  <li class=bug>
    Removes race condition rendering the list of executors
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27564">issue 27564</a>)
  <li class=bug>
    Tidy up the locks that were causing deadlocks with the once retention strategy in durable tasks
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27476">issue 27476</a>)
  <li class=bug>
    Remove any requirement from Jenkins Core to lock on the Queue when rendering the Jenkins UI
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27566">issue 27566</a>)
  <li class=bug>
    Prevent lazy loading operation when obtaining label information.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26391">issue 26391</a>)
  <li class=bug>
    Ensure that the LoadStatistics return a self-consistent result.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21618">issue 21618</a>)
  <li class=bug>
    Build reports to be running for 45 yr and counting.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26777">issue 26777</a>)
</ul>
<h3><a name=v1.606>What's new in 1.606</a> (2015/03/23)</h3>
<ul class=image>
  <li class=bug>
    Jenkins CLI doesn't handle arguments with equal signs
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21160">issue 21160</a>)
  <li class=bug>
    master/slave communication ping reacts badly if a clock jumps.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21251">issue 21251</a>)
  <li class=rfe>
    JNLP slaves can now connect to master through HTTP proxy.
Stephen Connolly's avatar
Stephen Connolly committed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-6167">issue 6167</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class='major bug'>
    Fixes to several security vulnerabilities.
    (<a href="https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-03-23">advisory</a>)
</ul>
<h3><a name=v1.605>What's new in 1.605</a> (2015/03/16)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
tfennelly's avatar
tfennelly committed
  <li class=bug>
    Integrate Stapler fix for queue item API always returning 404 Not Found since 1.601.
tfennelly's avatar
tfennelly committed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27256">issue 27256</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.604>What's new in 1.604</a> (2015/03/15)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=rfe>
    Added a switch (<tt>-Dhudson.model.User.allowNonExistentUserToLogin=true</tt>) to let users login even when the record is not found in the backend security realm.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22346">issue 22346</a>)
Oliver Gondža's avatar
Oliver Gondža committed
  <li class=bug>
    Avoid deadlock when using build-monitor-plugin.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27183">issue 27183</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=rfe>
    As security hardening, mark "remember me" cookie as HTTP only
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27277">issue 27277</a>)
  <li class="rfe">
    Show displayName in build remote API.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26723">issue 26723</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.602>What's new in 1.602</a> (2015/03/08)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
Oliver Gondža's avatar
Oliver Gondža committed
  <li class="rfe">
    Show Check Now button also on Available and Updates tabs of plugin manager.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1593">PR 1593</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.601>What's new in 1.601</a> (2015/03/03)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class="major bug">
    Regression with environment variables in 1.600.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27188">issue 27188</a>)
  <li class="major bug">
    Errors with concurrent matrix builds since 1.597.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26739">issue 26739</a>)
  <li class=bug>
    Errors in Dashboard View plugin since 1.597.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26690">issue 26690</a>)
  <li class=bug>
    Robustness improvement when setting up Archive Artifacts programmatically.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25779">issue 25779</a>)
tfennelly's avatar
tfennelly committed
  <li class="rfe">
    Map Queue.Item.id onto Run
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27096">issue 27096</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.600>What's new in 1.600</a> (2015/02/28)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class="major bug">
    Fixes to multiple security vulnerabilities.
    (<a href="https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-02-27">security advisory</a>)
Nicolas De Loof's avatar
Nicolas De Loof committed
  <li class="rfe">
    JDK auto-installer for Mac OSX
  <li class=bug>
    An error thrown in the wrong place in a publisher could result in a failure to release a workspace lock.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26698">issue 26698</a>)
  <li class=bug>
    Cache node environment to prevent unnecessary channel usage
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26755">issue 26755</a>)
tfennelly's avatar
tfennelly committed
  <li class=bug>
    Build history text field wrap fails when containing markup
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26406">issue 26406</a>)
Oliver Gondža's avatar
Oliver Gondža committed
  <li class=bug>
    Maven build step fail to launch mvn process when special chars are present in build variables.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26684">issue 26684</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.599>What's new in 1.599</a> (2015/02/16)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Errors in some Maven builds since 1.598.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26601">issue 26601</a>)
  <li class='major bug'>
    Build format change migrator in 1.597 did not work on some Windows systems.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26519">issue 26519</a>)
  <li class=bug>
    Remote <code>FilePath.chmod</code> fails with <code>ClassNotFoundException: javax.servlet.ServletException</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26476">issue 26476</a>)
  <li class=rfe>
    Added <code>SimpleBuildWrapper</code> API.
Loading full blame...