Skip to content
changelog.html 225 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='major bug'>
    Regressions in add/delete buttons starting in 1.474.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14434">issue 14434</a> and <a href="https://issues.jenkins-ci.org/browse/JENKINS-14514">issue 14514</a>)
  <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>)
  <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>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <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>)
  <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>
    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.
    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>)
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.476>What's new in 1.476</a> <!--=DATE=--></h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<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>
</div><!--=END=-->
<h3><a name=v1.475>What's new in 1.475</a> (2012/07/22)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <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>)
Jesse Glick's avatar
Jesse Glick committed
  <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>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.474>What's new in 1.474</a> (2012/07/09)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Fix French translation
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13274">issue 13274</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=rfe>
    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>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.473>What's new in 1.473</a> (2012/07/01)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <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>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <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>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.472>What's new in 1.472</a> (2012/06/24)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <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>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.471>What's new in 1.471</a> (2012/06/18)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    JSON MIME type should be "application/json"
    (<a href="http://java.net/jira/browse/STAPLER-17">STAPLER-17</a>)
  <li class=bug>
    Fixed: XML API Logs Too Much Information When Invalid Char is Present
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13378">issue 13378</a>)
    Improved the way we store hashed passwords.
    (<a href="http://blog.linkedin.com/2012/06/06/linkedin-member-passwords-compromised/">motivation</a>)
  <li class=rfe>
    Reduce the total height of items shown in the view configuration page.
    (<a href="https://github.com/jenkinsci/jenkins/pull/488">pull 488</a>)
  <li class=rfe>
     The CLI <tt>build</tt> command now has the <tt>-v</tt> option that reports the console output of the build in progress.
  <li class=rfe>
    The CLI <tt>build</tt> command can now wait until the start of the build.
<h3><a name=v1.470>What's new in 1.470</a> (2012/06/13)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Problem in syncing mirrors with native packages. Re-releasing the same bits as 1.469 as 1.470.
</ul>
<h3><a name=v1.469>What's new in 1.469</a> (2012/06/11)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Fixed a regression in 1.468 that broke LDAP
</ul>
<h3><a name=v1.468>What's new in 1.468</a> (2012/06/11)</h3>
<ul class=image>
  <li class=bug>
    Added more MIME type mapping for Winstone.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13496">issue 13496</a>)
  <li class=bug>
    Winstone wasn't handling downloads bigger than 2GB.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12854">issue 12854</a>)
fma1977's avatar
fma1977 committed
  <li class=bug>
    With 'on-demand' retention strategy, wrong slave can be started for jobs restricted to specific slave.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13735">issue 13735</a>)
  <li class=bug>
Loading full blame...