Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<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.hudson-labs.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.hudson-labs.org/images/16x16/health-40to59.gif" width="16" height="16"
alt="Cloudy"/> = I don't recommend it. <br/>
<img src="http://ci.hudson-labs.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>
" (from WhateverTest)" gratuitously appended to test result detail pages.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-5655">issue 5655</a>)
Kohsuke Kawaguchi
committed
<li class=bug>
Fixed a pipe leak to child processes.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-8244">issue 8244</a>)
<li class=rfe>
Debian package init script now honors <tt>~/.profile</tt>.
Kohsuke Kawaguchi
committed
<li class=rfe>
Build names (e.g., "#123") can be now modified by users/plugins to arbitrary text.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-53">issue 53</a>,
<a href="http://issues.hudson-ci.org/browse/HUDSON-4884">issue 4884</a>)
<li class=bug>
Fixed an issue preventing to copy data on AIX, HP-UX or Linux for S/390.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-8155">issue 8155</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.390>What's new in 1.390</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<h3><a name=v1.389>What's new in 1.389</a> (2010/12/11)</h3>
<li class=rfe>
Hide executors for offline nodes to conserve space in Build Executors Status list.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-8252">issue 8252</a>)
<li class=bug>
throw AccessDeniedException if "Authentication Token" is invalid.
(<a href="http://hudson.361315.n4.nabble.com/-td3069369.html">hudson-ja</a>)
<h3><a name=v1.388>What's new in 1.388</a> (2010/12/04)</h3>
<li class=bug>
Failure to UDP broadcast shouldn't kill the Hudson bootup process.
<li class=bug>
Fixed an <tt>AbstractMethodError</tt> in listing up executors.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-8106">issue 8106</a>)
Kohsuke Kawaguchi
committed
<li class=bug>
Slaves launched by JNLP fail to reprot their version numbers.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-8060">issue 8060</a>)
Kohsuke Kawaguchi
committed
<li class=bug>
Restarting Hudson via debian init script didn't wait for the process to really terminate.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-7937">issue 7937</a>)
<li class=rfe>
Test history with long build records had a scalability problem.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-4621">issue 4621</a>)
<li class=rfe>
Added the build number to the test result graph tooltip.
<li class=rfe>
Added a new extension point to contribute transient View actions.
<li class=rfe>
Added "disable project" button.
<li class=rfe>
Added "set-build-description" CLI command.
<h3><a name=v1.387>What's new in 1.387</a> (2010/11/27)</h3>
<li class=bug>
Avoid <tt>AbstractMethodError</tt> in the executors rendering.
<li class=bug>
Don't litter HUDSON_HOME with atomic*.xml files.
<li class=bug>
Hudson is made more robust in the face of malformed console annotations.
<li class=rfe>
Add parameter definition type and job name to job API
(<a href="http://issues.hudson-ci.org/browse/HUDSON-8133">issue 8133</a>)
<li class=rfe>
"Install as a service" now supports Vista and Windows 7.
<li class=rfe>
"Restart Hudson" button should appear when a plugin is manually installed.
<li class=rfe>
In this release only the background is changed until Dec 5th to i387 chip,
to celebrate our 1.387 release (the feature is time bombed and will revert
to the butler after that date.)
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<h3><a name=v1.386>What's new in 1.386</a> (2010/11/19)</h3>
<ul class=image>
<li class=bug>
Support CSRF protection when submitting results of an external job.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-7961">issue 7961</a>)
<li class=bug>
Allow build to start when polling interval is shorter than quiet period and
we need a workspace for polling.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-8007">issue 8007</a>)
<li class=bug>
Fix escaping of some special characters when passing properties to Ant on Windows.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-7657">issue 7657</a>)
<li class=bug>
Check poll_scm_threads.
<li class=bug>
"Retain long standard output/error" option could not be checked when
configuring a job.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-7562">issue 7562</a>)
<li class=bug>
Build number in Build History status was off-by-one.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-7973">issue 7973</a>)
<li class=bug>
Check whether the name of ToolInstlation is not null.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-8088">issue 8088</a>)
<li class=bug>
Prevent AbstractMethodError because of new method in Queue.Executor interface.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-8033">issue 8033</a>)
<li class=bug>
View "Delete" permission was not checked properly for showing link.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-7605">issue 7605</a>)
<li class=bug>
Fix javascript error in IE for some UI elements, such as one used by copyartifact plugin.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-6756">issue 6756</a>)
<li class=bug>
Fix serialization of array containing null elements.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-8006">issue 8006</a>)
<li class=rfe>
Update bundled subversion plugin to version 1.20 and ssh-slaves to version 0.14.
</ul>
<s><h4><a name=v1.385>What's new in 1.385</a> (2010/11/15)</h4></s>
<ul class=image>
<li class=rfe> Oops, same as 1.384
</ul>
<h3><a name=v1.384>What's new in 1.384</a> (2010/11/05)</h3>
<ul class=image>
<li class=bug>
JDK download for auto installation was not honoring the proxy setting.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-7327">issue 7327</a>)
<li class=bug>
Fixed the "Not in GZIP format" error when archiving site / copying files / etc.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-7745">issue 7745</a>)
<li class=bug>
Fixed garbled node description.
(<a href="http://hudson.361315.n4.nabble.com/-td3023036.html#a3023036">Hudson-ja</a>)
<li class=bug>
Fixed 404 Not Found error when downgrade buttons are clicked.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-7988">issue 7988</a>)
<li class=rfe>
Label expression textbox for "Restrict where this project can be run" now
provides autocompletion suggestions.
</ul>
<h3><a name=v1.383>What's new in 1.383</a> (2010/10/29)</h3>
<ul class=image>
<li class="major bug">
Fix security issue where a user with job configure permission could obtain
admin permission for their session.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-7256">issue 7256</a>)
<li class=bug>
Build wrappers can now decorate the launcher or logger for matrix builds.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-7868">issue 7868</a>)
<li class=bug>
Fixed a bug where non-existent optional dependencies can result in a cascading load failure.
<li class=rfe>
Added extension point to allow plugins to add global filters to console
log streams.
<li class=rfe>
Calculate "Estimated remaining time" for incremental Maven builds based on
the modules which are actually being build.
(<a href="http://issues.hudson-ci.org/browse/HUDSON-6544">issue 6544</a>)
</ul>
<h3><a name=v1.382>What's new in 1.382</a> (2010/10/24)</h3>
Loading
Loading full blame...