Skip to content
changelog.html 215 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=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=>
</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.464>What's new in 1.464</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<h3><a name=v1.463>What's new in 1.463</a> (2012/05/07)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Fixed a bug in the Content-Range header handling.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13125">issue 13125</a>)
  <li class=bug>
    Ant's default exclusion was preventing plugins from archiving some files.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13165">issue 13165</a>)
  <li class=bug>
    Fixed NPE in PAM authentication if the user is in a group that doesn't exist anymore.
  <li class=bug>
    End up more gracefully if there's some problem when searching for user partipication in the build
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13564">issue 13564</a>)
  <li class=rfe>
    Improved the performance of the fingerprint persistence.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13154">issue 13154</a>)
  <li class=rfe>
    PAM authentication supports '@group' to force interpretation as a group instead of user.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13526">issue 13526</a>)
  <li class=rfe>
    Honor the <tt>Accept</tt> header in the <tt>job/name/build</tt> URL. 
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13546">issue 13546</a>)
  <li class=rfe>
    Added a DISCOVER permission to allow anonymous users to be presented the login screen
    when accessing job URLs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8214">issue 8214</a>)
  <li class='major rfe'>
    Publishers can be now reordered by the user.
    (<a href="https://groups.google.com/forum/?fromgroups#!topic/jenkinsci-dev/UQLvxQclyb4">discussion</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.462>What's new in 1.462</a> (2012/04/30)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    API token authentication was broken in 1.461
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13600">issue 13600</a>)
  <li class=rfe>
    Added the filter textbox to the update center selector.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13476">issue 13476</a>)
  <li class=rfe>
    Move "View as plain text" link on console output page from top right to the sidepanel.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13389">issue 13389</a>)
  <li class=rfe>
    Convert "Delete this build" buttons into links in the sidepanel.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13387">issue 13387</a>)
  <li class=rfe>
    Validate project naming regex immediately.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13524">issue 13524</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.461>What's new in 1.461</a> (2012/04/23)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Flag -U is not used during the parsing step of a Maven Job
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8663">issue 8663</a>)
Seiji Sogabe's avatar
Seiji Sogabe committed
  <li class=bug>
    Custom workspace validation not working.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13404">issue 13404</a>)
  <li class=rfe>
    allow j/k navigation for search results
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13105">issue 13105</a>)    
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.460>What's new in 1.460</a> (2012/04/14)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Fixed: tests with the same name are no longer counted correctly.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13214">issue 13214</a>)
  <li class=rfe>
    Added a tag to copy text into clipboard for plugins
  <li class=rfe>
    Removed ASM dependency to avoid class incompatibility trobules.
  <li class=rfe>
    Supported hash token in the crontab syntax to distribute workload and avoid spikes.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.459>What's new in 1.459</a> (2012/04/09)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    CLI - I/O error in channel Chunked connection/Unexpected termination of the channel - still occuring in Jenkins 1.449.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12037">issue 12037</a>)
  <li class=bug>
    Quiet period is blocking other jobs in queue.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12994">issue 12994</a>)  
Seiji Sogabe's avatar
Seiji Sogabe committed
  <li class=bug>
    Loading All Build History Fails.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13238">issue 13238</a>)  
  <li class=rfe>
    Added the View.READ permission to control visibility of views, and updated the default implementation to hide empty views.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-3681">issue 3681</a>)  
Vojtech Juranek's avatar
Vojtech Juranek committed
  <li class=rfe>
    Added new extension point for transient build actions.
    (<a href="https://github.com/jenkinsci/jenkins/pull/421">pull 421</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.458>What's new in 1.458</a> (2012/04/02)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Build Status page continues to show flashing "building" icons after build completion.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13217">issue 13217</a>)  
Seiji Sogabe's avatar
Seiji Sogabe committed
  <li class=bug>
    New Breadcrumb bar covers search suggestions
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13195">issue 13195</a>)  
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=bug>
    Fixed a log rotation portability problem on RedHat RPM package.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-5784">issue 5784</a>)  
  <li class=bug>
    Computer.getHostName() returns null when it is not.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13185">issue 13185</a>)  
  <li class=bug>
    Fixed a socket file descriptor leak.
  <li class=rfe>
    Run <tt>$JENKINS_HOME/init.groovy.d/*.groovy</tt> as the init script if present
    (<a href="https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Jenkins+upon+start+up">feature</a>)
  <li class=rfe>
    Improved the page loading performance, especially on large latency network
imod's avatar
imod committed
  <li class=bug>
    Resolve dependency issue between 'maven-plugin' and 'config-file-provider' plugin. If you are using the 'config-file-provider' plugin, you have to upgrade to version 1.9.1!  
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.457>What's new in 1.457</a> (2012/03/26)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Fixed a thread leak in the embedded servlet container.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9882">issue 9882</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=bug>
    Fixed a file handle leak in serving static content
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13097">issue 13097</a>)
  <li class=bug>
    Breadcrumb popup menu gives javascript error on Internet Explorer 8.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13082">issue 13082</a>)
  <li class=bug>
    Ajax on Update Center does not work in prototype 1.7
  <li class=bug>
    'View as plain text' in Console Output is hidden by the new breadcrums bar
  <li class=bug>
    Last modification date of files in a zip are not the original timestamps
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13122">issue 13122</a>)
Seiji Sogabe's avatar
Seiji Sogabe committed
  <li class=bug>
    "Reload Configuration from Disk" loses labels for swarm-clients
Loading full blame...