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=-->
<ul class=image>
<li class=>
</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>
Olivier Lamy
committed
<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>)
<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>)
</div><!--=END=-->
<h3><a name=v1.419>What's new in 1.419</a> (2011/07/05)</h3>
<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
(<a href="https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI">wiki</a>)
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>)
<h3><a name=v1.418>What's new in 1.418</a> (2011/06/27)</h3>
<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>)
Kohsuke Kawaguchi
committed
<li class=bug>
"0 tests started to fail" makes no sense
(<a href="https://github.com/jenkinsci/jenkins/pull/165">pull request #165</a>)
Kohsuke Kawaguchi
committed
<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.
rseguy
committed
<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.
<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>
<li class=rfe>
Make captcha support optional; remove LGPL jcaptcha
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9915">issue 9915</a>)
<li class=bug>
Validate new view name relative to current context
<li class=bug>
Unfilled custom workspace textbox shouldn't be allowed.
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9806">issue 9806</a>)
<li class=bug>
Fixed a bug in LDAP group search based on memberUid
(<a href="https://github.com/jenkinsci/jenkins/pull/151">pull request #151</a>)
<li class=bug>
If the user tries to run Jenkins on Java 1.4 and earlier, detect that more gracefully.
Christoph Kutzinski
committed
<li class=bug>
Fixed NPE in site generation when building a single Maven module
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-7577">issue 7577</a>)
<li class=bug>
Fixed timeline on build trend page.
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-6439">issue 6439</a>)
<li class=bug>
Fixed the initialization order of plugins
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9960">issue 9960</a>)
<li class=bug>
Label/node tree is not visible in multi-configuration project config page
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9689">issue 9689</a>)
<li class=rfe>
Loading
Loading full blame...