Newer
Older
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
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">
<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>
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=-->
<li class=bug>
Build fails on "Deploy artifacts to Maven repository" due to trying to upload parent POM twice for release artifacts.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11248">issue 11248</a>)
<li class=bug>
Fixed an occasional "URI must start with a slash" error when the anonymous user doesn't have the read access.
<li class="rfe">
OS X installer can optionally create a new user "jenkins" and use
it. This user has a writable home directory, making it possible to set up ssh for Jenkins.
<li class="rfe">
No workspace available message includes wiped out workspace as a potential cause.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10432">issue 10432</a>)
<li class="bug">
Stop users being created in memory if they failed to provide all the required registration information correctly.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-7096">issue 7096</a>)
</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.449>What's new in 1.449</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<h3><a name=v1.448>What's new in 1.448</a> (2012/01/17)</h3>
<li class=bug>
Location of the temporary file "Maven Global Settings" incompatible with release:prepare
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-12315">issue 12315</a>)
<li class=bug>
Failure to check the username/groupname in the matrix security shouldn't hide the user name
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-9519">issue 9519</a>)
<li class=bug>
Fixed a hash DoS vulnerability.
(<a href="http://www.ocert.org/advisories/ocert-2011-003.html">SECURITY-22</a>)
Michael Smith
committed
<li class=bug>
Fixed "Deploy artifacts to Maven repository" as a promotion action.
Requires promoted-builds plugin 2.5+.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11766">issue 11766</a>)
<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>
Nolan Lawson
committed
<li class="bug">
Default e-mail suffix should be used to complete the domain name portion of the recipients list.
(<a href="https://github.com/jenkinsci/jenkins/pull/324">pull #324</a>)
<li class="bug">
Closure execution after <tt>CLI.upgrade()</tt> should carry over the transport credential.
<a href="https://issues.jenkins-ci.org/browse/JENKINS-10890">issue 10890</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>
<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">
Windows service slave launcher now supports more generalized user account option.
(<a href="https://github.com/jenkinsci/jenkins/pull/328">pull #328</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>)
Added the Reploy-To header support.
(<a href="https://github.com/jenkinsci/jenkins/pull/306">pull #306</a>)
<li class="rfe">
The location of Maven local repository is now pluggable, and supported per-executor configuration out of the box.
(<a href="https://github.com/jenkinsci/jenkins/pull/293">pull #293</a>)
<li class="rfe">
Jobs now support display name separate from its unique name
<a href="https://issues.jenkins-ci.org/browse/JENKINS-11762">issue 11762</a>
<h3><a name=v1.447>What's new in 1.447</a> (2012/01/09)</h3>
<li class=bug>
Fixed a hash DoS vulnerability.
(<a href="http://www.ocert.org/advisories/ocert-2011-003.html">SECURITY-22</a>)
<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>)
Seiji Sogabe
committed
<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>)
<h3><a name=v1.446>What's new in 1.446</a> (2012/01/02)</h3>
<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>)
<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>)
Christoph Kutzinski
committed
<li class='rfe'>
Sort workspace file list based on request locale.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-12139">issue 12139</a>)
<h3><a name=v1.445>What's new in 1.445</a> (2011/12/26)</h3>
<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.
<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.
Kohsuke Kawaguchi
committed
<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.
<h3><a name=v1.444>What's new in 1.444</a> (2011/12/19)</h3>
<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>)
<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>)
<h3><a name=v1.443>What's new in 1.443</a> (2011/12/12)</h3>
<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>)
Kohsuke Kawaguchi
committed
<li class=bug>
OS X installer can fail to set the file permissions correctly.
Loading
Loading full blame...