Skip to content
changelog.html 211 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.459>What's new in 1.459</a> <!--=DATE=--></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>
</div><!--=END=-->
<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
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8043">issue 8043</a>)
  <li class="rfe">
    Jenkins uses correct port in mDNS advertisement and shows up in Safari Bonjour bookmarks.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.456>What's new in 1.456</a> (2012/03/19)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    After renaming a job, the redirect goes to a wrong view.
    (<a href="https://github.com/jenkinsci/jenkins/pull/401">pull 401</a>)
  <li class=bug>
    <tt>BUILD_TAG</tt> wasn't unique for hierarchical project.
    (<a href="https://github.com/jenkinsci/jenkins/pull/402">pull 402</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=bug>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
    Workspace archiving wasn't handling symlinks correctly.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9118">issue 9118</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=bug>
    Fixed a bug in the auto-overwrite of bundled plugins on Windows.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12514">issue 12514</a>)
  <li class=bug>
    Fixed a temporary memory spike when dealing with rapidly growing large console output and interactive monitoring.
  <li class=bug>
    Fixed a file handle leak while serving static files.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12674">issue 12674</a>)
  <li class=bug>
    Fixed a bug in executor/queue filtering for matrix projects.
    (<a href="https://github.com/jenkinsci/jenkins/pull/394">pull 394</a>)
  <li class=bug>
    Some of the context menu items have wrong links
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12945">issue 12945</a>)
  <li class=rfe>
    Removed entries that don't make sense from the context menu
  <li class=rfe>
    Enable automatic hyperlinking on failed test summary.
    (<a href="https://github.com/jenkinsci/jenkins/pull/392">pull 392</a>)
  <li class=rfe>
    Performance improvement in JavaScript on modern browsers
    (<a href="https://github.com/jenkinsci/jenkins/pull/276">pull 276</a>)
  <li class=rfe>
    Matrix project execution order is made pluggable.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12778">issue 12778</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.455>What's new in 1.455</a> (2012/03/12)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
OHTAKE Tomohiro's avatar
OHTAKE Tomohiro committed
  <li class=bug>
    Fixed a regression in 1.453 with IE9
    (<a href="https://github.com/jenkinsci/jenkins/pull/397">pull 397</a>)
  <li class=bug>
    Fixed NPE in Groovy script execution via CLI (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12302">issue 12302</a>)
  <li class=bug>
    Fixed bug where a queued build could start while the previous build was still in its post production state.
  <li class=bug>
    Improved the error retry logic of update center retrieval.
  <li class=bug>
    Update JavaMail to 1.4.4.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-1152">issue 1152</a>, <a href="https://issues.jenkins-ci.org/browse/JENKINS-3983">issue 3983</a>)
  <li class=rfe>
    Integrated prototype.js 1.7
    (<a href="https://groups.google.com/forum/#!topic/jenkinsci-dev/rzHstHyK9Lo/discussion">discussion</a>)
  <li class=rfe>
    Supported programmatic retrieval/update of slave <tt>config.xml</tt>
  <li class=rfe>
    Breadcrumb now supports drop-down menu for faster navigation
    (<a href="https://groups.google.com/forum/#!topic/jenkinsci-dev/j9uCKnQB-Xw/discussion">discussion</a>)
  <li class=rfe>
    Configuration pages show a navigation drop-down menu in the breadcrumb bar to jump to sections
  <li class=rfe>
    Hyperlinks to model objects also supports drop-down menu for faster navigation.
    (<a href="https://groups.google.com/forum/#!topic/jenkinsci-dev/j9uCKnQB-Xw/discussion">discussion</a>)
imod's avatar
imod committed
  <li class=rfe>
    New ExtensionPoint to enforce naming conventions for projects/jobs and two implementations: Default (no restriction), Pattern (regex). 
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12928">issue 12928</a>)
  <li class=rfe>
    <tt>java -jar jenkins.war</tt> now uses the HTTP only session cookie that's more robust against XSS vulnerability.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
Loading full blame...