Skip to content
changelog.html 219 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: XML API Logs Too Much Information When Invalid Char is Present
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13378">issue 13378</a>)
  <li class=rfe>
    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>)
</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.468>What's new in 1.468</a> <!--=DATE=--></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>
    Fixed encoding handling in e-mail headers.
    (<a href="https://github.com/jenkinsci/jenkins/pull/486">pull 486</a>)
  <li class=rfe>
    Added a new extension point for custom checkout behaviour, especially targeted for matrix projects.
    (<a href="https://github.com/jenkinsci/jenkins/pull/482">pull 482</a>)
  <li class=rfe>
    REST API now supports pretty printing of JSON and other formats.
  <li class=rfe>
    Allow the tree parameter and the xpath parameter to be used together in the REST API.
  <li class=rfe>
    Improved the background transparency of the animating ball icon
</div><!--=END=-->
<h3><a name=v1.467>What's new in 1.467</a> (2012/06/04)</h3>
<ul class=image>
  <li class=bug>
    When accessing a page that requires authentication, redirection to start authentication results in a content decoding failure.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13625">issue 13625</a>)
  <li class=bug>
    Fixed a bug in the way cloud support handles free-roaming jobs.
    (<a href="https://groups.google.com/forum/?fromgroups#!topic/jenkinsci-dev/bUwGEgOwv4Q">discussion</a>)
  <li class=bug>
    Fixed a regression in untar operation in exotic platforms
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13202">issue 13202</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=bug>
    Fixed a possible race condition
Vincent Latombe's avatar
Vincent Latombe committed
  <li class=bug>
    Fixed nested view not showing up with just read perm for View
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13429">issue 13429</a>)
  <li class=rfe>
    Allow file parameters to be viewed as plain text.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13640">issue 13640</a>)
  <li class=rfe>
    CLI connection to the master is now encrypted.
  <li class=rfe>
    Improve the low disk space warning message.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13826">issue 13826</a>)
  <li class=rfe>
    Matrix custom workspace support is improved to allow configuration builds to share workspace
  <li class=rfe>
    Added more context menus to hyperlinks in the console output
  <li class=rfe>
    Exposed plugin manager and update center to the REST API
  <li class=rfe>
    Added a new extension point for agent protocols.
  <li class=rfe>
    Enabled concurrent build support for matrix projects
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-6747">issue 6747</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.466>What's new in 1.466</a> (2012/05/28)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Maven plugin: expand variables in "Room POM" field
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13822">issue 13822</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=rfe>
    Exposed plugin manager and update center to the REST API
  <li class=rfe>
    Enabled concurrent build support for matrix projects
</ul>
<h3><a name=v1.465>What's new in 1.465</a> (2012/05/21)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Artifact archiving from an ssh slave fails if symlinks are present
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13202">issue 13202</a>)
</ul>
<h3><a name=v1.464>What's new in 1.464</a> (2012/05/14)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Don't try to set cookies on cachable requests.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12585">issue 12585</a>)
  <li class=bug>
    Fixed a regression in 1.462 that introduced Java6 dependency.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13659">issue 13659</a>)
  <li class=bug>
    Fixed JDK auto-installer
  <li class=bug>
    missing search image on plugin manager.
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.463>What's new in 1.463</a> (2012/05/07)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Fixed a bug in the Content-Range header handling.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13125">issue 13125</a>)
  <li class=bug>
    Ant's default exclusion was preventing plugins from archiving some files.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13165">issue 13165</a>)
  <li class=bug>
    Fixed NPE in PAM authentication if the user is in a group that doesn't exist anymore.
  <li class=bug>
    End up more gracefully if there's some problem when searching for user partipication in the build
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13564">issue 13564</a>)
  <li class=rfe>
    Improved the performance of the fingerprint persistence.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13154">issue 13154</a>)
  <li class=rfe>
    PAM authentication supports '@group' to force interpretation as a group instead of user.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13526">issue 13526</a>)
  <li class=rfe>
    Honor the <tt>Accept</tt> header in the <tt>job/name/build</tt> URL. 
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13546">issue 13546</a>)
  <li class=rfe>
    Added a DISCOVER permission to allow anonymous users to be presented the login screen
    when accessing job URLs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8214">issue 8214</a>)
  <li class='major rfe'>
    Publishers can be now reordered by the user.
    (<a href="https://groups.google.com/forum/?fromgroups#!topic/jenkinsci-dev/UQLvxQclyb4">discussion</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.462>What's new in 1.462</a> (2012/04/30)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    API token authentication was broken in 1.461
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13600">issue 13600</a>)
  <li class=rfe>
    Added the filter textbox to the update center selector.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13476">issue 13476</a>)
Loading full blame...