Skip to content
changelog.html 196 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 bug in the symlink creation code on BSD platforms.
    <a href="https://issues.jenkins-ci.org/browse/JENKINS-12119">issue 12119</a>
  <li class="bug">
    Incorrect path delimiter used in ZipArchiver when creating archive on Windows.
    <a href="https://issues.jenkins-ci.org/browse/JENKINS-9942">issue 9942</a>
  <li class="rfe">
    <tt>.jpi</tt> is now supported as well as <tt>.hpi</tt> as a plugin extension.
    (<a href="https://github.com/jenkinsci/jenkins/pull/331">pull #331</a>)
  <li class="rfe">
    OSX installer now checks for the existence of JVM and open the browser in the end.
    (<a href="https://github.com/jenkinsci/jenkins/pull/329">pull #329</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.447>What's new in 1.447</a> <!--=DATE=--></h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
  NullPointerException in maven-plugin: Maven3Builder / ExecutedMojo (1.445)
  (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12259">issue 12259</a>)
  <li class='rfe'>
    Reduced overhead of maven jobs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11883">issue 11883</a>)
  <li class=bug>
    Link to user profile from console output should go to the user ID, not the user name
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12279">issue 12279</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
</div><!--=END=-->
<h3><a name=v1.446>What's new in 1.446</a> (2012/01/02)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class='major rfe'>
    Jenkins now acts as an SSH daemon
    (<a href="https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+SSH">doc</a>)
  <li class='rfe'>
    Added hyperlinks to console output
    (<a href="https://github.com/jenkinsci/jenkins/pull/334">pull #334</a>)
imod's avatar
imod committed
  <li class='rfe'>
    Add option to disable mailnotifications for each failed maven module.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-5695">issue 5695</a>)
  <li class='rfe'>
    Sort workspace file list based on request locale.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12139">issue 12139</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.445>What's new in 1.445</a> (2011/12/26)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=rfe>
    CLI now supports using HTTP proxy for tunneling its TCP/IP connection.
  <li class=rfe>
    CLI now supports routing TCP/IP requests without going through HTTP reverse proxy.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=rfe>
    If reload fails, don't let the partially loaded state running, or risk the user overwriting the configs they have.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11204">issue 11204</a>)
  <li class=rfe>
    Update center UI improvement. "Install" button is now always visisble.
  <li class=rfe>
    Configuration UI improvement. "Save" button is always visible.
  <li class=bug>
    Fixed a bug where a large output from Maven can cause module log output to go out of sync with module build log files.
  <li class=bug>
    Confusing error message when the --username option is used on the system with the .ssh directory.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11873">issue 11873</a>)
  <li class=bug>
    Fixed prematurely re-drawn matrix test result graph.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.444>What's new in 1.444</a> (2011/12/19)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=rfe>
    Make the matrix configuration table looks like the rest of Jenkins tables.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10251">issue 10251</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=rfe>
    Improved Italian translation.
  <li class=bug>
    Fixed the incorrect table border cropping
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12061">issue 12061</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.443>What's new in 1.443</a> (2011/12/12)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Wagon 2.0 upgrade broke the Redeploy task for webdav repositories
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11318">issue 11318</a>)
  <li class=bug>
    Self-restart wasn't working with 32bit x86 Solaris
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-6629">issue 6629</a>)
  <li class=bug>
    Fixed IPv6 handling in Winstone
    (<a href="https://github.com/jenkinsci/winstone/pull/2">pull request #2</a>)
  <li class=bug>
    OS X installer can fail to set the file permissions correctly.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11714">issue 11714</a>)
  <li class=bug>
    Build history time line wasn't working for IE8.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7403">issue 7403</a>)
  <li class=bug>
    Build history time line should be resizable
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11834">issue 11834</a>)
  <li class=bug>
    Fixed a bug in Windows registry enumeration with large data.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11767">issue 11767</a>)
  <li class=bug>
    Debian/Ubuntu init script does not wait long enough during stop operation
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11744">issue 11744</a>)
  <li class=bug>
    Jenkins takes up too much space in /var/run
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11366">issue 11366</a>)
  <li class=bug>
    Fixed a <tt>NoSuchMethodError</tt> on JBoss 5.1 EAP
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11960">issue 11960</a>)
  <li class=bug>
    Use $JENKINS_USER in Debian postinst script.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-5771">issue 5771</a>)
  <li class=bug>
    Fixed a bug where Jenkins failed to show localized text for Hebrew, Indonesian, and Yedish.
  <li class=bug>
    Canonical name of Maven artifacts may end with "-" if classifier is empty.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11819">issue 11819</a>) 
  <li class=rfe>
    Proxy configuration supported "no proxy host" setting to allow some hosts to bypass proxy.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8710">issue 8710</a>)
  <li class=rfe>
    Added/improved localization to Arabic, Bulgarian, Catalan, Czech, Danish, German, Greek, Esperanto, Spanish, Estonian, Basque, Finnish, French, Hebrew, Hindi, Hungarian, Indonesian, Icelandic, Italian, Kannada, Korean, Lithuanian, Latvian, Marathi, Norwegian, Dutch, Polish, Portugeese, Romanian, Russian, Slovak, Slovenian, Serbian, Swedish, Telgu, Turkish, Ukrainian, and Chinese. Thanks everyone!
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.442>What's new in 1.442</a> (2011/12/05)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Workspaces mixed when launching multiple concurrent builds.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11825">issue 11825</a>)
  <li class=bug>
    Fixed ConcurrentModificationException in parallel Maven 3 builds.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11256">issue 11256</a>)
  <li class=bug>
    Copy artifacts fails on windows slaves due to failing to set a timestamp.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11073">issue 11073</a>)
  <li class=rfe>
    Upgrade aether version to 1.13 and sisu to 2.3.0 .
imod's avatar
imod committed
    add new action type to enable plugins to intercept the maven 'goals and options' 
    (<a href="https://github.com/jenkinsci/jenkins/pull/316">pull #316</a>)
  <li class=rfe>
    Upgrade to Maven Wagon 2.1 which supports preemptive authz for dav deployment.
  <li class='major rfe'>
    Plugins can be now installed without taking Jenkins offline.
Loading full blame...