changelog.html 99.5 KB
Newer Older
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
K
Kohsuke Kawaguchi 已提交
2
<html>
3 4
<!--

5
We record noteworthy changes in this file, which then becomes http://jenkins-ci.org/changelog
6 7 8

Some tips:

9 10 11
- 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)
12

13 14 15
- 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.
16

17
- Link to bugs in the issue tracker, e-mail thread in the archive, and so on if you can.
18 19

-->
20 21
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
K
Kohsuke Kawaguchi 已提交
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
  <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">
39
Help other Jenkins users by letting the community know which releases you've used,
40 41
and whether they had any significant issues. <br>
Legend: <br>
42
 <img src="http://ci.jenkins-ci.org/images/16x16/health-80plus.gif" width="16" height="16"
43
  alt="Sunny"> = I use it on my production site without major issues. <br>
44
 <img src="http://ci.jenkins-ci.org/images/16x16/health-40to59.gif" width="16" height="16"
45
  alt="Cloudy"> = I don't recommend it. <br>
46
 <img src="http://ci.jenkins-ci.org/images/16x16/health-00to19.gif" width="16" height="16"
47
  alt="Lightning"> = I tried it but rolled back to a previous version. <br>
K
Kohsuke Kawaguchi 已提交
48 49 50 51 52 53 54 55 56
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=-->
K
Kohsuke Kawaguchi 已提交
57 58 59 60 61 62 63
<ul class=image>
  <li class=>
</ul>
</div><!--=TRUNK-END=-->

<!-- these changes are controlled by the release process. DO NOT MODIFY -->
<div id="rc" style="display:none;"><!--=BEGIN=-->
64
<h3><a name=v1.572>What's new in 1.572</a> <!--=DATE=--></h3>
K
Kohsuke Kawaguchi 已提交
65
<ul class=image>
D
Daniel Beck 已提交
66 67 68 69 70 71 72 73 74
  <li class="major rfe">
    UI redesign: Changed header, made layout &lt;div&gt;-based and responsive
    (<a href="https://github.com/jenkinsci/jenkins/pull/1310">pull 1310</a>)
  <li class=rfe>
    Improved handling of X-Forwarded-* headers
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23294">issue 23294</a>)
  <li class=bug>
    Do not offer automatic upgrade if war parent directory is not writable
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23683">issue 23683</a>)
75 76 77
  <li class=bug>
    Fixed "... looks to have already been deleted" bug in LogRotator
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22395">issue 22395</a>)
78 79 80
  <li class='major bug'>
    Fixed unnecessary eager loading of build records in certain code path.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18065">issue 18065</a>)
K
Kohsuke Kawaguchi 已提交
81
</ul>
82 83
</div><!--=END=-->
<h3><a name=v1.571>What's new in 1.571</a> (2014/07/07)</h3>
K
Kohsuke Kawaguchi 已提交
84
<ul class=image>
85 86 87
  <li class=bug>
    <code>IllegalArgumentException</code> from <code>AbstractProject.getEnvironment</code> when trying to get environment variables from an offline slave.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23517">issue 23517</a>)
O
Oliver Gondža 已提交
88 89 90
  <li class=bug>
    Overall.READ is sufficient to access /administrativeMonitor/hudsonHomeIsFull/
    (SECURITY-134)
O
Oliver Gondža 已提交
91 92 93
  <li class=bug>
    Master computer is not notified using ComputerListener
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23481">issue 23481</a>)
K
Kohsuke Kawaguchi 已提交
94
</ul>
95
<h3><a name=v1.570>What's new in 1.570</a> (2014/06/29)</h3>
K
Kohsuke Kawaguchi 已提交
96
<ul class=image>
O
Oliver Gondža 已提交
97 98 99
  <li class=rfe>
    Add CLI commands to add jobs to and remove jobs from views (add-job-to-view, remove-job-from-view).
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23361">issue 23361</a>)
100 101 102
  <li class=rfe>
    UI improvements / refreshing.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23492">issue 23492</a>)
103 104 105
  <li class=bug>
    Failed to correctly resave a project configuration containing both a forward and a reverse build trigger.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23191">issue 23191</a>)
106 107 108
  <li class=bug>
    Long log output resulted in missing Console link in popup.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14264">issue 14264</a>)
O
Oliver Gondža 已提交
109 110 111
  <li class="major bug">
    HTTP error 405 when trying to restart ssh host.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23094">issue 23094</a>)
O
Oliver Gondža 已提交
112 113 114
  <li class=rfe>
    Move 'None' Source Code Management option to top position.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23434">issue 23434</a>)
115
  <li class=bug>
O
Oleg Nenashev 已提交
116
    Fixed <code>NullPointerException</code> when <code>ArctifactArchiver</code> is called for a build with the undefined status.
117
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23526">issue 23526</a>)
O
Oleg Nenashev 已提交
118 119 120
  <li class=rfe>
    Allow disabling use of default exclude patterns in <code>ArctifactArchiver</code> (.git, .svn, etc.).
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20086">issue 20086</a>)
121 122 123
  <li class=bug>
    Fixed <code>NullPointerException</code> when &quot;properties&quot; element is missing in a job's configuration submission by JSON
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23437">issue 23437</a>)
K
Kohsuke Kawaguchi 已提交
124
</ul>
125
<h3><a name=v1.569>What's new in 1.569</a> (2014/06/23)</h3>
K
Kohsuke Kawaguchi 已提交
126
<ul class=image>
K
Kohsuke Kawaguchi 已提交
127 128 129
  <li class=rfe>
    Jenkins can now kill Win32 processes from Win64 JVMs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23410">issue 23410</a>)
130 131 132
  <li class=rfe>
    Allow custom security realm plugins to fire events to <code>SecurityListener</code>s.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23417">issue 23417</a>)
133 134 135
  <li class=bug>
    Recover gracefully if a build permalink has a non-numeric value.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21631">issue 21631</a>)
136 137 138
  <li class=bug>
    Fix form submission via the Enter key for Internet Explorer version 9.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22373">issue 22373</a>)
139 140 141
  <li class='major bug'>
    When Jenkins had a lot of jobs, submitting a view configuration change could overload the web server, even if few of the jobs were selected.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20327">issue 20327</a>)
K
Kohsuke Kawaguchi 已提交
142
</ul>
143
<h3><a name=v1.568>What's new in 1.568</a> (2014/06/15)</h3>
K
Kohsuke Kawaguchi 已提交
144
<ul class=image>
145 146 147
  <li class=bug>
    Fixed JNLP connection handling problem
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22932">issue 22932</a>)
O
Oleg Nenashev 已提交
148 149 150
  <li class=bug>
    Fixed <code>NullPointerException</code> caused by the uninitialized <code>ProcessStarter</code> environment in build wrappers
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20559">issue 20559</a>)
K
Kohsuke Kawaguchi 已提交
151 152 153
  <li class=rfe>
    Support the range notation for pagination in API
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23228">issue 23228</a>)
154 155 156
  <li class=bug>
    Incorrect redirect after deleting a folder.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23375">issue 23375</a>)
157 158 159
  <li class=bug>
    Incorrect links from Build History page inside a folder.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19310">issue 19310</a>)
160 161 162
  <li class=rfe>
    API changes allowing new job types to use SCM plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23365">issue 23365</a>)
O
Oleg Nenashev 已提交
163 164 165
  <li class=rfe>
    API changes allowing to create nested launchers (<code>DecoratedLauncher</code>)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19454">issue 19454</a>)
K
Kohsuke Kawaguchi 已提交
166
</ul>
167
<h3><a name=v1.567>What's new in 1.567</a> (2014/06/09)</h3>
K
Kohsuke Kawaguchi 已提交
168
<ul class=image>
169 170 171
  <li class="bug">
    Fixed a reference counting bug in the remoting layer.
    (<a href="https://github.com/jenkinsci/remoting/commit/387433c98b66bf453e27198973daa758787095b3">commit</a>)
172 173 174
  <li class="bug">
    Avoid repeatedly reading symlinks from disk to resolve build permalinks.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22822">issue 22822</a>)
J
Jesse Glick 已提交
175 176 177
  <li class="bug">
    Show custom build display name in executors widget.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10477">issue 10477</a>)
178 179 180
  <li class="bug">
    CodeMirror support for shell steps broke initial configuration.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23151">issue 23151</a>)
V
Vojtech Juranek 已提交
181 182 183
  <li class="bug">
    Jenkins on Linux can not restart after plugin update when started without full path to java executable
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22818">issue 22818</a>)
O
Oleg Nenashev 已提交
184 185 186
  <li class="bug">
    Fixed <code>NullPointerException</code> when a build triggering returns null cause
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20499">issue 20499</a>)
O
Oleg Nenashev 已提交
187 188 189
  <li class="bug">
    Fixed <code>NullPointerException</code> on plugin installations when invalid update center is set
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20031">issue 20031</a>)  
O
Oleg Nenashev 已提交
190 191 192
  <li class="bug">
    Use DISABLED_ANIME icon while building a disabled project
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8358">issue 8358</a>)
O
Oleg Nenashev 已提交
193 194 195
  <li class="bug">
    Process the items hierarchy when displaying the Show Poll Thread Count option
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22934">issue 22934</a>)
196 197 198 199
  <li class="bug">
    Compressed output was turned on even before Access Denied errors were shown for disallowed Remote API requests, yielding a confusing error.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17374">issue 17374</a>)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18116">issue 18116</a>)
O
Oleg Nenashev 已提交
200 201 202
  <li class="bug">
    Properly close input streams in <code>FileParameterValue</code>
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22693">issue 22693</a>)      
O
Oleg Nenashev 已提交
203
  <li class="bug">
O
Oleg Nenashev 已提交
204 205
    Incorrect failure age in the JUnit test results
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18626">issue 18626</a>)  
O
Oleg Nenashev 已提交
206 207 208
  <li class="bug">
    Fixed deletion links for JVM Crash error logs
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22617">issue 22617</a>)  
D
Daniel Beck 已提交
209 210 211 212 213 214
  <li class="rfe">
    Distinguish &quot;nodes for label offline&quot; from &quot;no nodes for label&quot;
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17114">issue 17114</a>)  
  <li class="rfe">
    Add causes to queue item tool tip
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19250">issue 19250</a>)  
215 216 217 218 219
  <li class="rfe">
    RPM: added JENKINS_HTTPS_KEYSTORE and JENKINS_HTTPS_KEYSTORE_PASSWORD options to Jenkins sysconfig file
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11673">issue 11673</a>)  
  <li class="bug">
    RPM: Do not install jenkins.repo file
O
Oliver Gondža 已提交
220 221 222 223
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22690">issue 22690</a>)
  <li class="rfe">
    Don't advertise POSTing config.xml on master
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16264">issue 16264</a>)
O
Oliver Gondža 已提交
224
  <li class="major bug">
O
Oliver Gondža 已提交
225 226
    Handle null parameter values to avoid massive executor deaths
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15094">issue 15094</a>)
O
Oleg Nenashev 已提交
227
  <li class="rfe">
O
Oleg Nenashev 已提交
228
    Added an option to archive artifacts only when the build is successful
O
Oleg Nenashev 已提交
229
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22699">issue 22699</a>)
K
Kohsuke Kawaguchi 已提交
230
</ul>
231
<h3><a name=v1.566>What's new in 1.566</a> (2014/06/01)</h3>
K
Kohsuke Kawaguchi 已提交
232
<ul class=image>
233 234 235
  <li class="rfe">
    Configurable case sensitivity mode for user IDs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22247">issue 22247</a>)
236 237 238
  <li class="bug">
    Extension point for project naming strategies did not work from actual plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23127">issue 23127</a>)
O
Oliver Gondža 已提交
239 240 241
  <li class="rfe">
    Introduce directly modifiable views
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22967">issue 22967</a>)
D
Daniel Beck 已提交
242 243 244
  <li class="bug">
    Jenkins cannot restart Windows service
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22685">issue 22685</a>)
K
Kohsuke Kawaguchi 已提交
245
</ul>
246
<h3><a name=v1.565>What's new in 1.565</a> (2014/05/26)</h3>
K
Kohsuke Kawaguchi 已提交
247
<ul class=image>
248 249 250
  <li class="bug">
    Misleading error message trying to dynamically update a plugin (which is impossible) on an NFS filesystem.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12753">issue 12753</a>)
J
Jesse Glick 已提交
251 252
  <li class="bug">
    Updated component used by the swap space monitor to better support Debian and AIX.
253 254 255
  <li class="bug">
    SSH slave connections die after the slave outputs 4MB of stderr, usually during findbugs analysis
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22938">issue 22938</a>)
256 257 258
  <li class="bug">
    Polling no longer triggers builds (regression 1.560)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22750">issue 22750</a>)
259 260 261
  <li class="bug">
    Allow markup formatter to be selected without enabling security.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22028">issue 22028</a>)
262 263 264
  <li class="bug">
    Fixed localization of build environment variable help.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22867">issue 22867</a>)
K
Kohsuke Kawaguchi 已提交
265
</ul>
266
<h3><a name=v1.564>What's new in 1.564</a> (2014/05/19)</h3>
K
Kohsuke Kawaguchi 已提交
267
<ul class=image>
D
Daniel Beck 已提交
268 269 270 271 272 273
  <li class="rfe">
    Improve list view performance on large instances with folders.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22720">issue 22720</a>)
  <li class="rfe">
    Add indicator when build queue is filtered.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22698">issue 22698</a>)
274 275 276 277
  <li class="bug">
    Update bundled Matrix project plugin to 1.2 fixing issues introduced in 1.561.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22879">issue 22879</a>,
    <a href="https://issues.jenkins-ci.org/browse/JENKINS-22798">issue 22798</a>)
K
Kohsuke Kawaguchi 已提交
278
</ul>
279
<h3><a name=v1.563>What's new in 1.563</a> (2014/05/11)</h3>
K
Kohsuke Kawaguchi 已提交
280
<ul class=image>
281 282 283
  <li class="major bug">
    Memory exhausion in remoting channel since 1.560.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22734">issue 22734</a>)
284 285 286
  <li class="rfe">
    Configurable size for log buffer.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22840">issue 22840</a>)
287 288 289
  <li class="rfe">
    Gesture to clear log buffer.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22839">issue 22839</a>)
J
Jesse Glick 已提交
290 291 292
  <li class=bug>
    Prevent up to two-minute delay before scheduling jobs from a cron trigger.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1216">pull request 1216</a>)
293 294 295
  <li class="bug">
    Occasional attempts to delete a build during log rotation which had already been deleted.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22395">issue 22395</a>)
296 297 298
  <li class="bug">
    Again show proper display names for build parameters.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22755">issue 22755</a>)
K
Kohsuke Kawaguchi 已提交
299
</ul>
300
<h3><a name=v1.562>What's new in 1.562</a> (2014/05/03)</h3>
K
Kohsuke Kawaguchi 已提交
301
<ul class=image>
302 303 304
  <li class=bug>
    Next build link was not reliably available from a previous build after starting a new one.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20662">issue 20662</a>)
O
Oliver Gondža 已提交
305 306 307 308 309 310
  <li class="bug">
    Debian postinst: check for present user/group before adding them.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22715">issue 22715</a>)
  <li class="rfe">
    Add distance between time tick labels on load statistics.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22686">issue 22686</a>)
D
Daniel Beck 已提交
311 312 313 314 315 316 317 318 319
  <li class="bug">
    Correctly show load statistics for master node.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22689">issue 22689</a>)
  <li class="rfe">
    Make load statistics graph font configurable, use sans serif font by default.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22688">issue 22688</a>)
  <li class="rfe">
    Add links to nodes on thread dump page for easier navigation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22672">issue 22672</a>)
K
Kohsuke Kawaguchi 已提交
320
</ul>
321
<h3><a name=v1.561>What's new in 1.561</a> (2014/04/27)</h3>
K
Kohsuke Kawaguchi 已提交
322
<ul class=image>
K
Kohsuke Kawaguchi 已提交
323 324 325
  <li class=bug>
    Fixed a corner case handling of tool installation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16846">issue 16846</a>)
326 327 328
  <li class=rfe>
    Enabled log rotation on the OSX package
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15178">issue 15178</a>)
K
Kohsuke Kawaguchi 已提交
329 330 331 332
  <li class=bug>
    When measuring the length of the queue, jobs that consist of multiple subtasks should
    count as more than 1.
    (<a href="https://github.com/jenkinsci/jenkins/pull/742">pull request 742</a>)
K
Kohsuke Kawaguchi 已提交
333 334 335
  <li class=rfe>
    Close drop-down button menu when clicking outside
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17050">issue 17050</a>)
K
Kohsuke Kawaguchi 已提交
336 337 338
  <li class=bug>
    RunParameter with filtering enabled incorrectly includes builds which have not yet completed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20974">issue 20974</a>)
339
  <li class=bug>
340 341
    Fixed NPE if <tt>RunParameterValue</tt> points to a stable build.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20857">issue 20857</a>)
342
  <li class=bug>
343 344 345
    Fixed a JavaScript problem in sortable table with IE8.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21729">issue 21729</a>)
  <li class=bug>
346 347
    More efficient deletion of old builds (specified by date).
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22607">issue 22607</a>)
J
Jesse Glick 已提交
348 349
  <li class=rfe>
    The matrix project type was moved into its own plugin.
350 351 352
  <li class=bug>
    Linkage errors in notifiers could leak workspace leases.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21622">issue 21622</a>)
353 354 355
  <li class=bug>
    Better correction of the anomalous condition that several builds of a job specify the same number.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22631">issue 22631</a>)
356 357 358
  <li class=bug>
    Under certain conditions, a running build could mistakenly be shown as completed (and failed), while still producing output.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22681">issue 22681</a>)
S
Stefan Wolf 已提交
359 360 361
  <li class=bug>
    Fix a bug which only showed the first detail part for radio buttons.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22583">issue 22583</a>)
362 363
  <li class=rfe>
    Update version of bundled Mailer plugin to 1.8 to avoid issues with older versions
O
Oliver Gondža 已提交
364 365 366 367 368 369
  <li class=rfe>
    Show larger load statistics graphs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22674">issue 22674</a>)
  <li class=rfe>
    Linebreak project names less aggressively.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22670">issue 22670</a>)
370 371
  <li class=rfe>
    Added a new extension point for more pluggable JNLP slave handling
O
Oliver Gondža 已提交
372 373 374 375 376 377
  <li class=bug>
    Don't ask for confirmation when it doesn't make any sense.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21720">issue 21720</a>)
  <li class=bug>
    Jenkins asks for confirmation before leaving form even though user is not authorized to make changes.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20597">issue 20597</a>)
D
Daniel Beck 已提交
378 379 380 381 382 383 384 385 386
  <li class=rfe>
    Make the computers monitor status row look different from regular node rows.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1095">pull request 1095</a>)
  <li class=rfe>
    Do not offer "Install without restart" for plugin updates.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1125">pull request 1125</a>)
  <li class=rfe>
    Require POST on more actions.
    (<a href="https://github.com/jenkinsci/jenkins/pull/877">pull request 877</a>)
387 388 389 390 391 392 393 394 395 396 397 398
  <li class=rfe>
    Optimize image sizes.
    (<a href="https://github.com/jenkinsci/jenkins/pull/648">pull request 648</a>)
  <li class=bug>
    Properly close resources in case of exceptions.
    (<a href="https://github.com/jenkinsci/jenkins/pull/737">pull request 737</a>)
  <li class=rfe>
    Fix warning on JBoss AS7 due to unnecessary xpp3_min dependency.
    (<a href="https://github.com/jenkinsci/jenkins/pull/733">pull request 733</a>)
  <li class="rfe">
    Return queue item location when triggering buildWithParameters.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13546">issue 13546</a>)
K
Kohsuke Kawaguchi 已提交
399
</ul>
400
<h3><a name=v1.560>What's new in 1.560</a> (2014/04/20)</h3>
K
Kohsuke Kawaguchi 已提交
401
<ul class=image>
402 403 404 405 406 407
  <li class='major rfe'>
    Enforcing build trigger authentication at runtime by checking authentication associated with a build, rather than at configuration time.
    For compatibility, enforcement is skipped by default; you must install the Authorize Project plugin or similar for this to take effect.
    The “upstream pseudo trigger” was also removed in favor of a true trigger configured on the downstream project;
    you may use either the post-build action or the trigger according to where you want this configuration stored, and who is authorized to change it.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16956">issue 16956</a>)
408 409 410
  <li class=bug>
    Fixed NPE from view new job name autocompletion since 1.553.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22142">issue 22142</a>)
411 412 413
  <li class='major bug'>
    Deadlocks in concurrent builds under some conditions since 1.556.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22560">issue 22560</a>)
K
Kohsuke Kawaguchi 已提交
414 415
  <li class=rfe>
    JNLP slaves are now handled through NIO-based remoting channels for better scalability.
K
Kohsuke Kawaguchi 已提交
416 417 418
  <li class=rfe>
    Integrated codemirror v2.38.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22582">issue 22582</a>)
O
Oliver Gondža 已提交
419 420 421
  <li class=bug>
    Listing plugins shortly after installation throws ConcurrentModificationException.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22553">issue 22553</a>)
O
Oliver Gondža 已提交
422 423 424
  <li class=bug>
    Fixed NoSuchMethodException when destroying processes using JDK1.8.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21341">issue 21341</a>)
O
Oliver Gondža 已提交
425 426 427
  <li class=rfe>
    Avoid irrelevant job queing while node is offline.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21394">issue 21394</a>)
K
Kohsuke Kawaguchi 已提交
428 429
  <li class=rfe>
    Debian package now creates 'jenkins' group
430 431 432
  <li class=rfe>
    Suppress fingerprint link if fingerprint record isn't available.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21818">issue 21818</a>)
433 434 435
  <li class=bug>
    Job hangs if one of multiple triggered builds was aborted
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21932">issue 21932</a>)
D
Daniel Beck 已提交
436
  <li class=bug>
437
    Don't submit form on Save after Apply in new window on some browsers.
D
Daniel Beck 已提交
438
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20245">issue 20245</a>)
439 440 441
  <li class=bug>
    Remotely triggered builds now show correct IP address through proxy.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18008">issue 18008</a>)
K
Kohsuke Kawaguchi 已提交
442
</ul>
443
<h3><a name=v1.559>What's new in 1.559</a> (2014/04/13)</h3>
K
Kohsuke Kawaguchi 已提交
444
<ul class=image>
K
Kohsuke Kawaguchi 已提交
445 446 447
  <li class=rfe>
    Slaves connected via Java Web Start now restart themselves when a connection to Jenkins is lost.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19055">issue 19055</a>)
448 449 450
  <li class=bug>
    Fixed NPE from <code>Slave.createLauncher</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21999">issue 21999</a>)
451 452 453
  <li class=bug>
    Faster rendering of views containing many items.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18364">issue 18364</a>)
K
Kohsuke Kawaguchi 已提交
454
</ul>
455
<h3><a name=v1.558>What's new in 1.558</a> (2014/04/06)</h3>
K
Kohsuke Kawaguchi 已提交
456
<ul class=image>
457 458
  <li class=rfe>
    Cron-style trigger configuration will now display expected prior and subsequent run times.
459 460 461
  <li class=bug>
    Incorrect filtering of build queue and executors widgets after 1.514.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20500">issue 20500</a>)
462 463 464
  <li class=bug>
    <code>NoSuchMethodError: hudson.model.BuildAuthorizationToken.checkPermission(…)</code> from Build Token Root plugin since 1.556.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22382">issue 22382</a>)
465 466 467
  <li class=rfe>
    Allow a <code>Trigger</code> to be a <code>DependencyDeclarer</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22397">issue 22397</a>)
468 469 470
  <li class=bug>
    Fixed a slow down in resource loading caused by fix to JENKINS-18677.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21579">issue 21579</a>)
K
Kohsuke Kawaguchi 已提交
471 472 473
  <li class=bug>
    <tt>jenkins.war</tt> file shouldn't be exploded into <tt>/tmp</tt>
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22442">issue 22442</a>)
K
Kohsuke Kawaguchi 已提交
474 475 476
  <li class=bug>
    Fixed NPE in <tt>UserCause</tt>
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21875">issue 21875</a>)
477 478 479
  <li class=rfe>
    Added <code>RobustMapConverter</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22398">issue 22398</a>)
480 481 482 483 484 485
  <li class='major bug'>
    JNLP slaves now satisfies stricter requirements imposed by JDK7u45.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20204">issue 20204</a>)
  <li class=bug>
    Fixed NPE executing <tt>Pipe.EOF</tt> with <tt>ProxyWriter</tt>
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20769">issue 20769</a>)
K
Kohsuke Kawaguchi 已提交
486
</ul>
487
<h3><a name=v1.557>What's new in 1.557</a> (2014/03/31)</h3>
K
Kohsuke Kawaguchi 已提交
488
<ul class=image>
K
Kohsuke Kawaguchi 已提交
489 490 491
  <li class=bug>
    Fixed <tt>ArrayIndexOutOfBoundsException</tt> in XStream with Oracle JDK8 release version
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18537">issue 18537</a>)
492 493 494
  <li class=bug>
    Corrected permission checks for <code>copy-job</code> and <code>create-job</code> CLI commands.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22262">issue 22262</a>)
J
Jesse Glick 已提交
495 496
  <li class=bug>
    <code>identity.key</code>, used to secure some communications with Jenkins, now stored encrypted with the master key.
497 498 499
  <li class=bug>
    When dynamically loading a plugin which another loaded plugin already had an optional dependency on, class loading errors could result before restart.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19976">issue 19976</a>)
500 501 502
  <li class=bug>
    Memory leaks in the old data monitor.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19544">issue 19544</a>)
503 504 505 506
  <li class=rfe>
    Ability for custom view types to disable automatic refresh.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21190">issue 21190</a>)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21191">issue 21191</a>)
507 508 509
  <li class=rfe>
    Option to download metadata directly from Jenkins rather than going through the browser.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19081">issue 19081</a>)
L
Larry Shatzer, Jr 已提交
510
  <li class=bug>
511
    Allow JDK8 (and other versions) to be downloaded by JDKInstaller correctly.
512
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22347">issue 22347</a>)
K
Kohsuke Kawaguchi 已提交
513
</ul>
514
<h3><a name=v1.556>What's new in 1.556</a> (2014/03/23)</h3>
K
Kohsuke Kawaguchi 已提交
515
<ul class=image>
K
Kohsuke Kawaguchi 已提交
516 517 518
  <li class=rfe>
    Access through API token and SSH key login now fully retains group memberships.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20064">issue 20064</a>)
519 520 521
  <li class=rfe>
    API changes allowing more flexibility in unusual job types.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22131">issue 22131</a>)
522 523
  <li class=rfe>
    Job can be reloaded individually from disk with "job/FOO/reload" URL or "reload-job" CLI command
K
Kohsuke Kawaguchi 已提交
524
</ul>
525
<h3><a name=v1.555>What's new in 1.555</a> (2014/03/16)</h3>
K
Kohsuke Kawaguchi 已提交
526
<ul class=image>
K
Kohsuke Kawaguchi 已提交
527 528 529
  <li class=bug>
    Jenkins should recover gracefully from a failure to process "remember me" cookie
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11643">issue 11643</a>)
K
Kohsuke Kawaguchi 已提交
530 531
  <li class=bug>
    Fixed Up link in matrix projects
D
Daniel Beck 已提交
532
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21773">issue 21773</a>)
K
Kohsuke Kawaguchi 已提交
533
</ul>
534
<h3><a name=v1.554>What's new in 1.554</a> (2014/03/09)</h3>
K
Kohsuke Kawaguchi 已提交
535
<ul class=image>
536 537 538
  <li class=bug>
    Archiving of symlinks as artifacts did not work in some cases.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21958">issue 21958</a>)
539 540 541
  <li class=bug>
    Slow rendering of directories with many entries in remote workspaces.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21780">issue 21780</a>)
K
Kohsuke Kawaguchi 已提交
542
</ul>
543
<h3><a name=v1.553>What's new in 1.553</a> (2014/03/02)</h3>
K
Kohsuke Kawaguchi 已提交
544
<ul class=image>
J
Jesse Glick 已提交
545 546 547 548
  <li class=bug>
    Build history widget only showed the last day of builds.
    (Due to JENKINS-20892, even with this fix at most 20 builds are shown.)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21159">issue 21159</a>)
549 550 551
  <li class=bug>
    Random class loading error mostly known to affect static analysis plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12124">issue 12124</a>)
552 553 554
  <li class=bug>
    After restarting Jenkins, users known only from changelogs could be shown as <code>First Last _first.last@some.org_</code>, breaking mail delivery.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16332">issue 16332</a>)
555 556 557
  <li class=bug>
    CLI <code>build -s -v</code> command caused 100% CPU usage on the master.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20965">issue 20965</a>)
558
  <li class=rfe>
H
Harald Albers 已提交
559
    Slave started from Java Web Start can now install itself as a systemd service.
560 561
  <li class=rfe>
    Split the “raw HTML” markup formatter out of core into a bundled plugin.
562 563 564 565 566 567
  <li class=bug>
    Do not show Maven modules and matrix configurations in the Copy Job dialog.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19559">issue 19559</a>)
  <li class=bug>
    Fix autocompletion for items in folders.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1124">pull request 1124</a>)  
K
Kohsuke Kawaguchi 已提交
568
</ul>
569
<h3><a name=v1.552>What's new in 1.552</a> (2014/02/24)</h3>
K
Kohsuke Kawaguchi 已提交
570
<ul class=image>
571 572 573
  <li class=bug>
    Fixed handling of default JENKINS_HOME when storing CLI credentials
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21772">issue 21772</a>)
574 575 576
  <li class=bug>
    Fixed broken action links on Label page
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21778">issue 21778</a>)
577 578 579
  <li class=rfe>
    Allow Actions to contribute to Labels' main page
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21777">issue 21777</a>)
580 581 582
  <li class=bug>
    Expensive symlink-related calls on Windows can be simplified.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20534">issue 20534</a>)
D
Daniel Beck 已提交
583 584
  <li class=rfe>
    Improve detection of broken reverse proxy setups.
K
Kohsuke Kawaguchi 已提交
585
</ul>
586
<h3><a name=v1.551>What's new in 1.551</a> (2014/02/14)</h3>
K
Kohsuke Kawaguchi 已提交
587
<ul class=image>
K
Kohsuke Kawaguchi 已提交
588 589 590
  <li class='major bug'>
    Valentine's day security release that contains more than a dozen security fixes.
    (<a href="https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2014-02-14">security advisory</a>)
J
Jesse Glick 已提交
591 592 593
  <li class='major bug'>
    Regression in Windows slaves since 1.547.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21373">issue 21373</a>)
594 595 596
  <li class=bug>
    Using <code>java -jar jenkins-core.jar folder/external-monitor-job cmd …</code> did not work.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21525">issue 21525</a>)
O
Oliver Gondža 已提交
597 598 599
  <li class=bug>
    Jenkins crash on startup after upgrade from 1.546 to 1.548.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21474">issue 21474</a>)
O
Oliver Gondža 已提交
600 601 602
  <li class=bug>
    f:combobox is narrow.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21612">issue 21612</a>)
603 604 605
  <li class=bug>
    The workspace cleanup thread failed to handle the modern workspace location on master, and mishandled folders.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21023">issue 21023</a>)
606 607 608
  <li class=bug>
    Fixed missing help items on "Configure Global Security" page
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19832">issue 19832</a>)
609 610 611
  <li class=rfe>
    Sort groups on user index page alphabetically.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21673">issue 21673</a>)
612 613 614
  <li class=bug>
    Should not be able to create a job named <code>.</code> (period).
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21639">issue 21639</a>)
V
Vojtech Juranek 已提交
615 616 617
  <li class=rfe>
    Plugins implementing "AsyncPeriodicWork" can overwrite default logging level
    (<a href="https://github.com/jenkinsci/jenkins/pull/1115">pull request #1115</a>)
O
Oliver Gondža 已提交
618 619 620
  <li class=bug>
    Wrong log message for out-of-order build record repair.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20730">issue 20730</a>)
621 622 623
  <li class=bug>
    Existing Fingerprint Action is reused and not added a second time.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17606">issue 19832</a>)
624 625 626
  <li class=bug>
    TestObject doesn't replace '%' character
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21707">issue 21707</a>)
627 628
  <li class=bug>
    "java -jar jenkins.war" should use unique session cookie for users who run multiple Jenkins on the same host.
K
Kohsuke Kawaguchi 已提交
629
</ul>
630
<h3><a name=v1.550>What's new in 1.550</a> (2014/02/09)</h3>
K
Kohsuke Kawaguchi 已提交
631 632 633 634
<ul class=image>
  <li class=bug>
    Report number of all jobs as part of usage statistics
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21448">issue 21448</a>)
635 636 637
  <li class=bug>
    Replace description in error dialog instead of appending
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21457">issue 21457</a>)
K
Kohsuke Kawaguchi 已提交
638
</ul>
639
<h3><a name=v1.549>What's new in 1.549</a> (2014/01/25)</h3>
K
Kohsuke Kawaguchi 已提交
640
<ul class=image>
K
Kohsuke Kawaguchi 已提交
641 642 643
  <li class=bug>
    Removing the "keep this build forever" lock on a build should require the DELETE permission.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16417">issue 16417</a>)
644 645 646
  <li class=bug>
    Files added to zip archive are closed properly.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20345">issue 20345</a>)
O
Olivier Lamy 已提交
647 648
  <li class=bug>
    Broken CSS when reloading Jenkins after a time of inactivity
O
Oliver Gondža 已提交
649
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17526">issue 17526</a>)
O
Oleg Nenashev 已提交
650 651 652
  <li class=rfe>
    Add Batch Command tool installer for Windows nodes.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21202">issue 21202</a>)
K
Kohsuke Kawaguchi 已提交
653
</ul>
654
<h3><a name=v1.548>What's new in 1.548</a> (2014/01/20)</h3>
K
Kohsuke Kawaguchi 已提交
655
<ul class=image>
656 657 658
  <li class=rfe>
    API for adding actions to a wide class of model objects at once.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18224">issue 18224</a>)
659 660 661 662 663
  <li class='major rfe'>
    Added infrastructure for moving items into or out of folders.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20008">issue 20008</a>)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18028">issue 18028</a>)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18680">issue 18680</a>)
664
  <li class=bug>
665 666
    <i>Apply</i> buttons did not work in Internet Explorer in compatibility mode.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19826">issue 19826</a>)
667 668 669
  <li class="major bug">
    Builds can seem to disappear from a job in a folder if that folder is renamed.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18694">issue 18694</a>)
670
  <li class=bug>
671 672
    <code>/login</code> offers link to <code>/opensearch.xml</code> which anonymous users cannot retrieve.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21254">issue 21254</a>)
673 674 675
  <li class=rfe>
    Added API class <code>SecurityListener</code> to receive login events and similar.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20999">issue 20999</a>)
676 677 678
  <li class=rfe>
    Option to hold lazy-loaded build references strongly, weakly, and more.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19400">issue 19400</a>)
K
Kohsuke Kawaguchi 已提交
679
</ul>
680
<h3><a name=v1.547>What's new in 1.547</a> (2014/01/12)</h3>
K
Kohsuke Kawaguchi 已提交
681
<ul class=image>
682 683
  <li class=rfe>
    Split Windows slave functionality into its own plugin.
684 685 686
  <li class="major bug">
    NPE since 1.545 when using aggregated test result publisher without specifying downstream jobs explicitly.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18410">issue 18410</a>)
V
Vojtech Juranek 已提交
687 688 689
  <li class=bug>
    Fixed Trend Graph NPE when there isn't any builds
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21239">issue 21239</a>)
K
Kohsuke Kawaguchi 已提交
690
</ul>
691
<h3><a name=v1.546>What's new in 1.546</a> (2014/01/06)</h3>
K
Kohsuke Kawaguchi 已提交
692
<ul class=image>
693 694 695
  <li class="major bug">
    Builds disappear after renaming a job.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18678">issue 18678</a>)
696 697 698
  <li class=bug>
    When clicking <i>Apply</i> to rename a job, tell the user that <i>Save</i> must be used instead.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17401">issue 17401</a>)
699 700 701
  <li class="major bug">
    Exception from XStream running Maven builds on strange Java versions.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21183">issue 21183</a>)
702 703 704
  <li class=bug>
    When clicking <i>Apply</i> results in an exception (error page), show it, rather than creating an empty dialog.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20772">issue 20772</a>)
K
Kohsuke Kawaguchi 已提交
705
</ul>
K
Kohsuke Kawaguchi 已提交
706
<h3><a name=v1.545>What's new in 1.545</a> (2013/12/31)</h3>
K
Kohsuke Kawaguchi 已提交
707
<ul class=image>
708 709 710
  <li class=bug>
      <code>CannotResolveClassException</code> breaks loading of entire containing folder, not just one job.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20951">issue 20951</a>)
711 712 713
  <li class=bug>
    Better robustness against XML deserialization errors.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21024">issue 21024</a>)
714 715 716
  <li class=bug>
    Minimizing disk I/O while loading the <em>names</em> of build records during Jenkins startup.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21078">issue 21078</a>)
717 718 719
  <li class=bug>
    Avoiding serializing the owning build as part of a test result action, as this can lead to errors later.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18410">issue 18410</a>)
K
Kohsuke Kawaguchi 已提交
720
</ul>
K
Kohsuke Kawaguchi 已提交
721
<h3><a name=v1.544>What's new in 1.544</a> (2013/12/15)</h3>
K
Kohsuke Kawaguchi 已提交
722
<ul class=image>
O
Oliver Gondža 已提交
723 724 725
  <li class=bug>
    RingBufferLogHandler throws ArrayIndexOutOfBoundsException after int-overflow.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9120">issue 9120</a>)
O
Oliver Gondža 已提交
726 727 728
  <li class=bug>
    Hudson shows 0GB free space when space available drops below 1GB.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7776">issue 7776</a>)
J
Jesse Glick 已提交
729 730 731
  <li class=rfe>
    Added filter field for installed plugins tab.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20219">issue 20219</a>)
732 733 734
  <li class=bug>
      <code>groovysh</code> command did not work in authenticated Jenkins instances.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17929">issue 17929</a>)
735 736 737
  <li class=bug>
    Avoid eagerly loading all builds when displaying lists of them (<i>Build History</i> and <i>Build Time Trend</i> UIs).
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20892">issue 20892</a>)
K
Kohsuke Kawaguchi 已提交
738 739 740
  <li class=bug>
    Error page should be visible even if the anonymous user does not have overall/read access.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20866">issue 20866</a>)
J
Jesse Glick 已提交
741 742 743
  <li class=bug>
    JavaScript errors when navigating away from a page with a build timeline widget while the timeline is loading.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1041">pull request 1041</a>)
K
Kohsuke Kawaguchi 已提交
744 745 746
  <li class=bug>
    Fixed a possible dead lock problem in deleting projects.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19446">issue 19446</a>)
747 748 749
</ul>
<h3><a name=v1.543>What's new in 1.543</a> (2013/12/10)</h3>
<ul class=image>
K
Kohsuke Kawaguchi 已提交
750 751 752 753
  <li class=bug>
    HTML metacharacters not escaped in log messages.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20800">issue 20800</a>)
</ul>
K
Kohsuke Kawaguchi 已提交
754
<h3><a name=v1.542>What's new in 1.542</a> (2013/12/02)</h3>
K
Kohsuke Kawaguchi 已提交
755
<ul class=image>
K
Kohsuke Kawaguchi 已提交
756 757 758
  <li class=bug>
    Improved error diagnosis for jzlib deflate problem.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20618">issue 20618</a>)
759 760 761
  <li class=bug>
    Improved error diagnosis for CLI stream corruption.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18058">issue 18058</a>)
O
Oliver Gondža 已提交
762 763 764
  <li class=bug>
    Don't hold off building until saved for jobs copied from CLI.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20744">issue 20744</a>)
O
Oliver Gondža 已提交
765 766 767
  <li class="major rfe">
    Allow build queue and executor status panes to be collapsed.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-5622">issue 5622</a>)
K
Kohsuke Kawaguchi 已提交
768 769
  <li class="major bug">
    Jenkins 1.540 just doesn't boot on Windows at all.
770
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20630">issue 20630</a>)
K
Kohsuke Kawaguchi 已提交
771
</ul>
K
Kohsuke Kawaguchi 已提交
772
<h3><a name=v1.541>What's new in 1.541</a> (2013/11/24)</h3>
K
Kohsuke Kawaguchi 已提交
773
<ul class=image>
774 775 776
  <li class=rfe>
    Add option to create view by copying an existing one.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13978">issue 13978</a>)
K
Kohsuke Kawaguchi 已提交
777 778 779
  <li class=rfe>
    Introduced the boot failure hook script that gets executed when Jenkins fails to start.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20609">issue 20609</a>)
K
Kohsuke Kawaguchi 已提交
780 781 782
  <li class=bug>
    Fixed "java.lang.NoClassDefFoundError: JarURLConnection" on OpenJDK
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20163">issue 20163</a>)
783 784 785
  <li class=bug>
    <code>FileAlreadyExistsException</code> upon “deleted” symlink while (re)creating it.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20610">issue 20610</a>)
786 787 788
  <li class=bug>
    Allow background tasks to run simultaneously, preventing task blockage.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19622">issue 19622</a>)
V
Vojtech Juranek 已提交
789 790 791
  <li class=bug>
    Fixed failed tests displaying as Yellow in JUnit history plot
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7866">issue 7866</a>)
K
Kohsuke Kawaguchi 已提交
792
</ul>
K
Kohsuke Kawaguchi 已提交
793
<h3><a name=v1.540>What's new in 1.540</a> (2013/11/17)</h3>
K
Kohsuke Kawaguchi 已提交
794
<ul class=image>
K
Kohsuke Kawaguchi 已提交
795 796 797
  <li class=bug>
    CLI over HTTP was not working since 1.535.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20128">issue 20128</a>)
O
Olivier Lamy 已提交
798
  <li class=bug>
O
Olivier Lamy 已提交
799
    hudson appears in a the webpage title.
O
Olivier Lamy 已提交
800
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14380">issue 14380</a>)
801 802 803
  <li class=bug>
    Linkage error in <code>InitializerFinder.discoverTasks</code> blocks startup.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20442">issue 20442</a>)
H
Harald Albers 已提交
804 805 806
  <li class=rfe>
    Add Test button to check proxy connection
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20191">issue 20191</a>)
807 808
  <li class=rfe>
    Collect and report JVM crash dump files to assist trouble-shooting
809 810 811
  <li class=bug>
      <code>ClassCastException</code>s sometimes shown from views set to be recursive.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20415">issue 20415</a>)
J
Jesse Glick 已提交
812 813 814
  <li class=rfe>
    Show different “up” link for jobs in folders.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20106">issue 20106</a>)
815 816 817
  <li class=rfe>
    Add log handling line beginning with 'file://' as URL.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19866">issue 19866</a>)
818
  <li class='major bug'>
K
Kohsuke Kawaguchi 已提交
819 820
    Builds of a concurrently executable job might end up colliding on the same workspace.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10615">issue 10615</a>)
821
  <li class=bug>
D
Daniel Beck 已提交
822
    Fixed error during installation of .deb package (/var/run/jenkins doesn't exists)
823
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20407">issue 20407</a>)
V
Vojtech Juranek 已提交
824 825 826
  <li class=bug>
    Global search box now remembers entered text
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18192">issue 18192</a>)
827 828 829 830
  <li class=rfe>
    Add extension point to allow plugins to contribute to the checking of
    assigned labels.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20514">issue 20514</a>)
O
Oliver Gondža 已提交
831 832 833
  <li class=bug>
    Fixed issue where CLI required giving Overall read permission to anonymous.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8815">issue 8815</a>)
834 835 836 837 838 839 840 841 842 843 844 845
  <li class=bug>
    Jar cache option wasn't taking effect on JNLP slaves.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20093">issue 20093</a>)
  <li class=bug>
    Interrupting remote class loading can lead to <tt>NoClassDefFoundError: Could not initialize class</tt>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19453">issue 19453</a>)
  <li class=rfe>
    Name channel executor threads for better diagnosability.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19004">issue 19004</a>)
  <li class=rfe>
    Better diagnosability for remoting <tt>StreamCorruptedException</tt>
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8856">issue 8856</a>)
K
Kohsuke Kawaguchi 已提交
846
</ul>
K
Kohsuke Kawaguchi 已提交
847
<h3><a name=v1.539>What's new in 1.539</a> (2013/11/11)</h3>
K
Kohsuke Kawaguchi 已提交
848 849 850 851 852 853 854
<ul class=image>
  <li class=rfe>
    Core started relying on Java6 API, completing Java5 -&gt; Java6 migration.
    (<a href="https://groups.google.com/d/topic/jenkinsci-dev/c_XTbO52PTM/discussion">discussion</a>)
  <li class=rfe>
    Adding a batch of contributed localization from the community.
</ul>
K
Kohsuke Kawaguchi 已提交
855
<h3><a name=v1.538>What's new in 1.538</a> (2013/11/03)</h3>
K
Kohsuke Kawaguchi 已提交
856
<ul class=image>
K
Kohsuke Kawaguchi 已提交
857 858 859 860
  <li class=rfe>
    Disabled, aborted, and not-build status now has different image names to allow
    themes to use different icons.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19438">issue 19438</a>)
K
Kohsuke Kawaguchi 已提交
861 862 863
  <li class=rfe>
    Ask for confirmation if an user tries to leave an edited configuration page.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19835">issue 19835</a>)
K
Kohsuke Kawaguchi 已提交
864 865 866
  <li class=rfe>
    Test failure summary appearance is improved.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19884">issue 19884</a>)
867 868 869
  <li class=rfe>
    Added CLI commands that manipulate views
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19996">issue 19996</a>)
K
Kohsuke Kawaguchi 已提交
870 871 872
  <li class=rfe>
    Improved the /cli help screen. 
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20023">issue 20023</a>)
K
Kohsuke Kawaguchi 已提交
873
  <li class=bug>
874
    Polling-triggered jobs get scheduled en-mass on start-up if slaves aren't online yet.
K
Kohsuke Kawaguchi 已提交
875
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8408">issue 8408</a>)
K
Kohsuke Kawaguchi 已提交
876 877 878
  <li class=bug>
    Fixed the handling of nested variable expansion.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20280">issue 20280</a>)
J
Jesse Glick 已提交
879 880 881
  <li class=bug>
    NPE thrown from CLI <code>build</code> command under some circumstances.
    (<a href="https://github.com/jenkinsci/jenkins/pull/979">pull request 979</a>)
K
Kohsuke Kawaguchi 已提交
882
  <li class=bug>
D
Daniel Beck 已提交
883
    Fixed a bug in the compatibility transformer (since 1.527) that causes <tt>VerifyError</tt> in Ivy plugin and possibly others.
K
Kohsuke Kawaguchi 已提交
884
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19383">issue 19383</a>)
885 886
  <li class=bug>
    Pass full list of all possible jobs to ViewJobFilter when recurse option is set
887
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20143">issue 20143</a>)
888 889 890
  <li class=rfe>
      <code>get-job</code> and <code>update-job</code> CLI commands can now work with folders, or indeed any <code>AbstractItem</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20236">issue 20236</a>)
891 892 893
  <li class=rfe>
    Added API allowing plugins to hide entries from the context menu even while they appear in the sidepanel.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19173">issue 19173</a>)
894
  </li>
K
Kohsuke Kawaguchi 已提交
895
</ul>
K
Kohsuke Kawaguchi 已提交
896
<h3><a name=v1.537>What's new in 1.537</a> (2013/10/27)</h3>
K
Kohsuke Kawaguchi 已提交
897
<ul class=image>
898 899 900
  <li class='rfe'>
    Upgrade bundled plugin versions: ssh-slaves to 1.5, and credentials to 1.9.1
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20071">issue 20071</a>)
901 902 903
  <li class=bug>
    Build button column was broken in 1.535 for parameterized builds.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20080">issue 20080</a>)
904 905 906
  <li class='major bug'>
    Miscalculation of environment variables caused some binaries (such as <code>ssh</code>) to not be found.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19926">issue 19926</a>)
907 908 909
  <li class=rfe>
    Extension point for secure users of REST APIs (permitting JSONP and primitive XPath).
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16936">issue 16936</a>)
910 911
  <li class=bug>
    “Run a build” link in page shown when no workspace existed for a job was not functional; unlinking.
912 913 914
  <li class=bug>
    Integer overflow could cause JavaScript functions to break in long-running Jenkins processes.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20085">issue 20085</a>)
K
Kohsuke Kawaguchi 已提交
915 916 917
  <li class='major bug'>
    Reverted the JENKINS-18629 fix in 1.536 as it causes various regressions in plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20262">issue 20262</a>)
K
Kohsuke Kawaguchi 已提交
918
</ul>
K
Kohsuke Kawaguchi 已提交
919
<h3><a name=v1.536>What's new in 1.536</a> (2013/10/20)</h3>
K
Kohsuke Kawaguchi 已提交
920
<ul class=image>
K
Kohsuke Kawaguchi 已提交
921 922 923
  <li class=bug>
    Fixed two file descriptor leaks.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14336">issue 14336</a>)
O
Oliver Gondža 已提交
924 925 926
  <li class=bug>
    RuntimeException if you try to save a config with a choice parameter that has no choices.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18434">issue 18434</a>)
927 928 929
  <li class=bug>
    1.534 made ZIP downloads of artifacts work again, but missing a base directory inside the ZIP.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19947">issue 19947</a>)
930
  <li class='major bug'>
931 932 933
    Stapler error saving certain kinds of configuration.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18629">issue 18629</a>)
  <li class='major bug'>
934 935 936 937 938 939
    Upgrade Trilead SSH client library to version that does not cause connection loss when
    there is a lot of logging on the build slave and the performance improvements in
    ssh-slaves 0.27+ are enabled (
    <a href="https://issues.jenkins-ci.org/browse/JENKINS-18836">issue 18836</a>,
    <a href="https://issues.jenkins-ci.org/browse/JENKINS-18879">issue 18879</a>,
    <a href="https://issues.jenkins-ci.org/browse/JENKINS-19619">issue 19619</a>)
940 941 942
  <li class='major rfe'>
    Upgrade bundled iplugin versions: ssh-slaves to 1.4, ssh-credentials to 1.5.3 and 
    credentials to 1.8.3
S
Stephen Connolly 已提交
943
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19945">issue 19945</a>)
944 945
  <li class='major rfe'>
    Executor threads are now created only on demand.
K
Kohsuke Kawaguchi 已提交
946
</ul>
K
Kohsuke Kawaguchi 已提交
947
<h3><a name=v1.535>What's new in 1.535</a> (2013/10/14)</h3>
K
Kohsuke Kawaguchi 已提交
948
<ul class=image>
949 950 951 952 953 954
  <li class=bug>
    Windows JDK installer failed in a path with spaces.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19447">issue 19447</a>)
  <li class=bug>
    Windows JDK installer should not install a public JRE.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8957">issue 8957</a>)
955 956 957
  <li class='major bug'>
    After deleting last build, next build of last build is zombie.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19920">issue 19920</a>)
J
Jesse Glick 已提交
958 959
  <li class='rfe'>
    Split matrix authorization strategies into an independent plugin.
960 961
  <li class='rfe'>
    UI Samples plugin fully separated from core. To view samples during plugin development or at any other time, just install from the update center.
962 963 964
  <li class=bug>
    View description should be clearly separated from the Jenkins system message.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18633">issue 18633</a>)
965 966 967 968
  <li class=bug>
    SCM polling sometimes broken since 1.527 due to a change in how environment variables are calculated.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19307">issue 19307</a>)
  <li class=bug>
969 970
    Breadcrumb bar moves away from header when scrolling past end of page on OS X.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19803">issue 19803</a>)
971 972 973 974 975
  <li class='major rfe'>
    "java -jar jenkins.war" now runs on Jetty8. Command line options are still compatible.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18366">issue 18366</a>)
  <li class=rfe>
    "java -jar jenkins.war" gets the "--spdy" option to enable SPDY.
O
Oliver Gondža 已提交
976 977 978
  <li class=rfe>
    Expand all/Collapse all functionality for artifact tree view.
    (<a href="https://github.com/jenkinsci/jenkins/pull/616">pull request 616</a>)
O
Oliver Gondža 已提交
979 980 981
  <li class=rfe>
    Visualize queued jobs in view.
    (<a href="https://github.com/jenkinsci/jenkins/pull/531">pull request 531</a>)
K
Kohsuke Kawaguchi 已提交
982
</ul>
K
Kohsuke Kawaguchi 已提交
983
<h3><a name=v1.534>What's new in 1.534</a> (2013/10/07)</h3>
K
Kohsuke Kawaguchi 已提交
984
<ul class=image>
985 986 987
  <li class='major bug'>
    Default crumb issuer configurations saved in older releases did not load as of Jenkins 1.531.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19613">issue 19613</a>)
J
Jesse Glick 已提交
988 989 990
  <li class='major bug'>
    As of 1.532 download of artifact ZIPs was broken.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19752">issue 19752</a>)
991 992 993
  <li class='major bug'>
    Old copies of <code>maven3-agent.jar</code> on slaves were not being reliably updated, leading to errors.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19251">issue 19251</a>)
994 995 996
  <li class='rfe'>
    Add option to disable "Remember me on this computer" checkbox in login screen.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15757">issue 15757</a>)
997 998 999
  <li class='rfe'>
    Added postCheckout method for SCMs
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19740">issue 19740</a>)
K
Kohsuke Kawaguchi 已提交
1000
</ul>
1001
<h3><a name=v1.533>What's new in 1.533</a> (2013/09/29)</h3>
K
Kohsuke Kawaguchi 已提交
1002
<ul class=image>
J
Jesse Glick 已提交
1003 1004 1005
  <li class=rfe>
    Offer alternate error message for pattern-based project naming strategy.
    (<a href="https://github.com/jenkinsci/jenkins/pull/914">pull request 914</a>)
K
Kohsuke Kawaguchi 已提交
1006
</ul>
1007
<h3><a name=v1.532>What's new in 1.532</a> (2013/09/23)</h3>
K
Kohsuke Kawaguchi 已提交
1008
<ul class=image>
1009 1010 1011
  <li class='major bug'>
    Working around a GZip compression bug in jzlib affecting transfer of certain large, repetitive artifacts.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19473">issue 19473</a>)
J
Jesse Glick 已提交
1012 1013 1014
  <li class='major bug'>
    Lazy-loading bug: builds go missing.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19418">issue 19418</a>)
J
Jesse Glick 已提交
1015 1016 1017
  <li class=bug>
    (re)create build number->id symlink if missing when updating permalink.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19034">issue 19034</a>)
J
Jesse Glick 已提交
1018 1019 1020
  <li class=rfe>
    Display the full display name in title for jobs and views.
    (<a href="https://github.com/jenkinsci/jenkins/pull/884">pull request 884</a>)
1021 1022 1023
  <li class='major rfe'>
    Added a new extension point to control where archived artifacts get stored.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17236">issue 17236</a>)
1024 1025 1026
  <li class=rfe>
    Use fine-grained permissions for node manipulation via REST API &amp; CLI
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18485">issue 18485</a>)
S
Stefan Wolf 已提交
1027 1028 1029
  <li class='bug'>
    Make the link to the aggregated test result from the project page work.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9637">issue 9637</a>)
K
Kohsuke Kawaguchi 已提交
1030
</ul>
1031
<h3><a name=v1.531>What's new in 1.531</a> (2013/09/16)</h3>
K
Kohsuke Kawaguchi 已提交
1032
<ul class=image>
1033 1034 1035
  <li class=bug>
    Deleting an external run did not immediately remove it from build list, leading to errors from log rotation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19377">issue 19377</a>)
1036 1037 1038
  <li class=bug>
    When copying a directory from master to slave fails due to an error on the slave, properly report it.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9540">issue 9540</a>)
J
Jesse Glick 已提交
1039 1040 1041
  <li class=bug>
    Identify user agent for Internet Explorer 11.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19171">issue 19171</a>)
1042 1043 1044
  <li class=bug>
    Since 1.518, fingerprint serialization broke when job or file names contained XML special characters like ampersands.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18337">issue 18337</a>)
1045 1046 1047
  <li class=bug>
    Robustness against truncated fingerprint files.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19515">issue 19515</a>)
K
Kohsuke Kawaguchi 已提交
1048 1049 1050
  <li class=rfe>
    JavaScript error in the checkUrl computation shouldn't break the job configuration page.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19457">issue 19457</a>)
1051 1052 1053
  <li class=rfe>
    Annotate the Advanced section if some fields are already customized.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-3107">issue 3107</a>)
V
Vojtech Juranek 已提交
1054 1055 1056
  <li class=bug>
    No events fired when project is enable/disable or the description is changed
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17108">issue 17108</a>)
K
Kohsuke Kawaguchi 已提交
1057
</ul>
1058
<h3><a name=v1.530>What's new in 1.530</a> (2013/09/09)</h3>
K
Kohsuke Kawaguchi 已提交
1059
<ul class=image>
1060 1061 1062
  <li class=bug>
    Send Maven agent JARs to slaves on demand, not unconditionally upon connection.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16261">issue 16261</a>)
1063 1064 1065 1066 1067 1068
  <li class=bug>
    Occasional race condition during startup.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18775">issue 18775</a>)
  <li class='major bug'>
    Robustness against startup error for users of Global Build Stats plugin.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17248">issue 17248</a>)
1069 1070 1071
  <li class='major bug'>
    404s from Javadoc and HTML Publisher plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19168">issue 19168</a>)
1072 1073 1074
  <li class=bug>
    Build number symlinks and permalinks not updated for Maven module builds.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18846">issue 18846</a>)
K
Kohsuke Kawaguchi 已提交
1075
</ul>
1076
<h3><a name=v1.529>What's new in 1.529</a> (2013/08/26)</h3>
K
Kohsuke Kawaguchi 已提交
1077
<ul class=image>
O
Olivier Lamy 已提交
1078 1079
  <li class=rfe>
      With Apache Maven 3.1 build, logging configuration from the Apache Maven distribution is not used.
O
Olivier Lamy 已提交
1080 1081
  <li class=rfe>
      Avoid log duplication with Apache Maven 3.1 builds
1082 1083 1084
  <li class=bug>
    Ungraceful handling of empty matrix project axes.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19135">issue 19135</a>)
1085 1086
  <li class=bug>
    Updated Groovy to 1.8.9 to avoid <a href="http://jira.codehaus.org/browse/GROOVY-4292">GROOVY-4292</a>.
1087 1088 1089
  <li class='major bug'>
    CLI login command broken on Windows since 1.518.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19192">issue 19192</a>)
1090 1091 1092
  <li class=bug>
    A malformed JUnit result file should mark that test suite as a failure, but not interrupt archiving of other tests.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19186">issue 19186</a>)
1093 1094 1095
  <li class=rfe>
    Build for $username now shows also build scheduled by user
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16178">issue 16178</a>)
K
Kohsuke Kawaguchi 已提交
1096
</ul>
1097
<h3><a name=v1.528>What's new in 1.528</a> (2013/08/18)</h3>
K
Kohsuke Kawaguchi 已提交
1098
<ul class=image>
1099 1100
  <li class=rfe>
    Command line now supports "--sessionTimeout" option for controlling session timeout
K
Kohsuke Kawaguchi 已提交
1101 1102 1103
  <li class=bug>
    Form validation methods weren't getting triggered when one of its dependency controls change.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19124">issue 19124</a>)
1104 1105 1106
  <li class=bug>
    When POST is required for some HTTP operation but GET was used, the response should have status code 405.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16918">issue 16918</a>)
S
ssogabe 已提交
1107 1108 1109
  <li class=bug>
    Correct help text of Label field in automatic installation of tools in global configuration.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19091">issue 19091</a>)
1110 1111
  <li class=rfe>
    Use Guice from Google rather than a fork
V
Vojtech Juranek 已提交
1112 1113 1114
  <li class=bug>
    Jenkins does not invoke ProcessKillers for Windows
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19156">issue 19156</a>)
K
Kohsuke Kawaguchi 已提交
1115
</ul>
1116
<h3><a name=v1.527>What's new in 1.527</a> (2013/08/12)</h3>
K
Kohsuke Kawaguchi 已提交
1117
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1118 1119 1120 1121 1122 1123
  <li class=bug>
    Fixed <tt>NoSuchFieldError: triggers</tt> with older Maven plugin
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18677">issue 18677</a>)
  <li class=rfe>
    Added bytecode transformation driven compatibility ensurance mechanism
    (<a href="https://groups.google.com/forum/#!topic/jenkinsci-dev/7qCClb36njo">discussion</a>)
J
Jesse Glick 已提交
1124 1125 1126
  <li class=rfe>
    Improve search to locate items inside folders.
    (<a href="https://github.com/jenkinsci/jenkins/pull/848">pull request 848</a>)
1127
    (<a href="https://github.com/jenkinsci/jenkins/pull/893">pull request 893</a>)
1128 1129 1130
  <li class=bug>
    Windows path separators not correctly escaped in Maven properties configuration.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10539">issue 10539</a>)
1131 1132 1133
  <li class=rfe>
    Improved <tt>EnvironmentContributor</tt> to support project-level insertion.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19042">issue 19042</a>)
K
Kohsuke Kawaguchi 已提交
1134
</ul>
1135
<h3><a name=v1.526>What's new in 1.526</a> (2013/08/05)</h3>
K
Kohsuke Kawaguchi 已提交
1136
<ul class=image>
C
christ66 已提交
1137 1138 1139
  <li class=bug>
    HudsonAuthenticationEntryPoint can break CLI support, because the port isn't exposed properly.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18634">issue 18634</a>)
K
Kohsuke Kawaguchi 已提交
1140 1141 1142
  <li class=rfe>
    Report an user friendly error page if a deletion of a build fails.
    (<a href="https://github.com/jenkinsci/jenkins/pull/827">pull request 827</a>)
1143
  <li class=bug>
J
Typo.  
Jesse Glick 已提交
1144
    Maven build failure wasn't describing errors like Maven CLI does.
1145
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15025">issue 15025</a>)
1146 1147 1148
  <li class=bug>
    <code>MavenModuleSetBuild.getResult</code> is expensive.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18895">issue 18895</a>)
1149 1150 1151 1152 1153 1154
  <li class=bug>
    Revisited fix to be compatible for plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18119">issue 18119</a>)
  <li class=bug>
    Ensuring <code>/log/all</code> shows only <code>INFO</code> and above messages, even if custom loggers display <code>FINE</code> or below.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18959">issue 18959</a>)
K
Kohsuke Kawaguchi 已提交
1155
  <li class=rfe>
1156
    Added a new monitor that detects and fixes out-of-order builds records.
K
Kohsuke Kawaguchi 已提交
1157
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18289">issue 18289</a>)
1158 1159 1160
  <li class=rfe>
    Added CLI command <code>create-node</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18282">issue 18282</a>)
O
Olivier Lamy 已提交
1161 1162 1163
  <li class=rfe>
    Can't build using maven 3.1.0
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15935">issue 15935</a>)
K
Kohsuke Kawaguchi 已提交
1164 1165 1166
  <li class=bug>
    Fixed Winstone+mod_proxy_ajp+SSL combo issue.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-5753">issue 5753</a>)
J
Jesse Glick 已提交
1167 1168 1169
  <li class=bug>
    <code>JENKINS_DEBUG_LEVEL</code> misinterpreted by Winstone, causing excessive logging.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18701">issue 18701</a>)
1170 1171 1172
  <li class='major bug'>
    Since 1.520, Jenkins requires Java 6 or later, breaking Maven builds set to use JDK 5. Now falls back to JVM of slave agent but sets compile/test flags to use defined JDK.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18403">issue 18403</a>)
1173 1174 1175
  <li class='major bug'>
    Since 1.517, Maven projects using Maven 2 could not build projects using extensions depending on Apache Commons Codec.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18178">issue 18178</a>)
1176 1177 1178
  <li class=bug>
    Test harness was packing copies of Maven into plugin archives under some conditions.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18918">issue 18918</a>)
I
imod 已提交
1179 1180 1181
  <li class=bug>
    Provided maven settings.xml in maven builder is lost.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15976">issue 15976</a>)
1182 1183 1184
  <li class=bug>
    Exception when running polling with a Maven installation not defined on master.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18898">issue 18898</a>)
1185 1186 1187
  <li class=bug>
    Since 1.477 GET on <code>/view/…/config.xml</code> included a spurious wrapper element.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17302">issue 17302</a>)
1188 1189
  <li class=rfe>
    Clearer display of log messages: chronological order, and coloration of repeated vs. fresh metadata (date, log level, log source).
K
Kohsuke Kawaguchi 已提交
1190 1191 1192
  <li class=bug>
    Fixed a regression that broke some plugins' form validation
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18776">issue 18776</a>)
S
ssogabe 已提交
1193 1194 1195
  <li class=bug>
    People View does Not Populate if JQuery plugin enabled.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18641">issue 18641</a>)
K
Kohsuke Kawaguchi 已提交
1196
</ul>
1197 1198
<h3><a name=v1.525>What's new in 1.525</a> (2013/07/29)</h3>
<p>Same as 1.524; botched release.</p>
1199
<h3><a name=v1.524>What's new in 1.524</a> (2013/07/23)</h3>
K
Kohsuke Kawaguchi 已提交
1200
<ul class=image>
1201 1202 1203
  <li class=bug>
    Clock Difference broken on Manage Nodes page
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18671">issue 18671</a>)
1204 1205 1206
  <li class=bug>
    Fixed another possible cause of an NPE from MatrixConfiguration.newBuild.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17728">issue 17728</a>)
1207 1208 1209
  <li class=bug>
    NPE in MavenFingerprinter.getArtifactRepositoryMaven21.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18441">issue 18441</a>)
1210 1211
  <li class=rfe>
    More reliability improvement in remote slave reconnection.
D
Daniel Beck 已提交
1212 1213 1214
  <li class="major bug">
    Do not load disabled plugins as dependencies for other plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18654">issue 18654</a>)
K
Kohsuke Kawaguchi 已提交
1215
</ul>
1216
<h3><a name=v1.523>What's new in 1.523</a> (2013/07/14)</h3>
K
Kohsuke Kawaguchi 已提交
1217 1218 1219 1220 1221
<ul class=image>
  <li class=bug>
    Fixed: claiming of tests doesn't work in Maven jobs (claim-plugin)
     (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14585">issue 14585</a>)
</ul>
1222
<h3><a name=v1.522>What's new in 1.522</a> (2013/07/06)</h3>
K
Kohsuke Kawaguchi 已提交
1223
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1224 1225 1226
  <li class=bug>
    Fixed a regression in the config form with some plugins
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18585">issue 18585</a>)
K
Kohsuke Kawaguchi 已提交
1227 1228 1229
  <li class=bug>
    Fixed a dead lock in the <tt>Project</tt> class and improved the signature of the persisted XML form a bit.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18589">issue 18589</a>)
K
Kohsuke Kawaguchi 已提交
1230 1231 1232
  <li class=bug>
    Improved memory efficiency in parsing test reports with large stdio output files.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15382">issue 15382</a>)
K
Kohsuke Kawaguchi 已提交
1233 1234 1235
  <li class=rfe>
    Node monitoring now happens concurrently across all the slaves, so it'll be affected less by problematic slaves.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18438">issue 18438</a>)
1236 1237 1238
  <li class=bug>
    Deadlock during Maven builds Parsing POM step
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15846">issue 15846</a>)
1239 1240
  <li class=bug>
    If every node is restricted to tied jobs only, Matrix build jobs can never start.
K
Kohsuke Kawaguchi 已提交
1241
</ul>
1242
<h3><a name=v1.521>What's new in 1.521</a> (2013/07/02)</h3>
K
Kohsuke Kawaguchi 已提交
1243
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1244 1245 1246
  <li class=bug>
    Build with parameters returns empty web page
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18425">issue 18425</a>)
K
Kohsuke Kawaguchi 已提交
1247 1248 1249
  <li class=bug>
    Access denied error results in ERR_CONTENT_DECODING_FAILED on most browsers, masking the root cause.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15437">issue 15437</a>)
K
Kohsuke Kawaguchi 已提交
1250 1251 1252 1253 1254
  <li class=bug>
    Fixed the master/slave handshake problem when a slave runs on non-ASCII compatible encoding (such as EBCDIC.)
  <li class=rfe>
    Added a diagnosis for <tt>StreamCorruptedException</tt> problem
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8856">issue 8856</a>)
K
Kohsuke Kawaguchi 已提交
1255 1256 1257
  <li class=rfe>
    Matrix project's parent can be now tied to labels/slaves.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7825">issue 7825</a>)
K
Kohsuke Kawaguchi 已提交
1258 1259 1260
  <li class=bug>
    Clean up fingerprint records that correspond to the deleted build recods
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18417">issue 18417</a>)
K
Kohsuke Kawaguchi 已提交
1261 1262 1263
  <li class=bug>
    Fixed "Comparison method violates its general contract" error in BuildTrigger.execute
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17247">issue 17247</a>)
K
Kohsuke Kawaguchi 已提交
1264 1265
  <li class=bug>
    Edited description wasn't reflected when pressing the "Apply" button.
1266 1267 1268 1269 1270
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18436">issue 18436</a>)
  <li class=bug>
    Fixed a regression in remoting since 1.519 that caused FindBugs plugins to break.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18349">issue 18349</a>,
     <a href="https://issues.jenkins-ci.org/browse/JENKINS-18405">issue 18405</a>)
1271 1272
  <li class=rfe>
    Revisited the extension point added in 1.519 that adds custom plexus components.
1273
</ul>
1274
<h3><a name=v1.520>What's new in 1.520</a> (2013/06/25)</h3>
K
Kohsuke Kawaguchi 已提交
1275
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1276
  <li class=bug>
J
Typo.  
Jesse Glick 已提交
1277
    Slave launch thread should have the background activity credential.
K
Kohsuke Kawaguchi 已提交
1278
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15578">issue 15578</a>)
1279 1280 1281
  <li class=bug>
    “Build Now” link did not work for multijobs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16974">issue 16974</a>)
J
Jesse Glick 已提交
1282 1283 1284
  <li class=bug>
    Unix vs. Windows mode not correctly retained for command launchers under some conditions.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18368">issue 18368</a>)
1285 1286 1287
  <li class=bug>
    Edit views with non-ASCII names did not work since 1.500.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18373">issue 18373</a>)
1288 1289 1290
  <li class='major bug'>
    Fixed API incompatibility since 1.489.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18356">issue 18356</a>)
J
Jesse Glick 已提交
1291 1292 1293
  <li class=bug>
    “Projects tied to slave” shows unrelated Maven module jobs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17451">issue 17451</a>)
1294 1295 1296
  <li class=bug>
    Fixed file descriptor leak in fingerprint computation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18351">issue 18351</a>)
1297 1298 1299
  <li class=bug>
    Test history was not shown if suite name was part of the test name.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15380">issue 15380</a>)
1300 1301
  <li class=rfe>
    Added a new extension point to monitor the flow of stuff in the queue.
K
Kohsuke Kawaguchi 已提交
1302 1303 1304
  <li class=rfe>
    Added a new extension point to monitor the provisioning of nodes from clouds.
    (<a href="https://github.com/jenkinsci/jenkins/pull/819">pull request 819</a>)
1305 1306
  <li class=rfe>
    Possible to create a custom <code>AbstractDiskSpaceMonitor</code>.
1307 1308 1309
  <li class=rfe>
    Executors running the builds can be now a subject of access control.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18285">issue 18285</a>)
1310 1311 1312 1313
  <li class='major rfe'>
    Core started relying on Java 1.6 as per the agreement in the dev list.
    If you have a serious objection against it, please let us know
    before we really start relying on 1.6 features.
1314 1315 1316 1317
  <li class='major bug'>
    Some actions confirmed by dialog were not working when CSRF crumbs were enabled.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17977">issue 17977</a>)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18032">issue 18032</a>)
1318 1319 1320
  <li class=rfe>
    CLI list-jobs command should list all nested jobs.
    (<a href="https://github.com/jenkinsci/jenkins/pull/793">pull request 793</a>)
1321 1322 1323 1324
  <li class=rfe>
    Provide a mechanism to differentiate between node properties that are applicable
    to the master node only and node properties that can be applied to all nodes
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18381">issue 18381</a>)
1325 1326 1327 1328 1329 1330
  <li class=bug>
    Maven module links in the module list page are broken.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17713">issue 17713</a>)
  <li class='major bug'>
    100% CPU pegging in <tt>Deflator.deflateBytes</tt>
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14362">issue 14362</a>)
K
Kohsuke Kawaguchi 已提交
1331
</ul>
1332
<h3><a name=v1.519>What's new in 1.519</a> (2013/06/17)</h3>
K
Kohsuke Kawaguchi 已提交
1333
<ul class=image>
J
Jesse Glick 已提交
1334 1335 1336
  <li class='major bug'>
    Log cluttered with irrelevant warnings about build timestamps when running on Windows on Java 6.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15587">issue 15587</a>)
1337 1338 1339
  <li class='major bug'>
    Fingerprint action deserialization problem fixed.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17125">issue 17125</a>)
K
Kohsuke Kawaguchi 已提交
1340 1341 1342
  <li class='rfe'>
    Updating the master computer's configuration from the slave list UI had no immediate effect.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17276">issue 17276</a>)
1343 1344
  <li class='rfe'>
    Improved the tracking of queued jobs and their eventual builds in the REST API.
1345 1346 1347
  <li class='rfe'>
    Configured log recorders can now pick up messages logged from slaves.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18274">issue 18274</a>)
1348 1349
  <li class='rfe'>
    Added a new extension point to contribute custom plexus components into Maven for the maven project type.
K
Kohsuke Kawaguchi 已提交
1350 1351 1352
  <li class='major rfe'>
    Remoting classloader performance improvement upon reconnection to the same slave.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15120">issue 15120</a>)
K
Kohsuke Kawaguchi 已提交
1353
</ul>
1354
<h3><a name=v1.518>What's new in 1.518</a> (2013/06/11)</h3>
K
Kohsuke Kawaguchi 已提交
1355
<ul class=image>
J
Jesse Glick 已提交
1356 1357 1358
  <li class=bug>
    NPE in <code>DefaultMatrixExecutionStrategyImpl.waitForCompletion</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18024">issue 18024</a>)
1359 1360 1361
  <li class=bug>
    Optimizations in fingerprint recording.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16301">issue 16301</a>)
1362 1363 1364
  <li class=bug>
    Using JNR-POSIX rather than JNA-POSIX for better platform support.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14351">issue 14351</a>)
1365 1366 1367
  <li class='major bug'>
    Errors searching build records when builds were misordered.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15652">issue 15652</a>)
1368 1369 1370
  <li class='major bug'>
    Finding the last failed build for a job (e.g. from a view column) broke lazy loading.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16023">issue 16023</a>)
1371 1372
  <li class=bug>
    Do not fail startup in case <code>ListView.includeRegex</code> was syntactically malformed.
1373 1374 1375
  <li class=bug>
    CSS stylesheets misrendered in Chrome due to caching.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17684">issue 17684</a>)
1376 1377 1378
  <li class=bug>
    User icon in People broken if Jenkins root URL unconfigured.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18118">issue 18118</a>)
1379 1380 1381
  <li class=bug>
    Progress bar sometimes broken in People.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18119">issue 18119</a>)
K
Kohsuke Kawaguchi 已提交
1382
</ul>
1383
<h3><a name=v1.517>What's new in 1.517</a> (2013/06/02)</h3>
K
Kohsuke Kawaguchi 已提交
1384
<ul class=image>
1385 1386 1387
  <li class=rfe>
    Enable word breaking in potentially long strings like job names.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17030">issue 17030</a>)
J
Jesse Glick 已提交
1388 1389 1390
  <li class=rfe>
    Allow filtering of the Run parameter build list by result.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7280">issue 7280</a>)
1391 1392 1393
  <li class=rfe>
    Add support for scalatest-maven-plugin.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18086">issue 18086</a>)
1394 1395 1396
  <li class=bug>
    When copying a folder, the display names of contained jobs were gratuitously cleared.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18074">issue 18074</a>)
1397 1398 1399
  <li class=bug>
    “Recurse in subfolders” option for list views produced exceptions when used with native Maven projects.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18025">issue 18025</a>)
J
Jesse Glick 已提交
1400 1401 1402
  <li class=bug>
    Using proper directory separator character for permalinks on Windows.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17681">issue 17681</a>)
1403 1404 1405 1406
  <li class="bug">
    Use markup formater to display parameter description.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18427">issue 18427</a>)
  </li>
K
Kohsuke Kawaguchi 已提交
1407
</ul>
1408
<h3><a name=v1.516>What's new in 1.516</a> (2013/05/27)</h3>
K
Kohsuke Kawaguchi 已提交
1409
<ul class=image>
1410 1411 1412
  <li class=bug>
    NPE from <code>Run.getDynamic</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17935">issue 17935</a>)
1413 1414 1415
  <li class=bug>
    Should be able to collect all log records at a given level using a blank logger name.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17983">issue 17983</a>)
1416 1417 1418
  <li class=bug>
    Reworked Upload Plugin gesture to work more like installation from an update center, and in particular to support dynamic load.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16652">issue 16652</a>)
1419 1420 1421
  <li class=bug>
    Errors in <code>init.groovy</code> halted startup; changed to just log a warning.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17933">issue 17933</a>)
K
Kohsuke Kawaguchi 已提交
1422
</ul>
1423
<h3><a name=v1.515>What's new in 1.515</a> (2013/05/18)</h3>
K
Kohsuke Kawaguchi 已提交
1424
<ul class=image>
O
Olivier Lamy 已提交
1425
  <li class=rfe>
1426 1427 1428
    Windows services now auto-restart in case of abnormal process termination.
  <li class=rfe>
    &lt;f:dropdownDescriptorSelector> does not allow defaulting to specifig instance
O
Olivier Lamy 已提交
1429
     (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17858">issue 17858</a>)
I
imod 已提交
1430
  <li class=rfe>
O
Olivier Lamy 已提交
1431 1432
    mark maven settings / global settings as default for new jobs
     (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17723">issue 17723</a>)
1433 1434 1435
  <li class=bug>
    Display Name is not shown.
     (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17715">issue 17715</a>)
1436 1437 1438
  <li class='major bug'>
    Symlink handling problem with build permalinks on Windows.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17681">issue 17681</a>)
1439 1440 1441
  <li class=bug>
    List views missing a required field were unloadable.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15309">issue 15309</a>)
J
Jesse Glick 已提交
1442 1443 1444
  <li class=bug>
    Maven module artifacts were not being deleted by the log rotator.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17508">issue 17508</a>)
1445 1446 1447
  <li class='major bug'>
    Properly find parent POMs when fingerprinting a Maven project.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17775">issue 17775</a>)
1448 1449 1450
  <li class=rfe>
    Allow the combination filter to accept parameter values.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7285">issue 7285</a>)
1451 1452 1453
  <li class=rfe>
    Extension point to transform test names (for use with alternative JVM languages).
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17478">issue 17478</a>)
K
Kohsuke Kawaguchi 已提交
1454
</ul>
1455
<h3><a name=v1.514>What's new in 1.514</a> (2013/05/01)</h3>
K
Kohsuke Kawaguchi 已提交
1456
<ul class=image>
1457 1458
  <li class=rfe>
    Added a new <tt>set-build-parameter</tt> command that can update a build variable from within a build.
1459 1460
  <li class=rfe>
    Can use <code>-Dhudson.udp=-1</code> to disable UDP broadcast without showing an ugly exception.
1461 1462 1463
  <li class=bug>
    Third-party license display for core was broken since 1.506.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17724">issue 17724</a>)
1464
  <li class='major bug'>
1465
    Mitigation of exception from fingerprinting in a Maven project when a parent POM could not be located.
1466
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17775">issue 17775</a>)
1467 1468 1469
  <li class=bug>
    NPE from <code>MatrixConfiguration.newBuild</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17728">issue 17728</a>)
J
Jesse Glick 已提交
1470 1471 1472
  <li class=bug>
    Identify the short name of an uploaded plugin from the manifest, so it does not matter what the filename was.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-4543">issue 4543</a>)
1473 1474 1475
  <li class='major bug'>
    NPE configuring Copy Artifact with Maven jobs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17402">issue 17402</a>)
1476 1477
  <li class=rfe>
    <code>/about</code> now links to license information for plugins as well.
J
Jesse Glick 已提交
1478 1479
  <li class=rfe>
    Updated bundled plugins.
K
Kohsuke Kawaguchi 已提交
1480
</ul>
1481
<h3><a name=v1.513>What's new in 1.513</a> (2013/04/28)</h3>
K
Kohsuke Kawaguchi 已提交
1482
<ul class=image>
1483 1484
  <li class=rfe>
    Slave status monitor page shows when the data is last obtained
1485 1486
  <li class=rfe>
    Delete button to highlight what it is going to delete.
J
Jesse Glick 已提交
1487 1488 1489
  <li class=bug>
    <code>StringIndexOutOfBoundsException</code> in <code>PackageResult.findCorrespondingResult</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17721">issue 17721</a>)
1490 1491 1492
  <li class=rfe>
    Breadcrumb is reworked to show descendants to provide additional navigational shortcuts.
    (<a href="https://wiki.jenkins-ci.org/display/JENKINS/FOSDEM+UI+Enhancement+discussion+notes+2013">discussion</a>)
1493 1494 1495
  <li class=bug>
    <code>hpi:run</code> did not work for bundled plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18352">issue 18352</a>)
K
Kohsuke Kawaguchi 已提交
1496 1497 1498 1499 1500 1501 1502 1503 1504
  <li class=bug>
    Fixed CSRF vulnerabilities
    (SECURITY-63,SECURITY-69)
  <li class=bug>
    Fixed an XSS vulnerability via stylesheet
    (SECURITY-67)
  <li class=bug>
    Fixed an XSS vulnerability to copy arbitrary text into clipboard
    (SECURITY-71/CVE-2013-1808)
K
Kohsuke Kawaguchi 已提交
1505
</ul>
1506
<h3><a name=v1.512>What's new in 1.512</a> (2013/04/21)</h3>
K
Kohsuke Kawaguchi 已提交
1507
<ul class=image>
1508
  <li class=rfe>
J
Jesse Glick 已提交
1509 1510
    Views can now include jobs located within folders.
    (<a href="https://github.com/jenkinsci/jenkins/pull/757">pull 757</a>)
1511 1512 1513
  <li class=rfe>
    Added confirmation dialog before reloading configuration from disk.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15340">issue 15340</a>)
1514 1515
  <li class=rfe>
    Switched confirmation before deleting jobs or wiping out workspace to a dialog.
1516 1517 1518
  <li class=rfe>
    Different text than “Build Now”  for parameterized jobs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10738">issue 10738</a>)
S
ssogabe 已提交
1519 1520
  <li class=rfe>
    Check the view name with ajax.
1521 1522 1523
  <li class=bug>
    “Build Now” context menu item broken for parameterized jobs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17110">issue 17110</a>)
1524 1525 1526
  <li class=bug>
    Incorrect redirection after delete of job in folder in view.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17575">issue 17575</a>)
1527 1528 1529
  <li class=bug>
    ”My Views" links leads to 404 Not Found.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17317">issue 17317</a>)
1530 1531 1532
  <li class=bug>
    Quoting Issue with JDK Installer with Windows Installer. 
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-5408">issue 5408</a>)
J
Jesse Glick 已提交
1533 1534 1535
  <li class=bug>
    Restored compatibility in <code>ArtifactArchiver</code> signature; broken in 1.509 and could affect plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17637">issue 17637</a>)
K
Kohsuke Kawaguchi 已提交
1536 1537 1538
  <li class=bug>
    Fixed a bug in the logic that hides context menu anchor 'v'
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13995">issue 13995</a>)
K
Kohsuke Kawaguchi 已提交
1539
</ul>
1540
<h3><a name=v1.511>What's new in 1.511</a> (2013/04/14)</h3>
K
Kohsuke Kawaguchi 已提交
1541
<ul class=image>
1542 1543 1544
  <li class=bug>
    JUnit result archiver should only fail builds if there are really no results - i.e. also no skipped tests.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7970">issue 7970</a>)
1545 1546 1547
  <li class='major bug'>
      <code>NullPointerException</code> related to lazy loading when loading some builds using fingerprinting.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16845">issue 16845</a>)
1548 1549 1550
  <li class=rfe>
    Better display of parameters in queue items.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17454">issue 17454</a>)
1551 1552 1553
  <li class='bug'>
    sort order of plugin list is not working by default.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17039">issue 17039</a>)
K
Kohsuke Kawaguchi 已提交
1554
</ul>
1555
<h3><a name=v1.510>What's new in 1.510</a> (2013/04/06)</h3>
K
Kohsuke Kawaguchi 已提交
1556
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1557 1558 1559
  <li class=bug>
    <tt>UnsatisfiedLinkError</tt> on <tt>CreateSymbolicLinkw</tt> on Windows XP.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17343">issue 17343</a>)
1560 1561 1562 1563
  <li class=bug>
    Flyweight tasks should execute on the master if there's no static
    executors available.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7291">issue 7291</a>)
1564 1565 1566
  <li class='major bug'>
    Download tool installations directly from the slave when possible, since this is much faster than going through the master.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17330">issue 17330</a>)
J
Jesse Glick 已提交
1567 1568 1569
  <li class=bug>
    Improved UI for implicitly locked builds.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10197">issue 10197</a>)
1570 1571 1572
  <li class=bug>
    Incorrect URL computation broke context menu for computers with spaces in their names.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18236">issue 18236</a>)
K
Kohsuke Kawaguchi 已提交
1573 1574 1575
  <li class=rfe>
    Promote the use of 'H' in cron.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17311">issue 17311</a>)
1576 1577 1578
  <li class='major rfe'>
    Context menu no longer automatically pops up
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13995">issue 13995</a>)
K
Kohsuke Kawaguchi 已提交
1579
</ul>
1580
<h3><a name=v1.509>What's new in 1.509</a> (2013/04/02)</h3>
K
Kohsuke Kawaguchi 已提交
1581
<ul class=image>
1582 1583 1584
  <li class='major bug'>
    Heavy thread congestion saving fingerprints.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13154">issue 13154</a>)
1585
  <li class=rfe>
J
Jesse Glick 已提交
1586 1587
    Option to make the build not fail if there is nothing to archive.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10502">issue 10502</a>)
1588 1589 1590
  <li class=rfe>
    Better report file deletion failures.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17271">issue 17271</a>)
1591 1592 1593
  <li class=bug>
    "Local to the workspace" repository locator does not work when building one module in isolation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17331">issue 17331</a>)
1594 1595 1596
  <li class=bug>
    Master node mode not correctly displayed in <code>/computer/(master)/configure</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17263">issue 17263</a>)
K
Kohsuke Kawaguchi 已提交
1597 1598 1599
  <li class='major rfe'>
    Performance improvement in master/slave communication throughput
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7813">issue 7813</a>)
1600 1601 1602 1603 1604 1605
  <li class=bug>
    Quoted label expression can result into dead executors (throwing exception)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17128">issue 17128</a>)
  <li class=bug>
    ChangeLog should produce some output even if some (plugin) annotator fails
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17084">issue 17084</a>)
1606 1607 1608
  <li class=bug>
    View name should not allow "..".    
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16608">issue 16608</a>)
K
Kohsuke Kawaguchi 已提交
1609
</ul>
1610
<h3><a name=v1.508>What's new in 1.508</a> (2013/03/25)</h3>
K
Kohsuke Kawaguchi 已提交
1611 1612 1613 1614 1615
<ul class=image>
  <li class='major bug'>
    Fixing a regression in 1.507 that causes a failure to load matrix jobs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17337">issue 17337</a>)
</ul>
1616
<h3><a name=v1.507>What's new in 1.507</a> (2013/03/24)</h3>
K
Kohsuke Kawaguchi 已提交
1617
<ul class=image>
1618 1619 1620 1621
  <li class=rfe>
      Show the reason for a skipped test if the test result contains one
      (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8713">issue 8713</a>)
  </li>
K
Kohsuke Kawaguchi 已提交
1622 1623 1624
  <li class=bug>
    an in-progress build was dropped from JSON API when lazy-loading was introduced.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15583">issue 15583</a>)
K
Kohsuke Kawaguchi 已提交
1625 1626 1627
  <li class=bug>
    In-progress builds now survive the "reload from disk" administrator action.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-3265">issue 3265</a>)
1628 1629 1630
  <li class=bug>
    If artifact archiving failed with an I/O error, the build nonetheless was considered to be a success.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-2058">issue 2058</a>)
K
Kohsuke Kawaguchi 已提交
1631 1632 1633
  <li class=bug>
    Fixed a bad interaction between Windows symlinks and build record lazy loading.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15587">issue 15587</a>)
K
Kohsuke Kawaguchi 已提交
1634 1635 1636
  <li class=rfe>
    Remember the lastStable/Failed/Successful/etc builds to avoid eager loading builds.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16089">issue 16089</a>)
1637 1638 1639
  <li class=bug>
    Wrong build result in post build steps after failed pre build step in maven projects.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17177">issue 17177</a>)     
K
Kohsuke Kawaguchi 已提交
1640
</ul>
1641
<h3><a name=v1.506>What's new in 1.506</a> (2013/03/17)</h3>
K
Kohsuke Kawaguchi 已提交
1642
<ul class=image>
1643 1644 1645
  <li class='major bug'>
    Saving Global Jenkins Global Config wipes out the crumb issuer settings in the Global Security Config.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17087">issue 17087</a>)
1646 1647 1648
  <li class='major bug'>
    Made <code>--httpKeepAliveTimeout</code> option work (that was supposed to have been introduced in 1.503).
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16474">issue 16474</a>)
1649 1650 1651
  <li class=bug>
    Preview function for textareas using Jenkins markup did not work when CSRF protection was enabled.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17085">issue 17085</a>)
1652 1653 1654
  <li class=bug>
    Permalinks created in the wrong place when using external build directories.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17137">issue 17137</a>)
1655 1656 1657
  <li class=bug>
    External build directories not updated by job rename/delete.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17138">issue 17138</a>)
1658 1659 1660
  <li class=bug>
    JNA-related error from Windows slave monitoring thrown repeatedly.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15796">issue 15796</a>)
J
Jesse Glick 已提交
1661 1662 1663
  <li class=bug>
    New JSON library corrects problems such as form values starting with <code>[</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14827">issue 14827</a>)
K
Kohsuke Kawaguchi 已提交
1664
  <li class=rfe>
J
Jesse Glick 已提交
1665
    Improved the request handling performance (where the file lookup is expensive, such as on NFS).
K
Kohsuke Kawaguchi 已提交
1666
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16606">issue 16606</a>)
1667 1668
  <li class=rfe>
    Windows symbolic support on Java5/6.
1669 1670
  <li class=rfe>
    Improved the duration browsers cache static resources.
K
Kohsuke Kawaguchi 已提交
1671
</ul>
1672
<h3><a name=v1.505>What's new in 1.505</a> (2013/03/10)</h3>
K
Kohsuke Kawaguchi 已提交
1673
<ul class=image>
J
Jesse Glick 已提交
1674 1675 1676
  <li class='major bug'>
    Exception in flyweight tasks when checking if an executor is interrupted.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17025">issue 17025</a>)
1677 1678 1679
  <li class='major bug'>
    JNA-related linkage errors on Windows not handled gracefully.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15466">issue 15466</a>)
J
Jesse Glick 已提交
1680 1681 1682
  <li class='major bug'>
    Builds disappear from build history after completion (revisited).
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15156">issue 15156</a>)
1683 1684 1685 1686 1687 1688
  <li class=rfe>
    Added run display name as an environment variable when RunParameter is used
    (<a href="https://github.com/jenkinsci/jenkins/pull/720">pull 720</a>)
  <li class=bug>
    Fixed "Manage" sub-contextmenu for non-standalone deployments
    (<a href="https://github.com/jenkinsci/jenkins/pull/721">pull 721</a>)
K
Kohsuke Kawaguchi 已提交
1689 1690 1691
  <li class=bug>
    Absolute URLs in console output
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16368">issue 16368</a>)
1692
  <li class=bug>
1693
    Revert ampersand encoding which can cause backward incompatibility issue
1694
    (<a href="https://github.com/jenkinsci/jenkins/pull/683">pull 683</a>)
1695 1696 1697
  <li class=bug>
    Fix dependency graph computation when upstream build trigger is involved
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13502">issue 13502</a>)
K
Kohsuke Kawaguchi 已提交
1698 1699 1700
  <li class=bug>
    Disabled Authenticode verification for Windows services.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15596">issue 15596</a>)
K
Kohsuke Kawaguchi 已提交
1701
</ul>
1702
<h3><a name=v1.504>What's new in 1.504</a> (2013/03/03)</h3>
K
Kohsuke Kawaguchi 已提交
1703
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1704 1705 1706
  <li class='major bug'>
    Fixed a regression in the "discard old builds" in 1.503.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16979">issue 16979</a>)
1707 1708 1709
  <li class='major bug'>
    Maven 3.0.5 upgrade.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16965">issue 16965</a>)
1710 1711 1712
  <li class=bug>
    Not all log messages were being captured at <code>/log/all</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16952">issue 16952</a>)
1713 1714 1715
  <li class=bug>
    Incorrect or missing XML encoding declaration on some REST API pages.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16881">issue 16881</a>)
1716 1717 1718
  <li class=bug>
   Fixed: Human readable file size method returns ",00" for files with byte length 0
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16630">issue 16630</a>)
1719 1720 1721
  <li class=bug>
    “Build” from job context menu produced a confusing warning page.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16844">issue 16844</a>)
1722 1723 1724
  <li class=bug>
    Maven2 builds with non-standard test plugins failed.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16928">issue 16928</a>)
1725 1726 1727
  <li class=rfe>
    Started bundling XStream 1.4.4
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12542">issue 12542</a>)
1728 1729 1730
  <li class=rfe>
    Significant improvement in Traditional Chinese localizations.
    (<a href="https://github.com/jenkinsci/jenkins/pull/716">pull 716</a>)
K
Kohsuke Kawaguchi 已提交
1731
</ul>
1732
<h3><a name=v1.503>What's new in 1.503</a> (2013/02/26)</h3>
1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774
<ul class=image>
  <li class=bug>
    ${ITEM_FULLNAME} variable was not working for Maven projects on Windows,
    so introduced ${ITEM_FULL_NAME} instead.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12251">issue 12251</a>)
  <li class=bug>
    Lock contention issue in build history view.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16831">issue 16831</a>)
  <li class=bug>
    Fixed the HTTP request thread saturation problem with Winstone.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16474">issue 16474</a>)
  <li class=bug>
    Script evaluation script error on IE.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16561">issue 16561</a>)
  <li class=bug>
    surefire-reports not detected for android-maven-plugin
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16776">issue 16776</a>)
  <li class=bug>
    maven-failsafe-plugin tests not recognized anymore
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16696">issue 16696</a>)
  <li class=bug>
    UI waiting on a queue lock to display cause of queue blockage.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16833">issue 16833</a>)
  <li class=bug>
    UpdateCenter REST API chokes if there was a plugin installation failure.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16836">issue 16836</a>)
  <li class=bug>
    Missing build title in /rssAll when build has no test result.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16770">issue 16770</a>)
  <li class=bug>
    Changed the way matrix axis values are exposed as env variables
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11577">issue 11577</a>)
  <li class=bug>
    Maven 3 builds ignored quiet (-q) and debug (-X) options
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16843">issue 16843</a>)
  <li class=rfe>
    JNLP slave installers can now work transparently with secured Jenkins.
    (SECURITY-54 / despite the ticket marker, this is not a security vulnerability)
  <li class=rfe>
    "Discard old build records" behavior is now pluggable, allowing plugins to define custom logic.
</ul>
<h3><a name=v1.502>What's new in 1.502</a> (2013/02/16)</h3>
K
Kohsuke Kawaguchi 已提交
1775
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1776 1777 1778
  <li class='major bug'>
    Miscellaneous security vulnerability fixes. See the advisory for more details.
    (SECURITY-13,16,46,47,54,55,59,60,61)
J
Jesse Glick 已提交
1779 1780 1781
  <li class='major bug'>
    Builds disappear from build history after completion.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15156">issue 15156</a>)
1782 1783 1784
  <li class=bug>
    Plugin Manager’s Filter field did not work. Regression in 1.500.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16651">issue 16651</a>)
1785 1786 1787 1788 1789 1790 1791 1792
  <li class=bug>
    DISCOVER-able jobs break the build queue widget
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16682">issue 16682</a>)
  <li class=rfe>
    Extension point to provide access to workspace even when node is offline
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16454">issue 16454</a>)
  <li class=rfe>
    Extension point to listen BuildStep execution
K
Kohsuke Kawaguchi 已提交
1793
</ul>
1794
<h3><a name=v1.501>What's new in 1.501</a> (2013/02/10)</h3>
K
Kohsuke Kawaguchi 已提交
1795
<ul class=image>
1796 1797 1798
  <li class='major bug'>
    Reverted change in 1.500 causing serious regression in HTTPS reverse proxy setups.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16368">issue 16368</a>)
1799 1800 1801
  <li class='major bug'>
    Getting test results from custom test mojos failed build.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16573">issue 16573</a>)
1802 1803 1804
  <li class='major bug'>
    Restored Java 5 compatibility.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16554">issue 16554</a>)
1805 1806 1807
  <li class=bug>
    Bogus “Build Record Root Directory” inadequately diagnosed.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16457">issue 16457</a>)
1808 1809 1810
  <li class=bug>
    Plugin icons in the sidebar were not being properly cached.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16530">issue 16530</a>)
1811 1812 1813
  <li class='major bug'>
    Broadly as well as deeply nested build causes overwhelmed the UI after 1.482.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15747">issue 15747</a>)
1814 1815
  <li class=bug>
    API typo <code>DependecyDeclarer</code> corrected.
J
Jesse Glick 已提交
1816 1817 1818
  <li class=bug>
    Avoid eagerly loading builds in <b>Changes in dependency</b> or culprit list.
    (<a href="https://github.com/jenkinsci/jenkins/pull/689">pull 689</a>)
1819 1820 1821
  <li class=bug>
    Run parameters do not support folders.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16462">issue 16462</a>)
O
Olivier Lamy 已提交
1822 1823 1824
  <li class=bug>
    Fixed RememberMe cookie signature generation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16278">issue 16278</a>)
1825 1826 1827
  <li class=bug>
    Fixed NullPointerException when copying from existing Maven job
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16499">issue 16499</a>)
O
Olivier Lamy 已提交
1828
    
K
Kohsuke Kawaguchi 已提交
1829
</ul>
1830
<h3><a name=v1.500>What's new in 1.500</a> (2013/01/26)</h3>
1831
<ul class=image>
1832 1833
  <li class=bug>
    Since 1.494, when signing up as a new user in the private security realm the email address was left unconfigured and a stack trace printed.
J
Jesse Glick 已提交
1834 1835 1836
  <li class=rfe>
    Enable transparent log decompression support.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13655">issue 13655</a>)
1837 1838 1839
  <li class=rfe>
    Display authorities at <code>/user/*</code> for convenience.
    (<a href="https://github.com/jenkinsci/jenkins/pull/577">pull 577</a>)
1840
  <li class=bug>
1841 1842
    Slow rendering of view pages in large installations due to eager check whether the “People” link would show anything.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16244">issue 16244</a>)
1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876
  <li class=bug>
    Reduced size of memory leak in render-on-demand functionality used e.g. in configuration pages.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16341">issue 16341</a>)
  <li class=bug>
    Improving responsiveness of <b>People</b> page.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16342">issue 16342</a>)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16397">issue 16397</a>)
  <li class=bug>
    Exception printed to log while adding <b>Build other projects</b> post-build step.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16444">issue 16444</a>)
  <li class=bug>
    <code>BindException</code> when using <code>--daemon</code> with JMX.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14529">issue 14529</a>)
  <li class=bug>
    Improved logging and error output from SSHD in Jenkins.
  <li class=rfe>
    Linking to the <code>/threadDump</code> page from <code>/systemInfo</code> so it is discoverable.
  <li class='major bug'>
    Rekeying operation (from SECURITY-49 fix in 1.498) failed on Windows.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16319">issue 16319</a>)
  <li class=bug>
    JNLP slave index page failed to explain how to pass <code>-jnlpCredentials</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16273">issue 16273</a>)
  <li class=bug>
    Links should preserve used protocol
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16368">issue 16368</a>)
  <li class=bug>
    Don't report the same plugin twice in the update center if the filtering is in effect.
   <li class=bug>
     Accept any plugin with a 'test' goal as a test plugin in Maven jobs
     (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8334">issue 8334</a>)
   <li class=rfe>
      Avoid unnecessary downloads if automatically installed tools are up-to-date
      (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16215">issue 16215</a>)
1877
</ul>
1878
<h3><a name=v1.499>What's new in 1.499</a> (2013/01/13)</h3>
1879 1880 1881 1882 1883
<ul class=image>
  <li class=bug>
    Fixed <tt>NoClassDefFoundError: Base64</tt> with the <tt>-jnlpCredentials</tt> option.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-9679">issue 9679</a>)
</ul>
1884
<h3><a name=v1.498>What's new in 1.498</a> (2013/01/07)</h3>
K
Kohsuke Kawaguchi 已提交
1885 1886 1887 1888 1889
<ul class=image>
  <li class='major bug'>
    The master key that was protecting all the sensitive data in <tt>$JENKINS_HOME</tt> was vulnerable.
    (SECURITY-49)
</ul>
1890
<h3><a name=v1.497>What's new in 1.497</a> (2013/01/06)</h3>
K
Kohsuke Kawaguchi 已提交
1891 1892 1893 1894 1895
<ul class=image>
  <li class=bug>
    Delete the oldest build but it still come up on HistoryWidget
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16194">issue 16194</a>)
</ul>
K
Kohsuke Kawaguchi 已提交
1896 1897 1898 1899 1900 1901

<p>
<b>Older changelogs can be found in a <a href="changelog-old.html">separate file</a></b>

</body>
</html>