changelog.html 105.1 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
<ul class=image>
K
Kohsuke Kawaguchi 已提交
58 59 60
  <li class="bug">
    Worked around "incompatible InnerClasses attribute" bug in IBM J9 VM
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22525">issue 22525</a>)
K
Kohsuke Kawaguchi 已提交
61
  <li class="bug">
62
    Fixed a file descriptor leak with CLI connections.
K
Kohsuke Kawaguchi 已提交
63
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23248">issue 23248</a>)
64 65 66
  <li class="bug major">
    Fixed a regression that removed all users with uppercase letters in the user name since 1.566.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23872">issue 23872</a>)
67 68 69
  <li class="bug">
    Improving security of <code>set-build-parameter</code> and <code>set-build-result</code> CLI commands.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24080">issue 24080</a>)
70 71 72
  <li class="bug">
    Startup can be broken by deeply recursive causes in build records.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24161">issue 24161</a>)
73 74 75 76 77 78
  <li class="rfe">
    Added support for host:port format in X-Forwarded-Host header.
    (<a href="https://github.com/jenkinsci/jenkins/commit/19d8b80bb2f33e4877c7170bcca8bfa318ebe77d">commit 19d8b80</a>)
  <li class="rfe">
    Added option to increase impact of test failures on the weather report.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24006">issue 24006</a>)
T
tfennelly 已提交
79 80
  <li class="rfe">
    Modernized sidebar <code>&lt;l:pane&gt;</code>s and making them work better with new layout.
81 82
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23810">issue 23810</a>,
    <a href="https://issues.jenkins-ci.org/browse/JENKINS-23829">issue 23829</a>)
T
tfennelly 已提交
83
  <li class="rfe">
84
    Add option to CLI to skip key authentication (e.g. when there's a password on the default key).
O
Oliver Gondža 已提交
85
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23970">issue 23970</a>)
86 87 88
  <li class="rfe">
    Modernize tabBar and bigtable.  Makes the project view look better.  Same for Plugin Manager.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24030">issue 24030</a>)
K
Kohsuke Kawaguchi 已提交
89 90 91 92 93 94
</ul>
</div><!--=TRUNK-END=-->

<!-- these changes are controlled by the release process. DO NOT MODIFY -->
<div id="rc" style="display:none;"><!--=BEGIN=-->
<h3><a name=v1.575>What's new in 1.575</a> <!--=DATE=--></h3>
K
Kohsuke Kawaguchi 已提交
95
<ul class=image>
96 97 98 99 100 101
  <li class="rfe">
    Move option to fingerprint artifacts to Archive the Artifacts, Advanced options.
    (<a href="https://github.com/jenkinsci/jenkins/commit/f43a450c31d3875e72defa8400c6ada43bfc3ad0">commit f43a450</a>)
  <li class="rfe">
    Move option to keep dependencies (builds) from Fingerprint to Advanced Project Options.
    (<a href="https://github.com/jenkinsci/jenkins/commit/a8756c6c0ddcc4625660288f94da1015eca7bf10">commit a8756c6</a>)
102 103 104 105 106 107 108 109 110
  <li class="rfe">
    Improved validation of Build Record Root Directory setting.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14538">issue 14538</a>)
  <li class="rfe">
    Indicate which node the workspace being viewed is on.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23636">issue 23636</a>)
  <li class="rfe">
    Show full project name for projects in folders.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22971">issue 22971</a>)
D
Daniel Beck 已提交
111
  <li class="rfe">
D
Daniel Beck 已提交
112
    UI redesign: Shrink the top bar, change logo, changed links in top bar.
D
Daniel Beck 已提交
113 114
    (<a href="https://github.com/jenkinsci/jenkins/pull/1327">pull 1327</a>,
    (<a href="https://github.com/jenkinsci/jenkins/pull/1328">pull 1328</a>)
115 116 117
  <li class="bug">
    Killing processes started by builds on Unix was broken as of 1.553.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22641">issue 22641</a>)
118 119 120
  <li class="bug">
    Should not stop a build from finishing just to compute JUnit result difference to a prior build which is still running.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10234">issue 10234</a>)
121 122 123 124 125 126
  <li class="bug">
    Do not show link to System Information page for offline slaves, make page more robust when offline.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23041">issue 23041</a>)
  <li class="bug">
    Fix link to SCM polling log from downstream job cause.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18048">issue 18048</a>)
O
Oliver Gondža 已提交
127 128 129
  <li class="rfe">
    Autocomplete logger names.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23994">issue 23994</a>)
D
Daniel Beck 已提交
130 131
  <li class="bug">
    UI redesign: Fix links in header bar when logged in.
D
Daniel Beck 已提交
132
  <li class="rfe">
D
Typo  
Daniel Beck 已提交
133
    Do not show changes for the build at the lower bound of the changes list.
D
Daniel Beck 已提交
134
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18902">issue 18902</a>)
D
Daniel Beck 已提交
135 136 137
  <li class="bug">
    Restrict access to SCM trigger status page to administrators.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1327">pull 1282</a>)
K
Kohsuke Kawaguchi 已提交
138
</ul>
139 140
</div><!--=END=-->
<h3><a name=v1.574>What's new in 1.574</a> (2014/07/27)</h3>
K
Kohsuke Kawaguchi 已提交
141
<ul class=image>
D
Daniel Beck 已提交
142 143
  <li class="rfe">
    UI redesign: Use Helvetica as default font
D
Daniel Beck 已提交
144 145
    (<a href="https://github.com/jenkinsci/jenkins/pull/1315">pull 1315</a>, 
    <a href="https://issues.jenkins-ci.org/browse/JENKINS-23840">issue 23840</a>)
146 147 148
  <li class="bug">
    Synchronization issue during tool installation
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17667">issue 17667</a>)
149 150 151
  <li class="bug">
    Use native encoding for filenames in downloaded ZIPs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20663">issue 20663</a>)
K
Kohsuke Kawaguchi 已提交
152
</ul>
153
<h3><a name=v1.573>What's new in 1.573</a> (2014/07/20)</h3>
K
Kohsuke Kawaguchi 已提交
154
<ul class=image>
155 156 157 158 159 160 161 162 163 164
  <li class="rfe">
    UI redesign: Changed element alignment, removed sidebar link underlines
    (<a href="https://github.com/jenkinsci/jenkins/pull/1314">pull 1314</a>,
    <a href="https://github.com/jenkinsci/jenkins/pull/1316">pull 1316</a>)
  <li class="bug">
    Word-break links in build logs to preserve page width
    (<a href="https://github.com/jenkinsci/jenkins/pull/1308">pull 1308</a>)
  <li class="bug">
    Log rotation fails with "...looks to have already been deleted"
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22395">issue 22395</a>)
165 166
  <li class='major bug'>
    Fixed unnecessary eager loading of build records in certain code path.
167
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18065">issue 18065</a>)
K
Kohsuke Kawaguchi 已提交
168
</ul>
169
<h3><a name=v1.572>What's new in 1.572</a> (2014/07/13)</h3>
K
Kohsuke Kawaguchi 已提交
170
<ul class=image>
D
Daniel Beck 已提交
171 172 173 174 175 176 177 178 179
  <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>)
K
Kohsuke Kawaguchi 已提交
180
</ul>
181
<h3><a name=v1.571>What's new in 1.571</a> (2014/07/07)</h3>
K
Kohsuke Kawaguchi 已提交
182
<ul class=image>
183 184 185
  <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 已提交
186 187 188
  <li class=bug>
    Overall.READ is sufficient to access /administrativeMonitor/hudsonHomeIsFull/
    (SECURITY-134)
O
Oliver Gondža 已提交
189 190 191
  <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 已提交
192
</ul>
193
<h3><a name=v1.570>What's new in 1.570</a> (2014/06/29)</h3>
K
Kohsuke Kawaguchi 已提交
194
<ul class=image>
O
Oliver Gondža 已提交
195 196 197
  <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>)
198 199 200
  <li class=rfe>
    UI improvements / refreshing.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23492">issue 23492</a>)
201 202 203
  <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>)
204 205 206
  <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 已提交
207 208 209
  <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 已提交
210 211 212
  <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>)
213
  <li class=bug>
O
Oleg Nenashev 已提交
214
    Fixed <code>NullPointerException</code> when <code>ArctifactArchiver</code> is called for a build with the undefined status.
215
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23526">issue 23526</a>)
O
Oleg Nenashev 已提交
216 217 218
  <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>)
219 220 221
  <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 已提交
222
</ul>
223
<h3><a name=v1.569>What's new in 1.569</a> (2014/06/23)</h3>
K
Kohsuke Kawaguchi 已提交
224
<ul class=image>
K
Kohsuke Kawaguchi 已提交
225 226 227
  <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>)
228 229 230
  <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>)
231 232 233
  <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>)
234 235 236
  <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>)
237 238 239
  <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 已提交
240
</ul>
241
<h3><a name=v1.568>What's new in 1.568</a> (2014/06/15)</h3>
K
Kohsuke Kawaguchi 已提交
242
<ul class=image>
243 244 245
  <li class=bug>
    Fixed JNLP connection handling problem
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22932">issue 22932</a>)
O
Oleg Nenashev 已提交
246 247 248
  <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 已提交
249 250 251
  <li class=rfe>
    Support the range notation for pagination in API
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23228">issue 23228</a>)
252 253 254
  <li class=bug>
    Incorrect redirect after deleting a folder.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23375">issue 23375</a>)
255 256 257
  <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>)
258 259 260
  <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 已提交
261 262 263
  <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 已提交
264
</ul>
265
<h3><a name=v1.567>What's new in 1.567</a> (2014/06/09)</h3>
K
Kohsuke Kawaguchi 已提交
266
<ul class=image>
267 268 269
  <li class="bug">
    Fixed a reference counting bug in the remoting layer.
    (<a href="https://github.com/jenkinsci/remoting/commit/387433c98b66bf453e27198973daa758787095b3">commit</a>)
270 271 272
  <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 已提交
273 274 275
  <li class="bug">
    Show custom build display name in executors widget.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10477">issue 10477</a>)
276 277 278
  <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 已提交
279 280 281
  <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 已提交
282 283 284
  <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 已提交
285 286 287
  <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 已提交
288 289 290
  <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 已提交
291 292 293
  <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>)
294 295 296 297
  <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 已提交
298 299 300
  <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 已提交
301
  <li class="bug">
O
Oleg Nenashev 已提交
302 303
    Incorrect failure age in the JUnit test results
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18626">issue 18626</a>)  
O
Oleg Nenashev 已提交
304 305 306
  <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 已提交
307 308 309 310 311 312
  <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>)  
313 314 315 316 317
  <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 已提交
318 319 320 321
    (<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 已提交
322
  <li class="major bug">
O
Oliver Gondža 已提交
323 324
    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 已提交
325
  <li class="rfe">
O
Oleg Nenashev 已提交
326
    Added an option to archive artifacts only when the build is successful
O
Oleg Nenashev 已提交
327
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22699">issue 22699</a>)
K
Kohsuke Kawaguchi 已提交
328
</ul>
329
<h3><a name=v1.566>What's new in 1.566</a> (2014/06/01)</h3>
K
Kohsuke Kawaguchi 已提交
330
<ul class=image>
331 332 333
  <li class="rfe">
    Configurable case sensitivity mode for user IDs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22247">issue 22247</a>)
334 335 336
  <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 已提交
337 338 339
  <li class="rfe">
    Introduce directly modifiable views
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22967">issue 22967</a>)
D
Daniel Beck 已提交
340 341 342
  <li class="bug">
    Jenkins cannot restart Windows service
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22685">issue 22685</a>)
K
Kohsuke Kawaguchi 已提交
343
</ul>
344
<h3><a name=v1.565>What's new in 1.565</a> (2014/05/26)</h3>
K
Kohsuke Kawaguchi 已提交
345
<ul class=image>
346 347 348
  <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 已提交
349 350
  <li class="bug">
    Updated component used by the swap space monitor to better support Debian and AIX.
351 352 353
  <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>)
354 355 356
  <li class="bug">
    Polling no longer triggers builds (regression 1.560)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22750">issue 22750</a>)
357 358 359
  <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>)
360 361 362
  <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 已提交
363
</ul>
364
<h3><a name=v1.564>What's new in 1.564</a> (2014/05/19)</h3>
K
Kohsuke Kawaguchi 已提交
365
<ul class=image>
D
Daniel Beck 已提交
366 367 368 369 370 371
  <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>)
372 373 374 375
  <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 已提交
376
</ul>
377
<h3><a name=v1.563>What's new in 1.563</a> (2014/05/11)</h3>
K
Kohsuke Kawaguchi 已提交
378
<ul class=image>
379 380 381
  <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>)
382 383 384
  <li class="rfe">
    Configurable size for log buffer.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22840">issue 22840</a>)
385 386 387
  <li class="rfe">
    Gesture to clear log buffer.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22839">issue 22839</a>)
J
Jesse Glick 已提交
388 389 390
  <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>)
391 392 393
  <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>)
394 395 396
  <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 已提交
397
</ul>
398
<h3><a name=v1.562>What's new in 1.562</a> (2014/05/03)</h3>
K
Kohsuke Kawaguchi 已提交
399
<ul class=image>
400 401 402
  <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 已提交
403 404 405 406 407 408
  <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 已提交
409 410 411 412 413 414 415 416 417
  <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 已提交
418
</ul>
419
<h3><a name=v1.561>What's new in 1.561</a> (2014/04/27)</h3>
K
Kohsuke Kawaguchi 已提交
420
<ul class=image>
K
Kohsuke Kawaguchi 已提交
421 422 423
  <li class=bug>
    Fixed a corner case handling of tool installation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16846">issue 16846</a>)
424 425 426
  <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 已提交
427 428 429 430
  <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 已提交
431 432 433
  <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 已提交
434 435 436
  <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>)
437
  <li class=bug>
438 439
    Fixed NPE if <tt>RunParameterValue</tt> points to a stable build.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20857">issue 20857</a>)
440
  <li class=bug>
441 442 443
    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>
444 445
    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 已提交
446 447
  <li class=rfe>
    The matrix project type was moved into its own plugin.
448 449 450
  <li class=bug>
    Linkage errors in notifiers could leak workspace leases.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21622">issue 21622</a>)
451 452 453
  <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>)
454 455 456
  <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 已提交
457 458 459
  <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>)
460 461
  <li class=rfe>
    Update version of bundled Mailer plugin to 1.8 to avoid issues with older versions
O
Oliver Gondža 已提交
462 463 464 465 466 467
  <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>)
468 469
  <li class=rfe>
    Added a new extension point for more pluggable JNLP slave handling
O
Oliver Gondža 已提交
470 471 472 473 474 475
  <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 已提交
476 477 478 479 480 481 482 483 484
  <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>)
485 486 487 488 489 490 491 492 493 494 495 496
  <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 已提交
497
</ul>
498
<h3><a name=v1.560>What's new in 1.560</a> (2014/04/20)</h3>
K
Kohsuke Kawaguchi 已提交
499
<ul class=image>
500 501 502 503 504 505
  <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>)
506 507 508
  <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>)
509 510 511
  <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 已提交
512 513
  <li class=rfe>
    JNLP slaves are now handled through NIO-based remoting channels for better scalability.
K
Kohsuke Kawaguchi 已提交
514 515 516
  <li class=rfe>
    Integrated codemirror v2.38.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22582">issue 22582</a>)
O
Oliver Gondža 已提交
517 518 519
  <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 已提交
520 521 522
  <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 已提交
523 524 525
  <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 已提交
526 527
  <li class=rfe>
    Debian package now creates 'jenkins' group
528 529 530
  <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>)
531 532 533
  <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 已提交
534
  <li class=bug>
535
    Don't submit form on Save after Apply in new window on some browsers.
D
Daniel Beck 已提交
536
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20245">issue 20245</a>)
537 538 539
  <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 已提交
540
</ul>
541
<h3><a name=v1.559>What's new in 1.559</a> (2014/04/13)</h3>
K
Kohsuke Kawaguchi 已提交
542
<ul class=image>
K
Kohsuke Kawaguchi 已提交
543 544 545
  <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>)
546 547 548
  <li class=bug>
    Fixed NPE from <code>Slave.createLauncher</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21999">issue 21999</a>)
549 550 551
  <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 已提交
552
</ul>
553
<h3><a name=v1.558>What's new in 1.558</a> (2014/04/06)</h3>
K
Kohsuke Kawaguchi 已提交
554
<ul class=image>
555 556
  <li class=rfe>
    Cron-style trigger configuration will now display expected prior and subsequent run times.
557 558 559
  <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>)
560 561 562
  <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>)
563 564 565
  <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>)
566 567 568
  <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 已提交
569 570 571
  <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 已提交
572 573 574
  <li class=bug>
    Fixed NPE in <tt>UserCause</tt>
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21875">issue 21875</a>)
575 576 577
  <li class=rfe>
    Added <code>RobustMapConverter</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22398">issue 22398</a>)
578 579 580 581 582 583
  <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 已提交
584
</ul>
585
<h3><a name=v1.557>What's new in 1.557</a> (2014/03/31)</h3>
K
Kohsuke Kawaguchi 已提交
586
<ul class=image>
K
Kohsuke Kawaguchi 已提交
587 588 589
  <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>)
590 591 592
  <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 已提交
593 594
  <li class=bug>
    <code>identity.key</code>, used to secure some communications with Jenkins, now stored encrypted with the master key.
595 596 597
  <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>)
598 599 600
  <li class=bug>
    Memory leaks in the old data monitor.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19544">issue 19544</a>)
601 602 603 604
  <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>)
605 606 607
  <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 已提交
608
  <li class=bug>
609
    Allow JDK8 (and other versions) to be downloaded by JDKInstaller correctly.
610
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22347">issue 22347</a>)
K
Kohsuke Kawaguchi 已提交
611
</ul>
612
<h3><a name=v1.556>What's new in 1.556</a> (2014/03/23)</h3>
K
Kohsuke Kawaguchi 已提交
613
<ul class=image>
K
Kohsuke Kawaguchi 已提交
614 615 616
  <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>)
617 618 619
  <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>)
620 621
  <li class=rfe>
    Job can be reloaded individually from disk with "job/FOO/reload" URL or "reload-job" CLI command
K
Kohsuke Kawaguchi 已提交
622
</ul>
623
<h3><a name=v1.555>What's new in 1.555</a> (2014/03/16)</h3>
K
Kohsuke Kawaguchi 已提交
624
<ul class=image>
K
Kohsuke Kawaguchi 已提交
625 626 627
  <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 已提交
628 629
  <li class=bug>
    Fixed Up link in matrix projects
D
Daniel Beck 已提交
630
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21773">issue 21773</a>)
K
Kohsuke Kawaguchi 已提交
631
</ul>
632
<h3><a name=v1.554>What's new in 1.554</a> (2014/03/09)</h3>
K
Kohsuke Kawaguchi 已提交
633
<ul class=image>
634 635 636
  <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>)
637 638 639
  <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 已提交
640
</ul>
641
<h3><a name=v1.553>What's new in 1.553</a> (2014/03/02)</h3>
K
Kohsuke Kawaguchi 已提交
642
<ul class=image>
J
Jesse Glick 已提交
643 644 645 646
  <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>)
647 648 649
  <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>)
650 651 652
  <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>)
653 654 655
  <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>)
656
  <li class=rfe>
H
Harald Albers 已提交
657
    Slave started from Java Web Start can now install itself as a systemd service.
658 659
  <li class=rfe>
    Split the “raw HTML” markup formatter out of core into a bundled plugin.
660 661 662 663 664 665
  <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 已提交
666
</ul>
667
<h3><a name=v1.552>What's new in 1.552</a> (2014/02/24)</h3>
K
Kohsuke Kawaguchi 已提交
668
<ul class=image>
669 670 671
  <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>)
672 673 674
  <li class=bug>
    Fixed broken action links on Label page
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21778">issue 21778</a>)
675 676 677
  <li class=rfe>
    Allow Actions to contribute to Labels' main page
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21777">issue 21777</a>)
678 679 680
  <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 已提交
681 682
  <li class=rfe>
    Improve detection of broken reverse proxy setups.
K
Kohsuke Kawaguchi 已提交
683
</ul>
684
<h3><a name=v1.551>What's new in 1.551</a> (2014/02/14)</h3>
K
Kohsuke Kawaguchi 已提交
685
<ul class=image>
K
Kohsuke Kawaguchi 已提交
686 687 688
  <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 已提交
689 690 691
  <li class='major bug'>
    Regression in Windows slaves since 1.547.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21373">issue 21373</a>)
692 693 694
  <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 已提交
695 696 697
  <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 已提交
698 699 700
  <li class=bug>
    f:combobox is narrow.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21612">issue 21612</a>)
701 702 703
  <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>)
704 705 706
  <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>)
707 708 709
  <li class=rfe>
    Sort groups on user index page alphabetically.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21673">issue 21673</a>)
710 711 712
  <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 已提交
713 714 715
  <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 已提交
716 717 718
  <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>)
719 720 721
  <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>)
722 723 724
  <li class=bug>
    TestObject doesn't replace '%' character
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21707">issue 21707</a>)
725 726
  <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 已提交
727
</ul>
728
<h3><a name=v1.550>What's new in 1.550</a> (2014/02/09)</h3>
K
Kohsuke Kawaguchi 已提交
729 730 731 732
<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>)
733 734 735
  <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 已提交
736
</ul>
737
<h3><a name=v1.549>What's new in 1.549</a> (2014/01/25)</h3>
K
Kohsuke Kawaguchi 已提交
738
<ul class=image>
K
Kohsuke Kawaguchi 已提交
739 740 741
  <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>)
742 743 744
  <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 已提交
745 746
  <li class=bug>
    Broken CSS when reloading Jenkins after a time of inactivity
O
Oliver Gondža 已提交
747
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17526">issue 17526</a>)
O
Oleg Nenashev 已提交
748 749 750
  <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 已提交
751
</ul>
752
<h3><a name=v1.548>What's new in 1.548</a> (2014/01/20)</h3>
K
Kohsuke Kawaguchi 已提交
753
<ul class=image>
754 755 756
  <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>)
757 758 759 760 761
  <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>)
762
  <li class=bug>
763 764
    <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>)
765 766 767
  <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>)
768
  <li class=bug>
769 770
    <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>)
771 772 773
  <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>)
774 775 776
  <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 已提交
777
</ul>
778
<h3><a name=v1.547>What's new in 1.547</a> (2014/01/12)</h3>
K
Kohsuke Kawaguchi 已提交
779
<ul class=image>
780 781
  <li class=rfe>
    Split Windows slave functionality into its own plugin.
782 783 784
  <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 已提交
785 786 787
  <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 已提交
788
</ul>
789
<h3><a name=v1.546>What's new in 1.546</a> (2014/01/06)</h3>
K
Kohsuke Kawaguchi 已提交
790
<ul class=image>
791 792 793
  <li class="major bug">
    Builds disappear after renaming a job.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18678">issue 18678</a>)
794 795 796
  <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>)
797 798 799
  <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>)
800 801 802
  <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 已提交
803
</ul>
K
Kohsuke Kawaguchi 已提交
804
<h3><a name=v1.545>What's new in 1.545</a> (2013/12/31)</h3>
K
Kohsuke Kawaguchi 已提交
805
<ul class=image>
806 807 808
  <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>)
809 810 811
  <li class=bug>
    Better robustness against XML deserialization errors.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21024">issue 21024</a>)
812 813 814
  <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>)
815 816 817
  <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 已提交
818
</ul>
K
Kohsuke Kawaguchi 已提交
819
<h3><a name=v1.544>What's new in 1.544</a> (2013/12/15)</h3>
K
Kohsuke Kawaguchi 已提交
820
<ul class=image>
O
Oliver Gondža 已提交
821 822 823
  <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 已提交
824 825 826
  <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 已提交
827 828 829
  <li class=rfe>
    Added filter field for installed plugins tab.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20219">issue 20219</a>)
830 831 832
  <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>)
833 834 835
  <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 已提交
836 837 838
  <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 已提交
839 840 841
  <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 已提交
842 843 844
  <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>)
845 846 847
</ul>
<h3><a name=v1.543>What's new in 1.543</a> (2013/12/10)</h3>
<ul class=image>
K
Kohsuke Kawaguchi 已提交
848 849 850 851
  <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 已提交
852
<h3><a name=v1.542>What's new in 1.542</a> (2013/12/02)</h3>
K
Kohsuke Kawaguchi 已提交
853
<ul class=image>
K
Kohsuke Kawaguchi 已提交
854 855 856
  <li class=bug>
    Improved error diagnosis for jzlib deflate problem.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20618">issue 20618</a>)
857 858 859
  <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 已提交
860 861 862
  <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 已提交
863 864 865
  <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 已提交
866 867
  <li class="major bug">
    Jenkins 1.540 just doesn't boot on Windows at all.
868
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20630">issue 20630</a>)
K
Kohsuke Kawaguchi 已提交
869
</ul>
K
Kohsuke Kawaguchi 已提交
870
<h3><a name=v1.541>What's new in 1.541</a> (2013/11/24)</h3>
K
Kohsuke Kawaguchi 已提交
871
<ul class=image>
872 873 874
  <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 已提交
875 876 877
  <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 已提交
878 879 880
  <li class=bug>
    Fixed "java.lang.NoClassDefFoundError: JarURLConnection" on OpenJDK
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20163">issue 20163</a>)
881 882 883
  <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>)
884 885 886
  <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 已提交
887 888 889
  <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 已提交
890
</ul>
K
Kohsuke Kawaguchi 已提交
891
<h3><a name=v1.540>What's new in 1.540</a> (2013/11/17)</h3>
K
Kohsuke Kawaguchi 已提交
892
<ul class=image>
K
Kohsuke Kawaguchi 已提交
893 894 895
  <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 已提交
896
  <li class=bug>
O
Olivier Lamy 已提交
897
    hudson appears in a the webpage title.
O
Olivier Lamy 已提交
898
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14380">issue 14380</a>)
899 900 901
  <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 已提交
902 903 904
  <li class=rfe>
    Add Test button to check proxy connection
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20191">issue 20191</a>)
905 906
  <li class=rfe>
    Collect and report JVM crash dump files to assist trouble-shooting
907 908 909
  <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 已提交
910 911 912
  <li class=rfe>
    Show different “up” link for jobs in folders.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20106">issue 20106</a>)
913 914 915
  <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>)
916
  <li class='major bug'>
K
Kohsuke Kawaguchi 已提交
917 918
    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>)
919
  <li class=bug>
D
Daniel Beck 已提交
920
    Fixed error during installation of .deb package (/var/run/jenkins doesn't exists)
921
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20407">issue 20407</a>)
V
Vojtech Juranek 已提交
922 923 924
  <li class=bug>
    Global search box now remembers entered text
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18192">issue 18192</a>)
925 926 927 928
  <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 已提交
929 930 931
  <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>)
932 933 934 935 936 937 938 939 940 941 942 943
  <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 已提交
944
</ul>
K
Kohsuke Kawaguchi 已提交
945
<h3><a name=v1.539>What's new in 1.539</a> (2013/11/11)</h3>
K
Kohsuke Kawaguchi 已提交
946 947 948 949 950 951 952
<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 已提交
953
<h3><a name=v1.538>What's new in 1.538</a> (2013/11/03)</h3>
K
Kohsuke Kawaguchi 已提交
954
<ul class=image>
K
Kohsuke Kawaguchi 已提交
955 956 957 958
  <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 已提交
959 960 961
  <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 已提交
962 963 964
  <li class=rfe>
    Test failure summary appearance is improved.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19884">issue 19884</a>)
965 966 967
  <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 已提交
968 969 970
  <li class=rfe>
    Improved the /cli help screen. 
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20023">issue 20023</a>)
K
Kohsuke Kawaguchi 已提交
971
  <li class=bug>
972
    Polling-triggered jobs get scheduled en-mass on start-up if slaves aren't online yet.
K
Kohsuke Kawaguchi 已提交
973
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8408">issue 8408</a>)
K
Kohsuke Kawaguchi 已提交
974 975 976
  <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 已提交
977 978 979
  <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 已提交
980
  <li class=bug>
D
Daniel Beck 已提交
981
    Fixed a bug in the compatibility transformer (since 1.527) that causes <tt>VerifyError</tt> in Ivy plugin and possibly others.
K
Kohsuke Kawaguchi 已提交
982
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19383">issue 19383</a>)
983 984
  <li class=bug>
    Pass full list of all possible jobs to ViewJobFilter when recurse option is set
985
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20143">issue 20143</a>)
986 987 988
  <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>)
989 990 991
  <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>)
992
  </li>
K
Kohsuke Kawaguchi 已提交
993
</ul>
K
Kohsuke Kawaguchi 已提交
994
<h3><a name=v1.537>What's new in 1.537</a> (2013/10/27)</h3>
K
Kohsuke Kawaguchi 已提交
995
<ul class=image>
996 997 998
  <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>)
999 1000 1001
  <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>)
1002 1003 1004
  <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>)
1005 1006 1007
  <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>)
1008 1009
  <li class=bug>
    “Run a build” link in page shown when no workspace existed for a job was not functional; unlinking.
1010 1011 1012
  <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 已提交
1013 1014 1015
  <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 已提交
1016
</ul>
K
Kohsuke Kawaguchi 已提交
1017
<h3><a name=v1.536>What's new in 1.536</a> (2013/10/20)</h3>
K
Kohsuke Kawaguchi 已提交
1018
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1019 1020 1021
  <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 已提交
1022 1023 1024
  <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>)
1025 1026 1027
  <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>)
1028
  <li class='major bug'>
1029 1030 1031
    Stapler error saving certain kinds of configuration.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18629">issue 18629</a>)
  <li class='major bug'>
1032 1033 1034 1035 1036 1037
    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>)
1038 1039 1040
  <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 已提交
1041
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19945">issue 19945</a>)
1042 1043
  <li class='major rfe'>
    Executor threads are now created only on demand.
K
Kohsuke Kawaguchi 已提交
1044
</ul>
K
Kohsuke Kawaguchi 已提交
1045
<h3><a name=v1.535>What's new in 1.535</a> (2013/10/14)</h3>
K
Kohsuke Kawaguchi 已提交
1046
<ul class=image>
1047 1048 1049 1050 1051 1052
  <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>)
1053 1054 1055
  <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 已提交
1056 1057
  <li class='rfe'>
    Split matrix authorization strategies into an independent plugin.
1058 1059
  <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.
1060 1061 1062
  <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>)
1063 1064 1065 1066
  <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>
1067 1068
    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>)
1069 1070 1071 1072 1073
  <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 已提交
1074 1075 1076
  <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 已提交
1077 1078 1079
  <li class=rfe>
    Visualize queued jobs in view.
    (<a href="https://github.com/jenkinsci/jenkins/pull/531">pull request 531</a>)
K
Kohsuke Kawaguchi 已提交
1080
</ul>
K
Kohsuke Kawaguchi 已提交
1081
<h3><a name=v1.534>What's new in 1.534</a> (2013/10/07)</h3>
K
Kohsuke Kawaguchi 已提交
1082
<ul class=image>
1083 1084 1085
  <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 已提交
1086 1087 1088
  <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>)
1089 1090 1091
  <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>)
1092 1093 1094
  <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>)
1095 1096 1097
  <li class='rfe'>
    Added postCheckout method for SCMs
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19740">issue 19740</a>)
K
Kohsuke Kawaguchi 已提交
1098
</ul>
1099
<h3><a name=v1.533>What's new in 1.533</a> (2013/09/29)</h3>
K
Kohsuke Kawaguchi 已提交
1100
<ul class=image>
J
Jesse Glick 已提交
1101 1102 1103
  <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 已提交
1104
</ul>
1105
<h3><a name=v1.532>What's new in 1.532</a> (2013/09/23)</h3>
K
Kohsuke Kawaguchi 已提交
1106
<ul class=image>
1107 1108 1109
  <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 已提交
1110 1111 1112
  <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 已提交
1113 1114 1115
  <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 已提交
1116 1117 1118
  <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>)
1119 1120 1121
  <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>)
1122 1123 1124
  <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 已提交
1125 1126 1127
  <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 已提交
1128
</ul>
1129
<h3><a name=v1.531>What's new in 1.531</a> (2013/09/16)</h3>
K
Kohsuke Kawaguchi 已提交
1130
<ul class=image>
1131 1132 1133
  <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>)
1134 1135 1136
  <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 已提交
1137 1138 1139
  <li class=bug>
    Identify user agent for Internet Explorer 11.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19171">issue 19171</a>)
1140 1141 1142
  <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>)
1143 1144 1145
  <li class=bug>
    Robustness against truncated fingerprint files.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19515">issue 19515</a>)
K
Kohsuke Kawaguchi 已提交
1146 1147 1148
  <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>)
1149 1150 1151
  <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 已提交
1152 1153 1154
  <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 已提交
1155
</ul>
1156
<h3><a name=v1.530>What's new in 1.530</a> (2013/09/09)</h3>
K
Kohsuke Kawaguchi 已提交
1157
<ul class=image>
1158 1159 1160
  <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>)
1161 1162 1163 1164 1165 1166
  <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>)
1167 1168 1169
  <li class='major bug'>
    404s from Javadoc and HTML Publisher plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19168">issue 19168</a>)
1170 1171 1172
  <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 已提交
1173
</ul>
1174
<h3><a name=v1.529>What's new in 1.529</a> (2013/08/26)</h3>
K
Kohsuke Kawaguchi 已提交
1175
<ul class=image>
O
Olivier Lamy 已提交
1176 1177
  <li class=rfe>
      With Apache Maven 3.1 build, logging configuration from the Apache Maven distribution is not used.
O
Olivier Lamy 已提交
1178 1179
  <li class=rfe>
      Avoid log duplication with Apache Maven 3.1 builds
1180 1181 1182
  <li class=bug>
    Ungraceful handling of empty matrix project axes.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19135">issue 19135</a>)
1183 1184
  <li class=bug>
    Updated Groovy to 1.8.9 to avoid <a href="http://jira.codehaus.org/browse/GROOVY-4292">GROOVY-4292</a>.
1185 1186 1187
  <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>)
1188 1189 1190
  <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>)
1191 1192 1193
  <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 已提交
1194
</ul>
1195
<h3><a name=v1.528>What's new in 1.528</a> (2013/08/18)</h3>
K
Kohsuke Kawaguchi 已提交
1196
<ul class=image>
1197 1198
  <li class=rfe>
    Command line now supports "--sessionTimeout" option for controlling session timeout
K
Kohsuke Kawaguchi 已提交
1199 1200 1201
  <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>)
1202 1203 1204
  <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 已提交
1205 1206 1207
  <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>)
1208 1209
  <li class=rfe>
    Use Guice from Google rather than a fork
V
Vojtech Juranek 已提交
1210 1211 1212
  <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 已提交
1213
</ul>
1214
<h3><a name=v1.527>What's new in 1.527</a> (2013/08/12)</h3>
K
Kohsuke Kawaguchi 已提交
1215
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1216 1217 1218 1219 1220 1221
  <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 已提交
1222 1223 1224
  <li class=rfe>
    Improve search to locate items inside folders.
    (<a href="https://github.com/jenkinsci/jenkins/pull/848">pull request 848</a>)
1225
    (<a href="https://github.com/jenkinsci/jenkins/pull/893">pull request 893</a>)
1226 1227 1228
  <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>)
1229 1230 1231
  <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 已提交
1232
</ul>
1233
<h3><a name=v1.526>What's new in 1.526</a> (2013/08/05)</h3>
K
Kohsuke Kawaguchi 已提交
1234
<ul class=image>
C
christ66 已提交
1235 1236 1237
  <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 已提交
1238 1239 1240
  <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>)
1241
  <li class=bug>
J
Typo.  
Jesse Glick 已提交
1242
    Maven build failure wasn't describing errors like Maven CLI does.
1243
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15025">issue 15025</a>)
1244 1245 1246
  <li class=bug>
    <code>MavenModuleSetBuild.getResult</code> is expensive.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18895">issue 18895</a>)
1247 1248 1249 1250 1251 1252
  <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 已提交
1253
  <li class=rfe>
1254
    Added a new monitor that detects and fixes out-of-order builds records.
K
Kohsuke Kawaguchi 已提交
1255
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18289">issue 18289</a>)
1256 1257 1258
  <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 已提交
1259 1260 1261
  <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 已提交
1262 1263 1264
  <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 已提交
1265 1266 1267
  <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>)
1268 1269 1270
  <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>)
1271 1272 1273
  <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>)
1274 1275 1276
  <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 已提交
1277 1278 1279
  <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>)
1280 1281 1282
  <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>)
1283 1284 1285
  <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>)
1286 1287
  <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 已提交
1288 1289 1290
  <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 已提交
1291 1292 1293
  <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 已提交
1294
</ul>
1295 1296
<h3><a name=v1.525>What's new in 1.525</a> (2013/07/29)</h3>
<p>Same as 1.524; botched release.</p>
1297
<h3><a name=v1.524>What's new in 1.524</a> (2013/07/23)</h3>
K
Kohsuke Kawaguchi 已提交
1298
<ul class=image>
1299 1300 1301
  <li class=bug>
    Clock Difference broken on Manage Nodes page
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18671">issue 18671</a>)
1302 1303 1304
  <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>)
1305 1306 1307
  <li class=bug>
    NPE in MavenFingerprinter.getArtifactRepositoryMaven21.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18441">issue 18441</a>)
1308 1309
  <li class=rfe>
    More reliability improvement in remote slave reconnection.
D
Daniel Beck 已提交
1310 1311 1312
  <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 已提交
1313
</ul>
1314
<h3><a name=v1.523>What's new in 1.523</a> (2013/07/14)</h3>
K
Kohsuke Kawaguchi 已提交
1315 1316 1317 1318 1319
<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>
1320
<h3><a name=v1.522>What's new in 1.522</a> (2013/07/06)</h3>
K
Kohsuke Kawaguchi 已提交
1321
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1322 1323 1324
  <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 已提交
1325 1326 1327
  <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 已提交
1328 1329 1330
  <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 已提交
1331 1332 1333
  <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>)
1334 1335 1336
  <li class=bug>
    Deadlock during Maven builds Parsing POM step
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15846">issue 15846</a>)
1337 1338
  <li class=bug>
    If every node is restricted to tied jobs only, Matrix build jobs can never start.
K
Kohsuke Kawaguchi 已提交
1339
</ul>
1340
<h3><a name=v1.521>What's new in 1.521</a> (2013/07/02)</h3>
K
Kohsuke Kawaguchi 已提交
1341
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1342 1343 1344
  <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 已提交
1345 1346 1347
  <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 已提交
1348 1349 1350 1351 1352
  <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 已提交
1353 1354 1355
  <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 已提交
1356 1357 1358
  <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 已提交
1359 1360 1361
  <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 已提交
1362 1363
  <li class=bug>
    Edited description wasn't reflected when pressing the "Apply" button.
1364 1365 1366 1367 1368
    (<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>)
1369 1370
  <li class=rfe>
    Revisited the extension point added in 1.519 that adds custom plexus components.
1371
</ul>
1372
<h3><a name=v1.520>What's new in 1.520</a> (2013/06/25)</h3>
K
Kohsuke Kawaguchi 已提交
1373
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1374
  <li class=bug>
J
Typo.  
Jesse Glick 已提交
1375
    Slave launch thread should have the background activity credential.
K
Kohsuke Kawaguchi 已提交
1376
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15578">issue 15578</a>)
1377 1378 1379
  <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 已提交
1380 1381 1382
  <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>)
1383 1384 1385
  <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>)
1386 1387 1388
  <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 已提交
1389 1390 1391
  <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>)
1392 1393 1394
  <li class=bug>
    Fixed file descriptor leak in fingerprint computation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18351">issue 18351</a>)
1395 1396 1397
  <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>)
1398 1399
  <li class=rfe>
    Added a new extension point to monitor the flow of stuff in the queue.
K
Kohsuke Kawaguchi 已提交
1400 1401 1402
  <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>)
1403 1404
  <li class=rfe>
    Possible to create a custom <code>AbstractDiskSpaceMonitor</code>.
1405 1406 1407
  <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>)
1408 1409 1410 1411
  <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.
1412 1413 1414 1415
  <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>)
1416 1417 1418
  <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>)
1419 1420 1421 1422
  <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>)
1423 1424 1425 1426 1427 1428
  <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 已提交
1429
</ul>
1430
<h3><a name=v1.519>What's new in 1.519</a> (2013/06/17)</h3>
K
Kohsuke Kawaguchi 已提交
1431
<ul class=image>
J
Jesse Glick 已提交
1432 1433 1434
  <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>)
1435 1436 1437
  <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 已提交
1438 1439 1440
  <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>)
1441 1442
  <li class='rfe'>
    Improved the tracking of queued jobs and their eventual builds in the REST API.
1443 1444 1445
  <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>)
1446 1447
  <li class='rfe'>
    Added a new extension point to contribute custom plexus components into Maven for the maven project type.
K
Kohsuke Kawaguchi 已提交
1448 1449 1450
  <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 已提交
1451
</ul>
1452
<h3><a name=v1.518>What's new in 1.518</a> (2013/06/11)</h3>
K
Kohsuke Kawaguchi 已提交
1453
<ul class=image>
J
Jesse Glick 已提交
1454 1455 1456
  <li class=bug>
    NPE in <code>DefaultMatrixExecutionStrategyImpl.waitForCompletion</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18024">issue 18024</a>)
1457 1458 1459
  <li class=bug>
    Optimizations in fingerprint recording.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16301">issue 16301</a>)
1460 1461 1462
  <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>)
1463 1464 1465
  <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>)
1466 1467 1468
  <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>)
1469 1470
  <li class=bug>
    Do not fail startup in case <code>ListView.includeRegex</code> was syntactically malformed.
1471 1472 1473
  <li class=bug>
    CSS stylesheets misrendered in Chrome due to caching.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17684">issue 17684</a>)
1474 1475 1476
  <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>)
1477 1478 1479
  <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 已提交
1480
</ul>
1481
<h3><a name=v1.517>What's new in 1.517</a> (2013/06/02)</h3>
K
Kohsuke Kawaguchi 已提交
1482
<ul class=image>
1483 1484 1485
  <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 已提交
1486 1487 1488
  <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>)
1489 1490 1491
  <li class=rfe>
    Add support for scalatest-maven-plugin.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18086">issue 18086</a>)
1492 1493 1494
  <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>)
1495 1496 1497
  <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 已提交
1498 1499 1500
  <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>)
1501 1502 1503 1504
  <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 已提交
1505
</ul>
1506
<h3><a name=v1.516>What's new in 1.516</a> (2013/05/27)</h3>
K
Kohsuke Kawaguchi 已提交
1507
<ul class=image>
1508 1509 1510
  <li class=bug>
    NPE from <code>Run.getDynamic</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17935">issue 17935</a>)
1511 1512 1513
  <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>)
1514 1515 1516
  <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>)
1517 1518 1519
  <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 已提交
1520
</ul>
1521
<h3><a name=v1.515>What's new in 1.515</a> (2013/05/18)</h3>
K
Kohsuke Kawaguchi 已提交
1522
<ul class=image>
O
Olivier Lamy 已提交
1523
  <li class=rfe>
1524 1525 1526
    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 已提交
1527
     (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17858">issue 17858</a>)
I
imod 已提交
1528
  <li class=rfe>
O
Olivier Lamy 已提交
1529 1530
    mark maven settings / global settings as default for new jobs
     (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17723">issue 17723</a>)
1531 1532 1533
  <li class=bug>
    Display Name is not shown.
     (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17715">issue 17715</a>)
1534 1535 1536
  <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>)
1537 1538 1539
  <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 已提交
1540 1541 1542
  <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>)
1543 1544 1545
  <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>)
1546 1547 1548
  <li class=rfe>
    Allow the combination filter to accept parameter values.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7285">issue 7285</a>)
1549 1550 1551
  <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 已提交
1552
</ul>
1553
<h3><a name=v1.514>What's new in 1.514</a> (2013/05/01)</h3>
K
Kohsuke Kawaguchi 已提交
1554
<ul class=image>
1555 1556
  <li class=rfe>
    Added a new <tt>set-build-parameter</tt> command that can update a build variable from within a build.
1557 1558
  <li class=rfe>
    Can use <code>-Dhudson.udp=-1</code> to disable UDP broadcast without showing an ugly exception.
1559 1560 1561
  <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>)
1562
  <li class='major bug'>
1563
    Mitigation of exception from fingerprinting in a Maven project when a parent POM could not be located.
1564
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17775">issue 17775</a>)
1565 1566 1567
  <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 已提交
1568 1569 1570
  <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>)
1571 1572 1573
  <li class='major bug'>
    NPE configuring Copy Artifact with Maven jobs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17402">issue 17402</a>)
1574 1575
  <li class=rfe>
    <code>/about</code> now links to license information for plugins as well.
J
Jesse Glick 已提交
1576 1577
  <li class=rfe>
    Updated bundled plugins.
K
Kohsuke Kawaguchi 已提交
1578
</ul>
1579
<h3><a name=v1.513>What's new in 1.513</a> (2013/04/28)</h3>
K
Kohsuke Kawaguchi 已提交
1580
<ul class=image>
1581 1582
  <li class=rfe>
    Slave status monitor page shows when the data is last obtained
1583 1584
  <li class=rfe>
    Delete button to highlight what it is going to delete.
J
Jesse Glick 已提交
1585 1586 1587
  <li class=bug>
    <code>StringIndexOutOfBoundsException</code> in <code>PackageResult.findCorrespondingResult</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17721">issue 17721</a>)
1588 1589 1590
  <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>)
1591 1592 1593
  <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 已提交
1594 1595 1596 1597 1598 1599 1600 1601 1602
  <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 已提交
1603
</ul>
1604
<h3><a name=v1.512>What's new in 1.512</a> (2013/04/21)</h3>
K
Kohsuke Kawaguchi 已提交
1605
<ul class=image>
1606
  <li class=rfe>
J
Jesse Glick 已提交
1607 1608
    Views can now include jobs located within folders.
    (<a href="https://github.com/jenkinsci/jenkins/pull/757">pull 757</a>)
1609 1610 1611
  <li class=rfe>
    Added confirmation dialog before reloading configuration from disk.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15340">issue 15340</a>)
1612 1613
  <li class=rfe>
    Switched confirmation before deleting jobs or wiping out workspace to a dialog.
1614 1615 1616
  <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 已提交
1617 1618
  <li class=rfe>
    Check the view name with ajax.
1619 1620 1621
  <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>)
1622 1623 1624
  <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>)
1625 1626 1627
  <li class=bug>
    ”My Views" links leads to 404 Not Found.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17317">issue 17317</a>)
1628 1629 1630
  <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 已提交
1631 1632 1633
  <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 已提交
1634 1635 1636
  <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 已提交
1637
</ul>
1638
<h3><a name=v1.511>What's new in 1.511</a> (2013/04/14)</h3>
K
Kohsuke Kawaguchi 已提交
1639
<ul class=image>
1640 1641 1642
  <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>)
1643 1644 1645
  <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>)
1646 1647 1648
  <li class=rfe>
    Better display of parameters in queue items.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17454">issue 17454</a>)
1649 1650 1651
  <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 已提交
1652
</ul>
1653
<h3><a name=v1.510>What's new in 1.510</a> (2013/04/06)</h3>
K
Kohsuke Kawaguchi 已提交
1654
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1655 1656 1657
  <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>)
1658 1659 1660 1661
  <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>)
1662 1663 1664
  <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 已提交
1665 1666 1667
  <li class=bug>
    Improved UI for implicitly locked builds.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10197">issue 10197</a>)
1668 1669 1670
  <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 已提交
1671 1672 1673
  <li class=rfe>
    Promote the use of 'H' in cron.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17311">issue 17311</a>)
1674 1675 1676
  <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 已提交
1677
</ul>
1678
<h3><a name=v1.509>What's new in 1.509</a> (2013/04/02)</h3>
K
Kohsuke Kawaguchi 已提交
1679
<ul class=image>
1680 1681 1682
  <li class='major bug'>
    Heavy thread congestion saving fingerprints.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13154">issue 13154</a>)
1683
  <li class=rfe>
J
Jesse Glick 已提交
1684 1685
    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>)
1686 1687 1688
  <li class=rfe>
    Better report file deletion failures.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17271">issue 17271</a>)
1689 1690 1691
  <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>)
1692 1693 1694
  <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 已提交
1695 1696 1697
  <li class='major rfe'>
    Performance improvement in master/slave communication throughput
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7813">issue 7813</a>)
1698 1699 1700 1701 1702 1703
  <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>)
1704 1705 1706
  <li class=bug>
    View name should not allow "..".    
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16608">issue 16608</a>)
K
Kohsuke Kawaguchi 已提交
1707
</ul>
1708
<h3><a name=v1.508>What's new in 1.508</a> (2013/03/25)</h3>
K
Kohsuke Kawaguchi 已提交
1709 1710 1711 1712 1713
<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>
1714
<h3><a name=v1.507>What's new in 1.507</a> (2013/03/24)</h3>
K
Kohsuke Kawaguchi 已提交
1715
<ul class=image>
1716 1717 1718 1719
  <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 已提交
1720 1721 1722
  <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 已提交
1723 1724 1725
  <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>)
1726 1727 1728
  <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 已提交
1729 1730 1731
  <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 已提交
1732 1733 1734
  <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>)
1735 1736 1737
  <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 已提交
1738
</ul>
1739
<h3><a name=v1.506>What's new in 1.506</a> (2013/03/17)</h3>
K
Kohsuke Kawaguchi 已提交
1740
<ul class=image>
1741 1742 1743
  <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>)
1744 1745 1746
  <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>)
1747 1748 1749
  <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>)
1750 1751 1752
  <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>)
1753 1754 1755
  <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>)
1756 1757 1758
  <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 已提交
1759 1760 1761
  <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 已提交
1762
  <li class=rfe>
J
Jesse Glick 已提交
1763
    Improved the request handling performance (where the file lookup is expensive, such as on NFS).
K
Kohsuke Kawaguchi 已提交
1764
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16606">issue 16606</a>)
1765 1766
  <li class=rfe>
    Windows symbolic support on Java5/6.
1767 1768
  <li class=rfe>
    Improved the duration browsers cache static resources.
K
Kohsuke Kawaguchi 已提交
1769
</ul>
1770
<h3><a name=v1.505>What's new in 1.505</a> (2013/03/10)</h3>
K
Kohsuke Kawaguchi 已提交
1771
<ul class=image>
J
Jesse Glick 已提交
1772 1773 1774
  <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>)
1775 1776 1777
  <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 已提交
1778 1779 1780
  <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>)
1781 1782 1783 1784 1785 1786
  <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 已提交
1787 1788 1789
  <li class=bug>
    Absolute URLs in console output
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16368">issue 16368</a>)
1790
  <li class=bug>
1791
    Revert ampersand encoding which can cause backward incompatibility issue
1792
    (<a href="https://github.com/jenkinsci/jenkins/pull/683">pull 683</a>)
1793 1794 1795
  <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 已提交
1796 1797 1798
  <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 已提交
1799
</ul>
1800
<h3><a name=v1.504>What's new in 1.504</a> (2013/03/03)</h3>
K
Kohsuke Kawaguchi 已提交
1801
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1802 1803 1804
  <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>)
1805 1806 1807
  <li class='major bug'>
    Maven 3.0.5 upgrade.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16965">issue 16965</a>)
1808 1809 1810
  <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>)
1811 1812 1813
  <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>)
1814 1815 1816
  <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>)
1817 1818 1819
  <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>)
1820 1821 1822
  <li class=bug>
    Maven2 builds with non-standard test plugins failed.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16928">issue 16928</a>)
1823 1824 1825
  <li class=rfe>
    Started bundling XStream 1.4.4
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12542">issue 12542</a>)
1826 1827 1828
  <li class=rfe>
    Significant improvement in Traditional Chinese localizations.
    (<a href="https://github.com/jenkinsci/jenkins/pull/716">pull 716</a>)
K
Kohsuke Kawaguchi 已提交
1829
</ul>
1830
<h3><a name=v1.503>What's new in 1.503</a> (2013/02/26)</h3>
1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 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
<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 已提交
1873
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1874 1875 1876
  <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 已提交
1877 1878 1879
  <li class='major bug'>
    Builds disappear from build history after completion.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15156">issue 15156</a>)
1880 1881 1882
  <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>)
1883 1884 1885 1886 1887 1888 1889 1890
  <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 已提交
1891
</ul>
1892
<h3><a name=v1.501>What's new in 1.501</a> (2013/02/10)</h3>
K
Kohsuke Kawaguchi 已提交
1893
<ul class=image>
1894 1895 1896
  <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>)
1897 1898 1899
  <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>)
1900 1901 1902
  <li class='major bug'>
    Restored Java 5 compatibility.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16554">issue 16554</a>)
1903 1904 1905
  <li class=bug>
    Bogus “Build Record Root Directory” inadequately diagnosed.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16457">issue 16457</a>)
1906 1907 1908
  <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>)
1909 1910 1911
  <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>)
1912 1913
  <li class=bug>
    API typo <code>DependecyDeclarer</code> corrected.
J
Jesse Glick 已提交
1914 1915 1916
  <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>)
1917 1918 1919
  <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 已提交
1920 1921 1922
  <li class=bug>
    Fixed RememberMe cookie signature generation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16278">issue 16278</a>)
1923 1924 1925
  <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 已提交
1926
    
K
Kohsuke Kawaguchi 已提交
1927
</ul>
1928
<h3><a name=v1.500>What's new in 1.500</a> (2013/01/26)</h3>
1929
<ul class=image>
1930 1931
  <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 已提交
1932 1933 1934
  <li class=rfe>
    Enable transparent log decompression support.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13655">issue 13655</a>)
1935 1936 1937
  <li class=rfe>
    Display authorities at <code>/user/*</code> for convenience.
    (<a href="https://github.com/jenkinsci/jenkins/pull/577">pull 577</a>)
1938
  <li class=bug>
1939 1940
    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>)
1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974
  <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>)
1975
</ul>
1976
<h3><a name=v1.499>What's new in 1.499</a> (2013/01/13)</h3>
1977 1978 1979 1980 1981
<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>
1982
<h3><a name=v1.498>What's new in 1.498</a> (2013/01/07)</h3>
K
Kohsuke Kawaguchi 已提交
1983 1984 1985 1986 1987
<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>
1988
<h3><a name=v1.497>What's new in 1.497</a> (2013/01/06)</h3>
K
Kohsuke Kawaguchi 已提交
1989 1990 1991 1992 1993
<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 已提交
1994 1995 1996 1997 1998 1999

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

</body>
</html>