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>
Avoid a 404 when canceling queue items.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14813">issue 14813</a>)
<li class=bug>
Added missing parameters as defaults when called from CLI
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-7162">issue 7162</a>)
<li class=bug>
NPE from <code>UpdateSite$Plugin.getNeededDependencies</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14769">issue 14769</a>)
OHTAKE Tomohiro
committed
<li class=bug>
Description preview and syntax highlighting broken since 1.477.
</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.478>What's new in 1.478</a> <!--=DATE=--></h3>
Jesse Glick
committed
<li class='major bug'>
"Monitor External Job" broken since 1.468.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14107">issue 14107</a>)
Andrew Bayer
committed
<li class=bug>
Matrix configuration axes are no longer automatically re-ordered to alphanumeric order on reload.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14696">issue 14696</a>)
</div><!--=END=-->
<h3><a name=v1.477>What's new in 1.477</a> (2012/08/08)</h3>
Jesse Glick
committed
<li class=bug>
Annotation processor bugs in Stapler affecting plugin compilation.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11739">issue 11739</a>)
<li class='major bug'>
Regressions in add/delete buttons starting in 1.474.
Jesse Glick
committed
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14434">issue 14434</a> and <a href="https://issues.jenkins-ci.org/browse/JENKINS-14495">issue 14495</a>)
Jesse Glick
committed
<li class=rfe>
Collapse nonempty tool installation sections by default in <code>/configure</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14538">issue 14538</a>)
Kohsuke Kawaguchi
committed
<li class=bug>
Custom workspace in matrix projects should be able to use axis as variables.
<li class=bug>
New <tt>SCMCheckoutStrategy</tt> extension wasn't workin for matrix projects.
(<a href="https://github.com/jenkinsci/jenkins/pull/519">pull 519</a>)
<li class=bug>
Fixed a problem in the concurrent matrix build.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13972">issue 13972</a>)
<li class=bug>
Single invalid e-mail address shouldn't cause the entire e-mail delivery to fail.
(<a href="https://github.com/jenkinsci/jenkins/pull/526">pull 526</a>)
<li class=bug>
Dynamically recomputing matrix axes wasn't working.
(<a href="https://github.com/jenkinsci/jenkins/pull/523">pull 523</a>)
Rafa de la Torre
committed
<li class=bug>
"Text" build parameter should use <textarea> for configuration
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13916">issue 13916</a>)
<li class=rfe>
Make the draggable component more obvious by providing a border.
<li class=rfe>
Added REST API for view manipulation
<li class="rfe">
OS X installer now has an Uninstall tool (in /Library/Application Support/Jenkins).
<li class=rfe>
Added "manage Jenkins" as a sub-menu to the Jenkins context menu.
vincentkok
committed
<li class=rfe>
Executor is exposed to the remote API
(<a href="https://github.com/jenkinsci/jenkins/pull/520">pull 520</a>)
<li class=rfe>
Changed defaults for the Mac installer to make iOS codesigning easier.
<li class=rfe>
Notify user when search result is truncated and provide link to get more results
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10747">issue 10747</a>)
<li class=rfe>
Add a setter for node label string.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14327">issue 14327</a>)
<li class=rfe>
Option to set java executable path for managed windows slaves
Added new extension point for transient user actions, and displays user properties if they are also Actions.
<h3><a name=v1.476>What's new in 1.476</a> (2012/07/31)</h3>
<ul class=image>
<li class=bug>
<code>NullPointerException</code> from <code>JUnitParser.parse</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14507">issue 14507</a>)
</ul>
<h3><a name=v1.475>What's new in 1.475</a> (2012/07/22)</h3>
<li class=bug>
Enable/disable GUI for jobs either did not appear, or threw exceptions, for jobs inside folders
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14325">issue 14325</a>)
<li class=bug>
<code>NullPointerException</code> from <code>UnlabeldLoadStatistics</code> <i>[sic]</i>
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14330">issue 14330</a>)
<li class=bug>
Incorrect display of list items in project changes for SCMs such as Mercurial.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14365">issue 14365</a>)
<h3><a name=v1.474>What's new in 1.474</a> (2012/07/09)</h3>
<li class=bug>
Fix French translation
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13274">issue 13274</a>)
Avoid doing AJAX updates if the page becomes invisible.
(<a href="https://github.com/jenkinsci/jenkins/pull/506">pull 506</a>)
<li class=rfe>
Added a new extension point to listen to polling activities.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14178">issue 14178</a>)
<h3><a name=v1.473>What's new in 1.473</a> (2012/07/01)</h3>
<li class=bug>
Updating job config.xml shouldn't clobber in-progress builds.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-12318">issue 12318</a>)
<li class=rfe>
Search index includes all top-level jobs, not just jobs in the current view.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13148">issue 13148</a>)
<li class="bug">
Updated typo in Serbian translation.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13695">issue 13695</a>)
<h3><a name=v1.472>What's new in 1.472</a> (2012/06/24)</h3>
<li class=bug>
Fixed a synchronization problem between master/slave data communication.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11251">issue 11251</a>)
<li class=rfe>
Added a mechanism to filter extension points as they are discovered.
<li class=rfe>
Exposed the master's own node properties to be configured in <tt>/computer/(master)/configure</tt>
(whereas <tt>/configure</tt> controls global node properties that apply to all nodes.)
<li class=rfe>
Made the list of environment variables in the help page pluggable
(<a href="https://github.com/jenkinsci/jenkins/pull/434">pull 434</a>)
<li class=rfe>
Added a new hook to enable matrix project axes to change its values per build.
(<a href="https://github.com/jenkinsci/jenkins/pull/449">pull 449</a>)
<h3><a name=v1.471>What's new in 1.471</a> (2012/06/18)</h3>
<li class=bug>
JSON MIME type should be "application/json"
(<a href="http://java.net/jira/browse/STAPLER-17">STAPLER-17</a>)
Loading
Loading full blame...