Skip to content
changelog.html 206 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.454>What's new in 1.454</a> <!--=DATE=--></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>
</div><!--=END=-->
<h3><a name=v1.453>What's new in 1.453</a> (2012/03/05)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class='major bug'>
    Fixed a XSS vulnerability.
    (SECURITY-26)
  <li class='major bug'>
    Fixed a directory traversal vulnerability.
    (SECURITY-23)
  <li class=bug>
    Fixed a file descriptor leak on Windows
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9882">issue 9882</a>)
  <li class=bug>
    'Age' column on 'Test Result' tab may show incorrect value when a test suite is divided into multiple junit files.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12457">issue 12457</a>)
Seiji Sogabe's avatar
Seiji Sogabe committed
  <li class=rfe>
    System Message - Doesnt appear on any view other than the default view.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7733">issue 7733</a>)
  <li class="rfe">
    Added UI component to show notification bar at the top of the page
  <li class="rfe">
    Users can configure search to be case insensitive.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-850">issue 850</a>)
  <li class="rfe">
    Inline help now reports the plugin that contributes the said feature.
  <li class="rfe">
    Various configuration pages are getting the "apply" button.
  <li class="rfe">
    Avoid post-build depoy to Maven repository in release build
imod's avatar
imod committed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12397">issue 12397</a>)   
  <li class=rfe>
    Jenkins no longer failes to start if plugins have cyclic dependencies, but deactivates these plugins.
  <li class=rfe>
    Adding the video/webm mime type for files with extension .webm.
  <li class=rfe>
    update to guava 11.0.1
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.452>What's new in 1.452</a> (2012/02/27)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Infinite loop or invalid next execution with crontab DoW=7
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12357">issue 12357</a>)
  <li class=bug>
    Broken links to test results with '#' or '?' in the name
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10458">issue 10458</a>)
  <li class="bug">
    Fix launching browser too early to http://localhost:8080 in OS X
    installer.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12622">issue 12622</a>)
  <li class="bug">
    Bundled slf4j binding to avoid classloader contraint violation in JBoss
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12334">issue 12334</a>,
     <a href="https://issues.jenkins-ci.org/browse/JENKINS-12446">issue 12446</a>,
     <a href="https://issues.jenkins-ci.org/browse/JENKINS-12650">issue 12650</a>)
  <li class="bug">
    Fixed a UI problem with the "save" button that sticks to the bottom.
  <li class="rfe">
    Misc performance improvements
    (<a href="https://github.com/jenkinsci/jenkins/pull/342">pull 342</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.451>What's new in 1.451</a> (2012/02/13)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    The <tt>-c</tt> option in the <tt>build</tt> command wasn't working for some SCM.
  <li class=bug>
    Fix multi submit with shortcut key in script console.
    (<a href="https://github.com/jenkinsci/jenkins/pull/364">pull 364</a>)
  <li class=rfe>
    job rows in view should have id= for easy access
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12490">issue 12518</a>)
Olivier Lamy's avatar
Olivier Lamy committed
  <li class=rfe>
    M2 job: create links to codehaus maven plugins and their goals
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12529">issue 12529</a>)  
Olivier Lamy's avatar
Olivier Lamy committed
  <li class=rfe>
    Matrix job now allows delete whole matrix, including sub-jobs.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=bug>
    Fixed a bug in LDAP default root DN inference.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8152">issue 8152</a>)
  <li class=bug>
    <tt>ComputerListener.onOffline</tt> was not called when the client was terminated abruptly.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12680">issue 12680</a>)
  <li class=ref>
    CLI now supports also encrypted key file
  <li class=rfe>
    Recognize test results from eviware:maven-soapui-plugin.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11353">issue 11353</a>)    
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.450>What's new in 1.450</a> (2012/01/30)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    <tt>install-plugin</tt> CLI command fails to put a file in the right location when installing from URL.
  <li class=bug>
    Fixed a bug where long post-production processing in matrix jobs can cause incorrect abortion.
  <li class=bug>
    month should not be 0.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12356">issue 12356</a>)
  <li class=bug>
    "Create a new slave" page didn't auto-complete for copying.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12490">issue 12490</a>)
  <li class=bug>
    Fixed a bug in the auto-overwrite of bundled plugins.
  <li class=rfe>
    Upgrade to maven artifacts 3.0.4
Loading full blame...