Skip to content
changelog.html 129 KiB
Newer Older
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<html>
<head id="head">
  <title>Changelog</title>
  <link rel="alternate" title="Hudson announcements" href="https://hudson.dev.java.net/servlets/ProjectNewsRSS" type="application/rss+xml">
  <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 align=right>
  <a href="https://hudson.dev.java.net/servlets/ProjectNewsRSS"><img src=atom.gif border=0 alt="Atom"> Subscribe to RSS feed</a>
</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 Hudson 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"
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  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"
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  alt="Cloudy"/> = I don't recommend it. <br/>
 <img src="http://ci.jenkins-ci.org/images/16x16/health-00to19.gif" width="16" height="16"
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  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=-->
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
    Fixed a master/slave communication problem since 1.378 that often manifests as "Not in GZIP format"
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-7745">issue 7745</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=bug>
    When run as "java -jar jenkins.war", "~/.hudson" was still used as default.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8658">issue 8658</a>)
  <li class=bug>
    Debian package no longer messes around with the file permissions
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-4047">issue 4047</a>)
  <li class=bug>
    Fixed a JVM dependency in debian package so that it can run with OpenJDK
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8159">issue 8159</a>)
  <li class=bug>
    Fixed a log rotation configuration problem on Red Hat
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-5784">issue 5784</a>)
Olivier Lamy's avatar
Olivier Lamy committed
  <li class=bug>
    Windows XP slave stopped working in 1.396 (related to name change)
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8676">issue 8676</a>)
  <li class=bug>
    Unnecessary log messages if a remote pipe is not read until EOF
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8592">issue 8592</a>)
  <li class=bug>
    Fixed a bug in the calendar computation.
    (<a href="http://issues.hudson-ci.org/browse/HUDSON-8656">issue 8656 in Hudson</a>)
  <li class=bug>
    Fixed an NPE when loading full build history.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8660">issue 8660</a>)
  <li class=bug>
    EXECUTOR_NUMBER uniqueness can degrate over time
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-4756">issue 4756</a>)
  <li class=rfe>
    build RSS feeds now contain description of builds.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-3935">issue 3935</a>)
  <li class=rfe>
    Debian package will force-terminate Jenkins if it fails to shut down in 5 seconds.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-5415">issue 5415</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.396>What's new in 1.396</a> <!--=DATE=--></h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Fixed a bug in crontab "day of week" handling in locales where a week starts from Monday.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8401">issue 8401</a>)
  <li class=bug>
    If a master fails to ping a slave, it should be hard-disconnected.
  <li class=bug>
    "java -jar hudson.war --daemon" was forcing umask 027. This includes Debian/redhat packages.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-5114">issue 5114</a>)
  <li class=rfe>
    If the JNLP-connected slave drops out without the master not noticing, allow the reconnection
    without rejecting it.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-5055">issue 5055</a>)
    Fixed a trademark bug that caused a considerable fiasco by renaming to Jenkins
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.395>What's new in 1.395</a> (2011/01/21)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    Do not chmod/chown symlink targets in /var/lib/hudson (debian package)
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8502">issue 8502</a>)
  <li class=bug>
    M2 and M3 builds behave differently when tests fail.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8415">issue 8415</a>)
  <li class=bug>
    Hudson was failing to record the connection termination problem in slave logs.
  <li class=bug>
    Node names can be edited to include slashes and then cannot be removed.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8438">issue 8437</a>)
  <li class=bug>
    Fix temporarily offline slaves not showing active jobs
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8546">issue 8546</a>)
  <li class=rfe>
    Startup performance improvement
  <li class=rfe>
    Reduced the memory footprint used by fingerprints.
  <li class=rfe>
    Added a new extension point to support external login mechanisms.
  <li class=rfe>
    Heap dump of running Hudson instance can be obtained by requesting /heapDump from
    the browser.
Olivier Lamy's avatar
Olivier Lamy committed
  <li class=rfe>
    MavenReporter#postExecute parameter Throwable error is always empty in case of mojo failure
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8493">issue 8493</a>)
  <li class=rfe>
    Improved the error diagnosis if a build fails because of the slave connectivity problem.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-5073">issue 5073</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.394>What's new in 1.394</a> (2011/01/15)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug> Parsing poms fails if a module is a path to a pom (and not to a directory)
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8445">issue 8445</a>)
  <li class=bug> M3 builds doesn't have a colorized console
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8411">issue 8411</a>)
  <li class=bug> Bad path for submodules
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8452">issue 8452</a>)      
Olivier Lamy's avatar
Olivier Lamy committed
  <li class=rfe> Add more options to configure maven project building
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8406">issue 8406</a>)
  <li class=rfe> Violations plugin tries to access nonexistant directory.
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8418">issue 8418</a>)
  <li class=rfe> maven2 build fails due to 'RELEASE' plugin version.
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8462">issue 8462</a>)          
  <li class=rfe>
   Block build when downstream projects are building.
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-7046">issue 7046</a>)  
   <li class=bug> nonRecursive option is not honored anymore when parsing pom
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8484">issue 8484</a>)   
   <li class=ref>
   Maven 3 support : display same logging output as a maven build with the cli
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8490">issue 8490</a>)           
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.393>What's new in 1.393</a> (2011/01/09)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=rfe>
   Added CharacterEncodingFilter to prevent Non-ASCII characters from getting garbled.
  <li class=bug> Maven mirrors not used when project uses Maven 2.2
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8387">issue 8387</a>) 
  <li class=bug> NPE while parsing POMs
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8391">issue 8391</a>)   
  <li class=bug> M2 POMs aren't parsed if there is a M3 control error like an invalid scope in a plugin dep.
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8395">issue 8395</a>)  
  <li class=bug> POMs parsing fails in m2 projects which has a wrong inheritence (m3 constraint).
   (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8390">issue 8390</a>)      
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.392>What's new in 1.392</a> (2010/12/31)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class='major rfe'>
    Maven 3 support in maven-plugin. 
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-4988">issue 4988</a>)
  <li class=bug>
    Turn Off "Show Friendly HTTP Error Messages" Feature on the Server Side.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8352">issue 8352</a>)
  <li class=bug>
    Hudson installed as Windows service wasn't restarting properly
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-5090">issue 5090</a>)
Seiji Sogabe's avatar
Seiji Sogabe committed
  <li class=bug>
    Escape quotes.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8270">issue 8270</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
</ul>
<h3><a name=v1.391>What's new in 1.391</a> (2010/12/26)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    failed to build with "Trigger builds remotely" enabled.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8319">issue 8319</a>)
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
  <li class=rfe>
    added a new extension point to use markup for job/user description
</ul>
<h3><a name=v1.390>What's new in 1.390</a> (2010/12/18)</h3>
Kohsuke Kawaguchi's avatar
Kohsuke Kawaguchi committed
<ul class=image>
  <li class=bug>
    " (from WhateverTest)" gratuitously appended to test result detail pages.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-5655">issue 5655</a>)
  <li class=bug>
    Fixed a pipe leak to child processes.
    (<a href="http://issues.jenkins-ci.org/browse/JENKINS-8244">issue 8244</a>)
Loading full blame...