Skip to content
changelog.html 209 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=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
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.456>What's new in 1.456</a> <!--=DATE=--></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>
</div><!--=END=-->
<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>
<h3><a name=v1.454>What's new in 1.454</a> (2012/03/05)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Adjusted the HTML sanitization rules as they were too restrictive.
</ul>
<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>)
Loading full blame...