Skip to content
changelog.html 166 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>
    NPE when requesting http://server/job/TEST-START/description and the description is empty
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10182">issue 10182</a>)
  <li class=bug>
    Redeploy artifacts for the whole project wasn't showing up for Maven3 projects.
  <li class=bug>
    PAM authentication wasn't working with Ubuntu 11.04
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9486">issue 9486</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=rfe>
    Jenkins behaves better in JRebel-enhanced environment during core/plugin development
    (<a href="https://wiki.jenkins-ci.org/display/JENKINS/Developing+with+JRebel">details</a>)
  <li class=rfe>
    Generalized the mechanism to control scopes of security permissions
  <li class=rfe>
    Added an extension point to record arbitrary data to fingerprints.
  <li class=rfe>
    Build trigger dependency wasn't recalculated when jobs are copied.
  <li class=rfe>
    Exposed more remote APIs around archived Maven artifacts.
  <li class=rfe>
    Allow build directories and workspace directories in $JENKINS_HOME to be placed elsewhere.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8446">issue 8446</a>)
  <li class=rfe>
    Mac installer update: set file permissions to be more in line with Mac conventions.
    (<a href="https://github.com/jenkinsci/jenkins/pull/188">pull request 188</a>)
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.420>What's new in 1.420</a> <!--=DATE=--></h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Fix: jenkins did not record test results generated by the GWT maven plugin
    (<a href="https://github.com/jenkinsci/jenkins/pull/186">pull request 186</a>)
  <li class=bug>
    Fixed a race condition in the remoting that can break the pipe support
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8703">issue 8703</a>)
  <li class=bug>
    Restart button does not restart jenkins after plugin upload
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10044">issue 10044</a>)
  <li class=bug>
    Fixed a file handle leak in <tt>GET config.xml</tt> API call
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8042">issue 8042</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=bug>
    Fixed the redundant/incorrect encoding handling in XML configuration files.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-4525">issue 4525</a>)
  <li class=bug>
    File parameter didn't work correctly with matrix projects
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10108">issue 10108</a>)
  <li class=bug>
    Fixed the double escaping problem in the update center error message
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10081">issue 10081</a>)
  <li class=bug>
    Fixed JellyTagException in the manage page after Jenkins upgrade
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10066">issue 10066</a>)
  <li class=rfe>
    Groovy script console is now syntax highlighted.
  <li class=rfe>
    Improved the form validation to the "restrict where jobs can run" field.
  <li class=rfe>
    Text area to enter description is now syntax highlighted.
  <li class=rfe>
    Don't recalculate internal dependency graph if Maven dependencies haven't changed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9301">issue 9301</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
</div><!--=END=-->
<h3><a name=v1.419>What's new in 1.419</a> (2011/07/05)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
Olivier Lamy's avatar
Olivier Lamy committed
  <li class=bug>
    "Ant Version" field in "Invoke Ant" Build step missing in 1.416
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10036">issue 10036</a>)
  <li class=bug>
    post build deployment task fails with : Unbuffered entity enclosing request can not be repeated.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10076">issue 10076</a>)
  <li class=bug>
    After an unsuccessful Maven incremental build, make sure that all modules are deployed on the next successful one.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-5121">issue 5121</a>)
  <li class=bug>
    Fixed the permission issues on /Applications/Jenkins with OS X installer
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9398">issue 9398</a>)
  <li class=bug>
    Block up-/downstream Projects of matrix projects
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-4959">issue 4959</a>)
  <li class=rfe>
    Just like SSH connector, managed Windows connector now allows the machine name to be specified.
    (<a href="https://github.com/jenkinsci/jenkins/pull/172">pull request #172</a>)
  <li class=rfe>
    Debian package no longer distributes /etc/apt/sources.list.d/jenkins.list
    (<a href="https://github.com/jenkinsci/jenkins/pull/170">pull request #170</a>)
  <li class=rfe>
    Added SSH public key based CLI authentication
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
    (<a href="https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI">wiki</a>)
  <li class=rfe>
    Jenkins OS X installer now starts Jenkins upon system boot, not upon user login
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9399">issue 9399</a>)
  <li class=rfe>
    Improve the vertical alignment of form fields and labels
    (<a href="https://github.com/jenkinsci/jenkins/pull/175">pull request #175</a>)
  <li class=rfe>
    Improve the column sorting behaviours
    (<a href="https://github.com/jenkinsci/jenkins/pull/174">pull request #174</a>)
  <li class=rfe>
    Managed Windows slave launcher now lets you define a host name separately from the slave name.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10099">issue 10099</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.418>What's new in 1.418</a> (2011/06/27)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class='major bug'>
    Permissions from LDAP groups weren't working properly since 1.416
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-10075">issue 10075</a>)
  <li class=bug>
    "0 tests started to fail" makes no sense
    (<a href="https://github.com/jenkinsci/jenkins/pull/165">pull request #165</a>)
  <li class=bug>
    Defined a proper way to interrupt the build and mark it as a failure.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-9203">issue 9203</a>)
  <li class=rfe>
    Prevent a occasional JavaScript safety warning message when running in HTTPS
  <li class=rfe>
    About page should not autorefresh
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-9967">issue 9967</a>)
  <li class=rfe>
    Added a new build parameter type that shows a text area
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-5577">issue 5577</a>)
  <li class=rfe>
    Making views more reusable outside the root object.
  <li class=ref>
    Added a new hudson.footerURL system property to tweak the link displayed at
    the bottom of the UI
  <li class=ref>
    Added a new hudson.security.WipeOutPermission system property to enable a
    new WipeOut permission controlling the "Wipe Out Workspace" action.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.417>What's new in 1.417</a> (2011/06/20)</h3>
<ul class=image>
  <li class='major bug'>
    Fixed a regression in 1.416 that broke cloud plugins like libvirt and EC2.
</ul>
<h3><a name=v1.416>What's new in 1.416</a> (2011/06/18)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=rfe>
    Make captcha support optional; remove LGPL jcaptcha
Loading full blame...