Skip to content
changelog.html 171 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>
    Jenkins self-restart causes process name to change from java to exe
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9206">issue 9206</a>)
  <li class=bug>
    Fixed a bug where SSH public key authentication for CLI wasn't working for username/password based security realm.
  <li class=rfe>
    Improved the speed of shutdown
  <li class=rfe>
    OS X package now provides customizable commandline
    (<a href="https://github.com/jenkinsci/jenkins/pull/195">pull request 195</a>)
  <li class=rfe>
    Added a dignosis CLI command to report the current granted authorities.
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.426>What's new in 1.426</a> <!--=DATE=--></h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Auto Install JDK asks for Oracle account, but the link goes 404.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10556">issue 10556</a>)
  <li class=rfe>
    Record and display who aborted builds.
  <li class=rfe>
    Added API token support.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9363">issue 9363</a>)
    Maven Plugin can use settings and global settings files provided by the config provider plugin
  <li class=bug>
    Fixed background of title image
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9571">issue 9571</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
</div><!--=END=-->
<h3><a name=v1.425>What's new in 1.425</a> (2011/08/08)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=rfe>
    Make syntax highlighting optional
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10509">issue 10509</a>)
  <li class=bug>
    isPartial() check for matrix builds now only reference active configurations.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10197">issue 10197</a>)
  <li class=bug>
    Maven jobs building plugins were no longer identified as upstream snapshot dependencies.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10530">issue 10530</a>)
  <li class=bug>
    MAVEN_OPTS configuration wasn't expanding environment variables.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.424>What's new in 1.424</a> (2011/08/01)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class='major bug'>
    Java Web Start binaries weren't signed.
    (<a href="http://jenkins.361315.n4.nabble.com/Launching-slave-agent-not-working-since-upgrading-from-1-421-to-1-423-td3696291.html">report</a>)
  <li class=bug>
    Fixed Maven build error if headless option is set and MAVEN_OPTS empty
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10375">issue 10375</a>)
  <li class=bug>
    Tests not recognized as failed if test initialization failed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-6700">issue 6700</a>)
  <li class=rfe>
    Support for gzipped log in consoleText
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10400">issue 10400</a>)
  <li class=rfe>
    Expand variables in the Maven POM definition in Maven projects.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-5885">issue 5885</a>)
  <li class=bug>
    Some CLI command are not available.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10418">issue 10418</a>)
  <li class=rfe>
    Maven jobs deploying or installing artifacts should be used for dependency graph instead of jobs which don't
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10366">issue 10366</a>)
  <li class=rfe>
    Maven jobs which are disabled should be excluded from dependency graph
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10367">issue 10367</a>)
  <li class='major rfe'>
    Updated JDK installer to reflect changes in Oracle download server
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10511">issue 10511</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.423>What's new in 1.423</a> (2011/07/25)</h3>
<ul class=image>
  <li class='major bug'>
    Fixed a boot problem in 1.422.
</ul>
<h3><a name=v1.422>What's new in 1.422</a> (2011/07/25)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class='major bug'>
    Fixed a regression in 1.421 that broke CentOS installations.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10354">issue 10354</a>)
  <li class=bug>
    When run as "java -jar jenkins.war", failing to listen on HTTP ports should be fatal.
  <li class=bug>
    Fixed a race condition in the fingerprint computation 
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10346">issue 10346</a>)
  <li class=bug>
    Fixed an occasional NPE when running Maven jobs 
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9822">issue 9822</a>)
  <li class=rfe>
    Added a new hudson.model.Computer.CREATE permission to limit who can create new slaves.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.421>What's new in 1.421</a> (2011/07/17)</h3>
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>)
  <li class=bug>
    ToolCommandInstaller: Fix CR/LF and always make it Unix style.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9963">issue 9963</a>)
  <li class=bug>
    Empty emailAddress causes Mailer error.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10300">issue 10300</a>)
  <li class=bug>
    Label Alignment does not correctly work for top-level entries that span several lines
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10253">issue 10253</a>)
  <li class=bug>
    Fixed a bug in Groovy view taglib rendering for "/lib/hudson"
  <li class=rfe>
    PAM authentication now works with CLI login mechanism.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9681">issue 9681</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
  <li class=rfe>
    Maven build script to produce the binary was significantly modified.
    (<a href="https://github.com/jenkinsci/jenkins/pull/193">pull request 193</a>)
Loading full blame...