Skip to content
changelog.html 121 KiB
Newer Older
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<html>
<head id="head">
  <title>Changelog</title>
  <link rel="alternate" title="Hudson announcements" href="https://hudson.dev.java.net/servlets/ProjectNewsRSS" type="application/rss+xml">
  <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 align=right>
  <a href="https://hudson.dev.java.net/servlets/ProjectNewsRSS"><img src=atom.gif border=0 alt="Atom"> Subscribe to RSS feed</a>
</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 Hudson 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.hudson-labs.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.hudson-labs.org/images/16x16/health-40to59.gif" width="16" height="16"
  alt="Cloudy"/> = I don't recommend it. <br/>
 <img src="http://ci.hudson-labs.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=-->
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    failed to build with "Trigger builds remotely" enabled.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-8319">issue 8319</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</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.391>What's new in 1.391</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<h3><a name=v1.390>What's new in 1.390</a> (2010/12/18)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    " (from WhateverTest)" gratuitously appended to test result detail pages.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-5655">issue 5655</a>)
  <li class=bug>
    Fixed a pipe leak to child processes.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-8244">issue 8244</a>)
  <li class=bug>
    Fixed an NPE in ComputerRetentionWork
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-3696">issue 3696</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=bug>
    Fixed an issue preventing to copy data on AIX, HP-UX or Linux for S/390.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-8155">issue 8155</a>)
  <li class=rfe>
    Debian package init script now honors <tt>~/.profile</tt>.
  <li class=rfe>
    Build names (e.g., "#123") can be now modified by users/plugins to arbitrary text.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-53">issue 53</a>,
     <a href="http://issues.hudson-ci.org/browse/HUDSON-4884">issue 4884</a>)
  <li class=rfe>
    Allow the administrator to yank out dead executors.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.389>What's new in 1.389</a> (2010/12/11)</h3>
<ul class=image>
  <li class=rfe>
    Hide executors for offline nodes to conserve space in Build Executors Status list.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-8252">issue 8252</a>)
  <li class=bug>
    throw AccessDeniedException if "Authentication Token" is invalid.
    (<a href="http://hudson.361315.n4.nabble.com/-td3069369.html">hudson-ja</a>)
</ul>
<h3><a name=v1.388>What's new in 1.388</a> (2010/12/04)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Failure to UDP broadcast shouldn't kill the Hudson bootup process.
  <li class=bug>
    Fixed an <tt>AbstractMethodError</tt> in listing up executors.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-8106">issue 8106</a>)
  <li class=bug>
    Slaves launched by JNLP fail to reprot their version numbers.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-8060">issue 8060</a>)
  <li class=bug>
    Restarting Hudson via debian init script didn't wait for the process to really terminate.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7937">issue 7937</a>)
  <li class=rfe>
    Test history with long build records had a scalability problem.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-4621">issue 4621</a>)
  <li class=rfe>
    Added the build number to the test result graph tooltip.
  <li class=rfe>
    Added a new extension point to contribute transient View actions.
  <li class=rfe>
    Added "disable project" button.
  <li class=rfe>
    Added "set-build-description" CLI command.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.387>What's new in 1.387</a> (2010/11/27)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=bug>
    Avoid <tt>AbstractMethodError</tt> in the executors rendering.
  <li class=bug>
    Don't litter HUDSON_HOME with atomic*.xml files.
  <li class=bug>
    Hudson is made more robust in the face of malformed console annotations.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=rfe>
    Add parameter definition type and job name to job API
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-8133">issue 8133</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=rfe>
    "Install as a service" now supports Vista and Windows 7.
  <li class=rfe>
    "Restart Hudson" button should appear when a plugin is manually installed.
  <li class=rfe>
    In this release only the background is changed until Dec 5th to i387 chip,
    to celebrate our 1.387 release (the feature is time bombed and will revert
    to the butler after that date.)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<h3><a name=v1.386>What's new in 1.386</a> (2010/11/19)</h3>
<ul class=image>
  <li class=bug>
    Support CSRF protection when submitting results of an external job.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7961">issue 7961</a>)
  <li class=bug>
    Allow build to start when polling interval is shorter than quiet period and
    we need a workspace for polling.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-8007">issue 8007</a>)
  <li class=bug>
    Fix escaping of some special characters when passing properties to Ant on Windows.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7657">issue 7657</a>)
  <li class=bug>
    Check poll_scm_threads.
  <li class=bug>
    "Retain long standard output/error" option could not be checked when
    configuring a job.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7562">issue 7562</a>)
  <li class=bug>
    Build number in Build History status was off-by-one.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7973">issue 7973</a>)
  <li class=bug>
    Check whether the name of ToolInstlation is not null.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-8088">issue 8088</a>)
  <li class=bug>
    Prevent AbstractMethodError because of new method in Queue.Executor interface.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-8033">issue 8033</a>)
  <li class=bug>
    View "Delete" permission was not checked properly for showing link.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7605">issue 7605</a>)
  <li class=bug>
    Fix javascript error in IE for some UI elements, such as one used by copyartifact plugin.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-6756">issue 6756</a>)
  <li class=bug>
    Fix serialization of array containing null elements.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-8006">issue 8006</a>)
  <li class=rfe>
    Update bundled subversion plugin to version 1.20 and ssh-slaves to version 0.14.
</ul>
<s><h4><a name=v1.385>What's new in 1.385</a> (2010/11/15)</h4></s>
<ul class=image>
  <li class=rfe> Oops, same as 1.384
</ul>
<h3><a name=v1.384>What's new in 1.384</a> (2010/11/05)</h3>
<ul class=image>
  <li class=bug>
    JDK download for auto installation was not honoring the proxy setting.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7327">issue 7327</a>)
  <li class=bug>
    Fixed the "Not in GZIP format" error when archiving site / copying files / etc.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7745">issue 7745</a>)
  <li class=bug>
    Fixed garbled node description.
    (<a href="http://hudson.361315.n4.nabble.com/-td3023036.html#a3023036">Hudson-ja</a>)
  <li class=bug>
    Fixed 404 Not Found error when downgrade buttons are clicked.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7988">issue 7988</a>)
  <li class=rfe>
    Label expression textbox for "Restrict where this project can be run" now
    provides autocompletion suggestions.
</ul>
<h3><a name=v1.383>What's new in 1.383</a> (2010/10/29)</h3>
<ul class=image>
  <li class="major bug">
    Fix security issue where a user with job configure permission could obtain
    admin permission for their session.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7256">issue 7256</a>)
  <li class=bug>
    Build wrappers can now decorate the launcher or logger for matrix builds.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7868">issue 7868</a>)
Loading full blame...