Skip to content
changelog.html 117 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=-->
<ul class=image>
  <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>)
</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.387>What's new in 1.387</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<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>)
  <li class=bug>
    Fixed a bug where non-existent optional dependencies can result in a cascading load failure.
  <li class=rfe>
    Added extension point to allow plugins to add global filters to console
    log streams.
  <li class=rfe>
    Calculate "Estimated remaining time" for incremental Maven builds based on
    the modules which are actually being build.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-6544">issue 6544</a>)
</ul>
<h3><a name=v1.382>What's new in 1.382</a> (2010/10/24)</h3>
<ul class=image>
  <li class=bug>
    Recognize initialization tasks from plugins.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-5427">issue 5427</a>)
  <li class=bug>
    Hudson was failing to report error messages in several situations during a build.
  <li class=bug>
    UI for tying jobs to labels wasn't shown in some situations.
</ul>
<h3><a name=v1.381>What's new in 1.381</a> (2010/10/16)</h3>
<ul class=image>
  <li class=bug>
    Fixed a race condition.
  <li class=bug>
    Fixed issue with LabelAxis longer than 30 characters causing failures when saving matrix job configuration.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7500">issue 7500</a>)
  <li class=rfe>
    Improved packet fragmentation in Winstone when writing out HTTP responses.
  <li class=rfe><a href="http://wiki.hudson-ci.org/display/HUDSON/Extension+Point+for+Project+Views+Navigation">Extension Point to provide alternate UI for Project Views implemented</a>
    </l> (<a href="http://issues.hudson-ci.org/browse/HUDSON-1467">issue 1467</a>)
</ul>
<h3><a name=v1.380>What's new in 1.380</a> (2010/10/09)</h3>
<ul class=image>
  <li class=bug>
    Safe restart was not working since 1.376
  <li class=bug>
    Don't let help icons get keyboard focus. This improves the keyboard navigability of the configuration page.
  <li class=bug>
    Debug message crept into the production code in 1.379.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7662">issue 7662</a>)
  <li class=bug>
    Fixed an AbstractMethodError in the UI with plugins (such as batch task.)
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7546">issue 7546</a>)
  <li class=rfe>
    Add "proxy compatible" option to default crumb issuing algoritm
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7518">issue 7518</a>)
</ul>
<h3><a name=v1.379>What's new in 1.379</a> (2010/10/02)</h3>
<ul class=image>
  <li class='major bug'>
    Fixed a pipe clogging problem that can result in a hanging build.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-5977">issue 5977</a>,
     <a href="http://issues.hudson-ci.org/browse/HUDSON-7572">issue 7572</a>)
  <li class=bug>
    Fixed a possible NPE in computing dependency changes.
  <li class=bug>
    Fixed the malformed HTTP request error recovery behavior in Winstone.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7201">issue 7201</a>)
  <li class=bug>
    When checking module descendant relationships, SCM changelog paths were using system file separators while module paths were always using /s.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7611">issue 7611</a>)
  <li class=bug>
    Hudson was creating multiple instances of <tt>PageDecorator</tt>s, resulting in data consistency problem.
    (<a href="http://hudson.361315.n4.nabble.com/PageDecorator-and-global-jelly-tp2552804p2552804.html">report</a>)
  <li class=bug>
    Fixed a possible AbstractMethodError 
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-7546">issue 7546</a>)
  <li class=rfe>
    Supported failsafe reports for the Maven2 job type.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-4229">issue 4229</a>)
</ul>
<h3><a name=v1.378>What's new in 1.378</a> (2010/09/25)</h3>
<ul class=image>
  <li class='major bug'>
    Improving the master/slave communication to avoid pipe clogging problem.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-5977">issue 5977</a>)
Loading full blame...