changelog.html 139.8 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="//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="//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="//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
View ratings below, and click one of the icons next to your version to provide your input.
</div>

D
Daniel Beck 已提交
51
<a href="" onClick="document.getElementById('trunk').style.display='block';return false">
K
Kohsuke Kawaguchi 已提交
52 53 54 55 56
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=-->
57 58 59 60 61
<ul class=image>
  <li class=>
</ul>
</div><!--=TRUNK-END=-->
<h3><a name=v1.613>What's new in 1.613</a> (2015/05/10)</h3>
62 63 64 65
<ul class=image>
  <li class=>
</ul>
<h3><a name=v1.613>What's new in 1.613</a> (2015/05/10)</h3>
66
<ul class=image>
O
Oleg Nenashev 已提交
67 68 69
  <li class=bug>
    Update bundled LDAP plugin in order to restore missing help files
    (<a href="https://github.com/jenkinsci/jenkins/pull/1682">PR 1682</a>)
O
Oleg Nenashev 已提交
70 71 72
  <li class=bug>
    hudson.model.Run.getLog() throws IndexOutOfBoundsException when called with maxLines=0
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27441">issue 27441</code>)
73 74
</ul>
<h3><a name=v1.612>What's new in 1.612</a> (2015/05/03)</h3>
75
<ul class=image>
76 77 78 79
  <li class=rfe>
    <strong>Jenkins now requires Java 7</strong>.
    (<a href="http://jenkins-ci.org/content/good-bye-java6">announcement</a>,
    <a href="https://issues.jenkins-ci.org/browse/JENKINS-28120">issue 28120</a>)
K
Kanstantsin Shautsou 已提交
80 81 82
  <li class=bug>
    Handle AbortException publisher status in the same way as deprecated false boolean status
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26964">issue 26964</a>)
83 84 85
  <li class=bug>
    Ensures GlobalSettingsProvider does not swallow fatal exceptions
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26604">issue 26604</a>)
86 87 88
  <li class=rfe>
     add datestamp to node-offline message
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23917">issue 23917</a>)
89 90 91
  <li class=rfe>
    Larger minimum popup menu height.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27067">issue 27067</a>)
92 93 94
  <li class=bug>
    <code>Descriptor.getId</code> fix in 1.610 introduced regressions affecting at least the Performance and NodeJS plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-28093">issue 28093</a> and <a href="https://issues.jenkins-ci.org/browse/JENKINS-28110">issue 28110</a>)
S
Stephen Connolly 已提交
95 96 97
  <li class=bug>
    Under rare conditions Executor.getProgress() can throw a Division by zero exception.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-28115">issue 28115</a>)
S
Stephen Connolly 已提交
98 99 100 101
  <li class=bug>
    The Run from the command line option for launching a JNLP slave should display the
    configured JVM options.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-28111">issue 28111</a>)
102 103
</ul>
<h3><a name=v1.611>What's new in 1.611</a> (2015/04/26)</h3>
104
<ul class=image>
105 106 107
  <li class=bug>
    <code>Descriptor.getId</code> fix in 1.610 introduced a regression affecting at least the Copy Artifacts plugin.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-28011">issue 28011</a>)
108 109 110
  <li class=bug>
    Search box did not work well inside folders.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24433">issue 24433</a>)
O
Oleg Nenashev 已提交
111 112 113
  <li class="major bug">
    Revert changes in 1.610 made to resolve <a href="https://issues.jenkins-ci.org/browse/JENKINS-10629">issue 10629</a>. 
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-28012">issue 28012</a>, <a href="https://issues.jenkins-ci.org/browse/JENKINS-28013">issue 28013</a>)
K
Kohsuke Kawaguchi 已提交
114 115 116
  <li class=rfe>
    Advertise JNLP slave agents to the correct host name, even in the presence of a reverse proxy.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27218">issue 27218</a>)
117 118
  <li class=rfe>
    Advertised TCP slave agent port number is made tweakable.
S
Stephen Connolly 已提交
119 120 121
  <li class=bug>
    Correctly identify Channel listener onClose propagated exceptions
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-28062">issue 28062</a>
122 123
</ul>
<h3><a name=v1.610>What's new in 1.610</a> (2015/04/19)</h3>
124
<ul class=image>
J
Jesse Glick 已提交
125 126 127
  <li class=bug>
    Since 1.598 overrides of <code>Descriptor.getId</code> were not correctly handled by form binding, breaking at least the CloudBees Templates plugin.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26781">issue 26781</a>)
128
  <li class=bug>
O
Oleg Nenashev 已提交
129
    <b>Reverted in 1.611</b>. Archiving of large artifacts. Tar implementation cannot handle files having a size >8GB.
130
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10629">issue 10629</a>)
D
Daniel Beck 已提交
131 132 133 134
  <li class=bug>
    The queue state was not updated between scheduling builds.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27708">issue 27708</a>,
    <a href="https://issues.jenkins-ci.org/browse/JENKINS-27871">issue 27871</a>)
135 136
</ul>
<h3><a name=v1.609>What's new in 1.609</a> (2015/04/12)</h3>
137
<ul class=image>
138 139 140 141
  <li class=bug>
    When concurrent builds are enabled, artifact retention policy may delete artifact being 
    used by an actually running build.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27836">issue 27836</a>)
142 143 144
  <li class=bug>
    Documentation for $BUILD_ID did not reflect current reality
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26520">issue 26520</a>)
145 146
</ul>
<h3><a name=v1.608>What's new in 1.608</a> (2015/04/05)</h3>
147
<ul class=image>
O
Oliver Gondža 已提交
148 149 150 151 152 153 154
  <li class=bug>
    PeepholePermalink RunListenerImpl oncompleted should be triggered before downstream builds are triggered.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20989">issue 20989</a>)
  <li class=bug>
    NPE when /script used on offline slave.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26751">issue 26751</a>)
  <li class=rfe>
155
    Make periodic workspace cleanup configurable through system properties.
O
Oliver Gondža 已提交
156
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21322">issue 21322</a>)
D
Daniel Beck 已提交
157 158 159 160 161 162
  <li class=bug>
    Do not offer to restart on /restart and /safeRestart if the configuration does not support it.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27414">issue 27414</a>)
  <li class=rfe>
    Polling was skipped while quieting down, resulting in ignored commit notifications. This behavior was changed.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26208">issue 26208</a>)
163
  <li class=rfe>
D
Daniel Beck 已提交
164 165
    Starting this version, native packages are produced from <a href="https://github.com/jenkinsci/packaging">the new repository</a>.
    File issues related to installers and packages in the <code>packaging</code> component.
166 167
</ul>
<h3><a name=v1.607>What's new in 1.607</a> (2015/03/30)</h3>
168
<ul class=image>
169 170 171
  <li class=bug>
    JSONP served with the wrong MIME type and rejected by Chrome.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27607">issue 27607</a>)
172 173 174
  <li class=bug>
    Security file pattern whitelist was broken for some plugins since 1.597.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27055">issue 27055</a>)
S
Stephen Connolly 已提交
175 176 177 178 179 180 181 182 183 184 185 186
  <li class=rfe>
    Lock an Executor without creating a Thread
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25938">issue 25938</a>)
  <li class=rfe>
    Hide flyweight master executor when ≥1 heavyweight executors running as subtasks
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26900">issue 26900</a>)
  <li class=rfe>
    Way to mark an Executable that should not block isReadyToRestart
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22941">issue 22941</a>)
  <li class=rfe>
    Refactor the Queue and Nodes to use a consistent locking strategy
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27565">issue 27565</a>)
187 188
    <strong>Note</strong> that this change involved moving slave definitions outside the main <code>config.xml</code> file.
    If you downgrade after this, your slave settings will be lost.
S
Stephen Connolly 已提交
189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209
  <li class=bug>
    Makes the Jenkins is loading screen not block on the extensions loading lock
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27563">issue 27563</a>)
  <li class=bug>
    AdjunctManager: exception upon startup
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15355">issue 15355</a>) 
  <li class=bug>
    Removes race condition rendering the list of executors
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27564">issue 27564</a>)
  <li class=bug>
    Tidy up the locks that were causing deadlocks with the once retention strategy in durable tasks
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27476">issue 27476</a>)
  <li class=bug>
    Remove any requirement from Jenkins Core to lock on the Queue when rendering the Jenkins UI
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27566">issue 27566</a>)
  <li class=bug>
    Prevent lazy loading operation when obtaining label information.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26391">issue 26391</a>)
  <li class=bug>
    Ensure that the LoadStatistics return a self-consistent result.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21618">issue 21618</a>)
R
Richard Mortimer 已提交
210 211 212
  <li class=bug>
    Build reports to be running for 45 yr and counting.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26777">issue 26777</a>)
213 214
</ul>
<h3><a name=v1.606>What's new in 1.606</a> (2015/03/23)</h3>
215
<ul class=image>
216 217 218 219 220 221 222 223
  <li class=bug>
    Jenkins CLI doesn't handle arguments with equal signs
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21160">issue 21160</a>)
  <li class=bug>
    master/slave communication ping reacts badly if a clock jumps.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21251">issue 21251</a>)
  <li class=rfe>
    JNLP slaves can now connect to master through HTTP proxy.
S
Stephen Connolly 已提交
224
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-6167">issue 6167</a>)
K
Kohsuke Kawaguchi 已提交
225 226 227
  <li class='major bug'>
    Fixes to several security vulnerabilities.
    (<a href="https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-03-23">advisory</a>)
228 229
</ul>
<h3><a name=v1.605>What's new in 1.605</a> (2015/03/16)</h3>
K
Kohsuke Kawaguchi 已提交
230
<ul class=image>
T
tfennelly 已提交
231
  <li class=bug>
232
    Integrate Stapler fix for queue item API always returning 404 Not Found since 1.601.
T
tfennelly 已提交
233
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27256">issue 27256</a>)
K
Kohsuke Kawaguchi 已提交
234 235
</ul>
<h3><a name=v1.604>What's new in 1.604</a> (2015/03/15)</h3>
K
Kohsuke Kawaguchi 已提交
236
<ul class=image>
237 238 239
  <li class=rfe>
    Added a switch (<tt>-Dhudson.model.User.allowNonExistentUserToLogin=true</tt>) to let users login even when the record is not found in the backend security realm.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22346">issue 22346</a>)
O
Oliver Gondža 已提交
240 241 242
  <li class=bug>
    Avoid deadlock when using build-monitor-plugin.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27183">issue 27183</a>)
K
Kohsuke Kawaguchi 已提交
243 244 245
  <li class=rfe>
    As security hardening, mark "remember me" cookie as HTTP only
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27277">issue 27277</a>)
246 247 248
  <li class="rfe">
    Show displayName in build remote API.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26723">issue 26723</a>)
K
Kohsuke Kawaguchi 已提交
249
</ul>
250
<h3><a name=v1.602>What's new in 1.602</a> (2015/03/08)</h3>
K
Kohsuke Kawaguchi 已提交
251
<ul class=image>
O
Oliver Gondža 已提交
252
  <li class="rfe">
253 254
    Show Check Now button also on Available and Updates tabs of plugin manager.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1593">PR 1593</a>)
K
Kohsuke Kawaguchi 已提交
255
</ul>
256
<h3><a name=v1.601>What's new in 1.601</a> (2015/03/03)</h3>
K
Kohsuke Kawaguchi 已提交
257
<ul class=image>
258 259 260
  <li class="major bug">
    Regression with environment variables in 1.600.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27188">issue 27188</a>)
261 262 263
  <li class="major bug">
    Errors with concurrent matrix builds since 1.597.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26739">issue 26739</a>)
264 265 266
  <li class=bug>
    Errors in Dashboard View plugin since 1.597.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26690">issue 26690</a>)
267 268 269
  <li class=bug>
    Robustness improvement when setting up Archive Artifacts programmatically.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25779">issue 25779</a>)
T
tfennelly 已提交
270 271 272
  <li class="rfe">
    Map Queue.Item.id onto Run
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-27096">issue 27096</a>)
K
Kohsuke Kawaguchi 已提交
273
</ul>
274
<h3><a name=v1.600>What's new in 1.600</a> (2015/02/28)</h3>
K
Kohsuke Kawaguchi 已提交
275
<ul class=image>
D
Daniel Beck 已提交
276 277 278
  <li class="major bug">
    Fixes to multiple security vulnerabilities.
    (<a href="https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-02-27">security advisory</a>)
N
Nicolas De Loof 已提交
279 280
  <li class="rfe">
    JDK auto-installer for Mac OSX
281 282 283
  <li class=bug>
    An error thrown in the wrong place in a publisher could result in a failure to release a workspace lock.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26698">issue 26698</a>)
284 285 286
  <li class=bug>
    Cache node environment to prevent unnecessary channel usage
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26755">issue 26755</a>)
T
tfennelly 已提交
287 288 289
  <li class=bug>
    Build history text field wrap fails when containing markup
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26406">issue 26406</a>)
O
Oliver Gondža 已提交
290 291 292
  <li class=bug>
    Maven build step fail to launch mvn process when special chars are present in build variables.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26684">issue 26684</a>)
K
Kohsuke Kawaguchi 已提交
293
</ul>
294
<h3><a name=v1.599>What's new in 1.599</a> (2015/02/16)</h3>
K
Kohsuke Kawaguchi 已提交
295
<ul class=image>
296 297 298
  <li class=bug>
    Errors in some Maven builds since 1.598.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26601">issue 26601</a>)
299 300 301
  <li class='major bug'>
    Build format change migrator in 1.597 did not work on some Windows systems.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26519">issue 26519</a>)
302 303 304
  <li class=bug>
    Remote <code>FilePath.chmod</code> fails with <code>ClassNotFoundException: javax.servlet.ServletException</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26476">issue 26476</a>)
305 306 307
  <li class=rfe>
    Added <code>SimpleBuildWrapper</code> API.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24673">issue 24673</a>)
308 309 310
  <li class=bug>
    Animated ball in job's build history widget won't open Console Output.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26365">issue 26365</a>)
D
Daniel Beck 已提交
311 312 313
  <li class=rfe>
    Show job name in <em>Schedule Build</em> column tool tip.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25234">issue 25234</a>)
314 315 316
  <li class=bug>
    Allow OldDataMonitor to discard promoted-build-plugin Promotions
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26718">issue 26718</a>)
K
Kohsuke Kawaguchi 已提交
317
</ul>
318
<h3><a name=v1.598>What's new in 1.598</a> (2015/01/25)</h3>
K
Kohsuke Kawaguchi 已提交
319
<ul class=image>
O
Oliver Gondža 已提交
320 321 322
  <li class=bug>
    FutureImpl does not cancel its start future.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25514">issue 25514</a>)
323 324 325 326
  <li class=bug>
    Flyweight tasks were under some conditions actually being run on heavyweight executors.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10944">issue 10944</a>)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24519">issue 24519</a>)
327 328 329
  <li class=bug>
    Folder loading broken when child item loading throws exception.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22811">issue 22811</a>)
330 331 332
  <li class=bug>
    Plugin icon images were broken when running Jenkins from a UNC path.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26203">issue 26203</a>)
333 334 335
  <li class=bug>
    Allow admin signup from <code>/manage</code> as well.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26382">issue 26382</a>)
336 337 338
  <li class=bug>
    Amend <code>JAVA_HOME</code> check to work with JDK 9.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25601">issue 25601</a>)
339 340 341
  <li class=bug>
    CLI <code>list-jobs</code> command should display raw name, not display name, where they differ.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25338">issue 25338</a>)
342 343 344
  <li class=rfe>
    Show queue item parameters in tool tip.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22311">issue 22311</a>)
345 346 347
  <li class=bug>
    Better support functional tests from Gradle-based plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26331">issue 26331</a>)
O
Oliver Gondža 已提交
348 349 350
  <li class=rfe>
    Allow users to delete builds even if they are supposed to be kept.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26281">issue 26281</a>)
T
tfennelly 已提交
351 352 353 354 355
  <li class=bug>
    Fixed side/main panel scrolling issues.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26312">issue 26312</a>,
     <a href="https://issues.jenkins-ci.org/browse/JENKINS-26298">issue 26298</a>,
     <a href="https://issues.jenkins-ci.org/browse/JENKINS-26306">issue 26306</a>)
O
Oliver Gondža 已提交
356 357 358
  <li class=rfe>
    Improve error reporting when channel closed during build.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26411">issue 26411</a>)
359 360 361 362
  <li class=bug>
    Fixed CodeMirror issue with height and re-enabled syntax highlighting in shell build step.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25455">issue 25455</a>,
     <a href="https://issues.jenkins-ci.org/browse/JENKINS-23151">issue 23151</a>)
K
Kohsuke Kawaguchi 已提交
363
</ul>
364
<h3><a name=v1.597>What's new in 1.597</a> (2015/01/19)</h3>
K
Kohsuke Kawaguchi 已提交
365
<ul class=image>
K
Kohsuke Kawaguchi 已提交
366 367 368 369 370
  <li class='major rfe'>
    <b><tt>JENKINS_HOME</tt> layout change</b>: builds are now keyed by build numbers and not timestamps.
    See <a href="https://wiki.jenkins-ci.org/display/JENKINS/JENKINS-24380+Migration">Wiki</a> for details
    and downgrade.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24380">issue 24380</a>)
371 372 373
  <li class=bug>
    Do not throw exception on <code>/signup</code> when not possible.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11172">issue 11172</a>)
374 375 376
  <li class=bug>
    Tool installer which downloads and unpacks archives should not fail the build if the tool already exists and the server returns an error code.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26196">issue 26196</a>)
377 378 379
  <li class=bug>
    Fingerprint compaction aggravated lazy-loading performance issues.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19392">issue 19392</a>)
380 381
  <li class=bug>
    Possible unreleased workspace lock if SCM polling fails during setup.
382
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26201">issue 26201</a>)
J
Jesse Glick 已提交
383 384 385
  <li class=bug>
    Misleading description of the 'workspace' permission.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20148">issue 20148</a>)
D
Daniel Beck 已提交
386
  <li class=bug>
D
Daniel Beck 已提交
387
    Run parameters should show display name if set, rather than build numbers.
J
Jesse Glick 已提交
388
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25174">issue 25174</a>)
O
Oliver Gondža 已提交
389 390 391
  <li class=bug>
    Add range check for H(X-Y) syntax.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25897">issue 25897</a>)
K
Kohsuke Kawaguchi 已提交
392
</ul>
393
<h3><a name=v1.596>What's new in 1.596</a> (2015/01/04)</h3>
K
Kohsuke Kawaguchi 已提交
394
<ul class=image>
D
Daniel Beck 已提交
395
  <li class=bug>
O
Oliver Gondža 已提交
396
    Build page was broken in Hungarian localization while building.
D
Daniel Beck 已提交
397
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-26155">issue 26155</a>)
O
Oliver Gondža 已提交
398
  <li class=bug>
D
Daniel Beck 已提交
399
    Allow breaking label and node lists.
O
Oliver Gondža 已提交
400
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25989">issue 25989</a>)
K
Kohsuke Kawaguchi 已提交
401
</ul>
K
Kohsuke Kawaguchi 已提交
402
<h3><a name=v1.595>What's new in 1.595</a> (2014/12/21)</h3>
K
Kohsuke Kawaguchi 已提交
403
<ul class=image>
404 405 406
  <li class=bug>
    Spurious warnings in the log after deleting builds.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25788">issue 25788</a>)
407 408 409
  <li class=bug>
    Master labels disappear when system configuration is updated.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23966">issue 23966</a>)
410 411 412 413
  <li class=bug>
    Updated icon-set dependency to version 1.0.5.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25499">issue 25499</a>,
     <a href="https://issues.jenkins-ci.org/browse/JENKINS-25498">issue 25498</a>)
K
Kohsuke Kawaguchi 已提交
414
</ul>
K
Kohsuke Kawaguchi 已提交
415
<h3><a name=v1.594>What's new in 1.594</a> (2014/12/14)</h3>
K
Kohsuke Kawaguchi 已提交
416 417 418 419
<ul class=image>
  <li class=bug>
    After recent Java security updates, Jenkins would not gracefully recover from a deleted <code>secrets/master.key</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25937">issue 25937</a>)
420 421 422
  <li class=bug>
    <i>Restrict where this project can be run</i> regressed in 1.589 when using the ClearCase plugin.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25533">issue 25533</a>)
K
Kohsuke Kawaguchi 已提交
423
</ul>
K
Kohsuke Kawaguchi 已提交
424
<h3><a name=v1.593>What's new in 1.593</a> (2014/12/07)</h3>
K
Kohsuke Kawaguchi 已提交
425 426 427 428 429 430 431 432
<ul class=image>
  <li class=rfe>
    Dynamic Single/Multi line Build History layout.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25381">issue 25381</a>,
     <a href="https://issues.jenkins-ci.org/browse/JENKINS-25393">issue 25393</a>,
     <a href="https://issues.jenkins-ci.org/browse/JENKINS-24687">issue 24687</a>,
     <a href="https://issues.jenkins-ci.org/browse/JENKINS-24589">issue 24589</a>)
</ul>
K
Kohsuke Kawaguchi 已提交
433
<h3><a name=v1.592>What's new in 1.592</a> (2014/11/30)</h3>
K
Kohsuke Kawaguchi 已提交
434 435 436 437 438
<ul class=image>
  <li class=bug>
    Performance problems on large workspaces associated with validating file include patterns.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25759">issue 25759</a>)
</ul>
K
Kohsuke Kawaguchi 已提交
439
<h3><a name=v1.591>What's new in 1.591</a> (2014/11/25)</h3>
K
Kohsuke Kawaguchi 已提交
440
<ul class=image>
D
Daniel Beck 已提交
441 442
  <li class=bug>
    Always use forward slashes in path separators during in ZIP archives generated by Directory Browser
K
Kohsuke Kawaguchi 已提交
443
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22514">issue 22514</a>)
K
Kohsuke Kawaguchi 已提交
444
</ul>
K
Kohsuke Kawaguchi 已提交
445
<h3><a name=v1.590>What's new in 1.590</a> (2014/11/16)</h3>
K
Kohsuke Kawaguchi 已提交
446
<ul class=image>
447 448 449
  <li class=bug>
    Basic Authentication in combination with Session is broken
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25144">issue 25144</a>)
450 451 452
  <li class=bug>
    Some plugins broken since 1.584 if they expected certain events to be fired under a specific user ID.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25400">issue 25400</a>)
J
Jesse Glick 已提交
453
  <li class=bug>
454
    Fixed various real or potential resource leaks discovered by <a href="https://scan.coverity.com/projects/94/">Coverity Scan</code>
K
Kohsuke Kawaguchi 已提交
455
    (<a href="https://github.com/jenkinsci/jenkins/pull/1434">pull request 1434</a>)
456 457
  <li class=rfe>
    API changes: Expose <code>AbstractProject.AbstractProjectDescriptor#validateLabelExpression</code> for plugins.
O
Oliver Gondža 已提交
458
    (<a href="https://github.com/jenkinsci/jenkins/pull/1456">pull request 1456</a>)
459 460
  <li class=rfe>
    API method to aggregate multiple FormValidations into one.
O
Oliver Gondža 已提交
461
    (<a href="https://github.com/jenkinsci/jenkins/pull/1458">pull request 1458</a>)
462 463
  <li class=rfe>
    API method to get non-null <code>Jenkins</code> instance with internal validation
K
Kohsuke Kawaguchi 已提交
464
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23339">issue 23339</a>)
K
Kohsuke Kawaguchi 已提交
465
</ul>
K
Kohsuke Kawaguchi 已提交
466
<h3><a name=v1.589>What's new in 1.589</a> (2014/11/09)</h3>
K
Kohsuke Kawaguchi 已提交
467
<ul class=image>
468 469 470
  <li class=bug>
    JNA error in <code>WindowsInstallerLink.doDoInstall</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25358">issue 25358</a>)
D
Daniel Beck 已提交
471 472 473 474 475 476
  <li class=bug>
    Restore compatibility of label assignment for some plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25372">issue 25372</a>)
</ul>
<h3><a name=v1.588>What's new in 1.588</a> (2014/11/02)</h3>
<ul class=image>
J
Jesse Glick 已提交
477 478
  <li class=bug>
    Unnecessarily slow startup time with a massive number of jobs.
479
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25473">issue 25473</a>)
480 481 482
  <li class=bug>
    Custom workspace option did not work under some conditions.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25221">issue 25221</a>)
K
Kohsuke Kawaguchi 已提交
483
</ul>
K
Kohsuke Kawaguchi 已提交
484
<h3><a name=v1.587>What's new in 1.587</a> (2014/10/29)</h3>
K
Kohsuke Kawaguchi 已提交
485
<ul class=image>
K
Kohsuke Kawaguchi 已提交
486 487 488
  <li class=bug>
    Queue didn't always leave a trail for cancelled items properly
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25314">issue 25314</a>)
489 490 491
  <li class=bug>
    JNA update for deprecated JNA-POSIX library.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24527">issue 24527</a>)
K
Kohsuke Kawaguchi 已提交
492 493 494
  <li class='major bug'>
    Introduced slave-to-master security mechanism to defend a master from slaves.
    (<a href="http://jenkins-ci.org/security-144">SECURITY-144</a>)
K
Kohsuke Kawaguchi 已提交
495
</ul>
K
Kohsuke Kawaguchi 已提交
496
<h3><a name=v1.586>What's new in 1.586</a> (2014/10/26)</h3>
K
Kohsuke Kawaguchi 已提交
497
<ul class=image>
498 499 500
  <li class=rfe>
    Bumping up JNA to 4.10. This is potentially a breaking change for plugins that depend on JNA 3.x
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24521">issue 24521</a>)
O
Oleg Nenashev 已提交
501
  <li class=bug>
D
Daniel Beck 已提交
502
    Prevent empty file creation if file parameter is left empty.
O
Oleg Nenashev 已提交
503
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-3539">issue 3539</a>)
K
Kohsuke Kawaguchi 已提交
504 505 506 507
  <li class=bug>
    Servlet containers may refuse to let us set <a href="https://www.owasp.org/index.php/SecureFlag">secure cookie flag</a>.
    Deal with it gracefully.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25019">issue 25019</a>)
O
Oleg Nenashev 已提交
508 509
  <li class=bug>
    Existing <code>FileParameter</code>s should be handled as different values to avoid merging of queued builds
K
Kohsuke Kawaguchi 已提交
510
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19017">issue 19017</a>)
K
Kohsuke Kawaguchi 已提交
511
</ul>
K
Kohsuke Kawaguchi 已提交
512
<h3><a name=v1.585>What's new in 1.585</a> (2014/10/19)</h3>
K
Kohsuke Kawaguchi 已提交
513
<ul class=image>
514 515 516
  <li class=bug>
    Build health computed repeatedly for a single Weather column cell.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25074">issue 25074</a>)
517 518 519
  <li class=rfe>
    Missing workspace page should use 404 status code.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10450">issue 10450</a>)
520 521 522
  <li class=bug>
    Fixed memory leak occurring on pages producing incremental output with a progress bar.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25081">issue 25081</a>)
J
Jesse Glick 已提交
523 524
  <li class=bug>
    Updated SSH Slaves plugin to 1.8.
525 526 527
  <li class=bug>
    Due to the reaction, default umask in debian package is set back to 022
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25065">issue 25065</a>)
O
Oleg Nenashev 已提交
528 529
  <li class=bug>
    Greater-than characters are not escaped in HTML outputs like e-mails
K
Kohsuke Kawaguchi 已提交
530
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16184">issue 16184</a>)
531 532
  <li class=bug>
    Thread starvation from <code>OldDataMonitor</code>.
K
Kohsuke Kawaguchi 已提交
533
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24763">issue 24763</a>)
O
Oleg Nenashev 已提交
534
  <li class=bug>
K
Kohsuke Kawaguchi 已提交
535 536
    Integer overflow in quiet-down timeout calculation
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24914">issue 24914</a>)
K
Kohsuke Kawaguchi 已提交
537 538 539
  <li class=bug>
    Don't put session IDs in URLs even when cookies are disabled.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22358">issue 22358</a>)
O
Oleg Nenashev 已提交
540 541
  <li class=rfe>
    Show keep build log reason in tool tips
K
Kohsuke Kawaguchi 已提交
542
    (<a href="https://github.com/jenkinsci/jenkins/pull/1422">pull request 1422</a>)
O
Oleg Nenashev 已提交
543 544
  <li class=bug>
    Do not disable projects, which do not support such operation (like Matrix configurations)
K
Kohsuke Kawaguchi 已提交
545
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24340">issue 24340</a>)
K
Kohsuke Kawaguchi 已提交
546 547 548
  <li class=rfe>
    Improved the scalability of SSH slaves plugin caused by global lock in <tt>SecureRandom</tt>
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20108">issue 20108</a>)
K
Kohsuke Kawaguchi 已提交
549 550 551
  <li class=bug>
    Incorporated a fix for "Poodle" (CVE-2014-3566) vulnerability in the HTTPS connector of "java -jar jenkins.war"
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-25169">issue 25169</a>)
K
Kohsuke Kawaguchi 已提交
552
</ul>
K
Kohsuke Kawaguchi 已提交
553
<h3><a name=v1.584>What's new in 1.584</a> (2014/10/12)</h3>
K
Kohsuke Kawaguchi 已提交
554
<ul class=image>
555 556
  <li class=rfe>
    Diagnostic thread names are now available while requests are still in filters
557 558
  <li class=rfe>
    When killing Windows processes, check its critical flag to avoid BSoD
K
Kohsuke Kawaguchi 已提交
559
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24453">issue 24453</a>)
560 561 562
  <li class=bug>
    When a user could not see a view, but could delete/move/rename jobs contained in it, the view was not properly updated.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22769">issue 22769</a>)
D
Daniel Beck 已提交
563 564 565 566 567 568 569
  <li class=bug>
    Use POST for cancel quiet down link.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23020">issue 23020</a>,
    <a href="https://issues.jenkins-ci.org/browse/JENKINS-23942">issue 23942</a>)
  <li class=bug>
    Do not consider port in use error to be a successful start of Jenkins on Debian.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24966">issue 24966</a>)
K
Kohsuke Kawaguchi 已提交
570
</ul>
K
Kohsuke Kawaguchi 已提交
571
<h3><a name=v1.583>What's new in 1.583</a> (2014/10/01)</h3>
K
Kohsuke Kawaguchi 已提交
572 573 574 575
<ul class=image>
  <li class='major bug'>
    Fixes to multiple security vulnerabilities.
    (<a href="https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2014-10-01">security advisory</a>)
D
Daniel Beck 已提交
576
</ul>
577
<h3><a name=v1.582>What's new in 1.582</a> (2014/09/28)</h3>
K
Kohsuke Kawaguchi 已提交
578
<ul class=image>
579
  <li class=bug>
D
Daniel Beck 已提交
580
    Channel reader thread can end up consuming 100% CPU.
581 582
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23471">issue 23471</a>)
  <li class=bug>
D
Daniel Beck 已提交
583
    CancelledKeyException can cause all JNLP slaves to disconnect (and the problem remains until restart).
584
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24050">issue 24050</a>)
D
Daniel Beck 已提交
585 586 587 588 589 590
  <li class=bug>
    Consider dynamic label assignments for label load statistics.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15576">issue 15576</a>)
  <li class=bug>
    Use Windows line endings for batch file build steps.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7478">issue 7478</a>)
591
  <li class=bug>
D
Daniel Beck 已提交
592
    Reduced the logging clutter about the lack of @ExportedBean.
593 594
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24458">issue 24458</a>)
  <li class=bug>
D
Daniel Beck 已提交
595
    Character encoding problem in form submission when file parameters are present.
596
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11543">issue 11543</a>)
597
  <li class=rfe>
D
Daniel Beck 已提交
598
    Improved error handling and "in-progress" UI feedback in JNLP slave to service installation.
599 600 601
  <li class=rfe>
    Winstone 2.4: reverse proxy support in the logging, request header size limit control, and different private key password from keystore password.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23665">issue 23665</a>)
D
Daniel Beck 已提交
602 603 604
  <li class=bug>
    umask setting on Debian did not work.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1397">pull 1397</a>)
605 606 607
  <li class=bug>
    handle job move when buildDir is configured to a custom location.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24825">issue 24825</a>)
K
Kohsuke Kawaguchi 已提交
608
</ul>
609
<h3><a name=v1.581>What's new in 1.581</a> (2014/09/21)</h3>
K
Kohsuke Kawaguchi 已提交
610
<ul class=image>
D
Daniel Beck 已提交
611 612 613 614
  <li class=rfe>
    Use slightly larger Jenkins head icon.
    (<a href="https://github.com/jenkinsci/jenkins/pull/1360">pull 1360</a>)
  <li class=rfe>
D
Daniel Beck 已提交
615
    Allow setting a system property to disable X-Frame-Options header.
D
Daniel Beck 已提交
616
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21881">issue 21881</a>)
D
Daniel Beck 已提交
617 618 619
  <li class=bug>
    Explicitly set background color of various UI elements to white.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24625">issue 24625</a>)
D
Daniel Beck 已提交
620 621 622
  <li class=bug>
    Wrong Hebrew localization resulted in broken console output since 1.539.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24614">issue 24614</a>)
K
Kohsuke Kawaguchi 已提交
623
</ul>
624
<h3><a name=v1.580>What's new in 1.580</a> (2014/09/14)</h3>
K
Kohsuke Kawaguchi 已提交
625
<ul class=image>
D
Daniel Beck 已提交
626 627 628
  <li class=bug>
    Health reports saved to disk before 1.576 showed no weather icon since that version.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24407">issue 24407</a>)
D
Daniel Beck 已提交
629 630 631
  <li class=bug>
    Renaming jobs fails if parent dir of custom build records directory does not exist.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19764">issue 19764</a>)
D
Daniel Beck 已提交
632 633 634
  <li class=rfe>
    Add editable descriptions for label atoms.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-6153">issue 6153</a>)
K
Kohsuke Kawaguchi 已提交
635
</ul>
636
<h3><a name=v1.579>What's new in 1.579</a> (2014/09/06)</h3>
K
Kohsuke Kawaguchi 已提交
637
<ul class=image>
638 639 640
  <li class=bug>
    <code>ConcurrentModificationException</code> in <code>RunListProgressiveRendering</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21437">issue 21437</a>)
641 642 643
  <li class=bug>
    <code>StackOverflowError</code> for some old <code>SCMListener</code>s.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23522">issue 23522</a>)
D
Daniel Beck 已提交
644 645 646
  <li class=bug>
    Job status page shows "Build has been executing for null on master" for flyweight tasks.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20307">issue 20307</a>)
647 648 649
  <li class=bug>
    File locking issue when running functional tests on Windows.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21977">issue 21977</a>)
D
Daniel Beck 已提交
650 651 652
  <li class=bug>
    Tolerate ?auto_refresh in reverse proxy check on /manage page.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24014">issue 24014</a>)
K
Kohsuke Kawaguchi 已提交
653 654 655
  <li class=rfe>
    Debian package now sets umask to 027 by default for better default privacy. See <tt>/etc/default/jenkins</tt> to change this.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24514">issue 24514</a>)
K
Kohsuke Kawaguchi 已提交
656
</ul>
657
<h3><a name=v1.578>What's new in 1.578</a> (2014/08/31)</h3>
K
Kohsuke Kawaguchi 已提交
658
<ul class=image>
K
Kohsuke Kawaguchi 已提交
659 660 661
  <li class=rfe>
    Added 'no-store' to the 'Cache-Control' header to avoid accidental information leak through local cache backup
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24337">issue 24337</a>)
662 663 664
  <li class=bug>
    Deadlock in <code>OldDataMonitor</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24358">issue 24358</a>)
D
Daniel Beck 已提交
665 666 667
  <li class=bug>
    Use absolute links for computer sidepanel items so they don't break as easily.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23963">issue 23963</a>)
K
Kohsuke Kawaguchi 已提交
668
</ul>
669
<h3><a name=v1.577>What's new in 1.577</a> (2014/08/24)</h3>
K
Kohsuke Kawaguchi 已提交
670
<ul class=image>
671 672 673 674 675 676
  <li class="major bug">
    Failure to migrate legacy user records in 1.576 properly broke Jenkins, resulted in NullPointerExceptions.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24317">issue 24317</a>)
  <li class="major bug">
    Jenkins did not correctly display icons contributed by plugins in 1.576.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24316">issue 24316</a>)
677 678 679
  <li class="major rfe">
    Moved JUnit reporting functionality to a plugin.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23263">issue 23263</a>)
K
Kohsuke Kawaguchi 已提交
680 681 682
  <li class=bug>
    Fixed ClassCastException on org.dom4j.DocumentFactory
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13709">issue 13709</a>)
683 684 685 686 687
  <li class="rfe">
    Jenkins now logs warnings when it fails to export objects to XML/JSON.
    This can result in a lot of log output in case of heavy API use.
    We recommend that API users use the <code>?tree</code> parameter instead of <code>?depth</code>.
    (<a href="https://github.com/stapler/stapler/commit/ed2cb8b04c1514377f3a8bfbd567f050a67c6e1c">commit</a>)
688 689 690
  <li class=rfe>
    Allow BuildStep to work with non-AbstractProject
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23713">issue 23713</a>)
691 692 693
  <li class=bug>
    Improved class loading performance when using Groovy.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24309">issue 24309</a>)
694 695 696
  <li class=bug>
    Prevent <code>NullPointerException</code> from <code>Executor.run</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24110">issue 24110</a>)
O
Oliver Gondža 已提交
697 698 699
  <li class=rfe>
    Make the lifetime of queue items cache configurable.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19691">issue 19691</a>)
D
Daniel Beck 已提交
700 701 702 703 704 705 706
  <li class=bug>
    Support --username/--password authentication for CLIMethod based CLI commands.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23988">issue 23988</a>)
  <li class=bug>
    Don't link to /safeRestart after update if Jenkins cannot restart itself.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24032">issue 24032</a>)
  <li class=bug>
707
    Properly consider busy executors when reducing a node's executor count.
D
Daniel Beck 已提交
708
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-24095">issue 24095</a>)
K
Kohsuke Kawaguchi 已提交
709
</ul>
710
<h3><a name=v1.576>What's new in 1.576</a> (2014/08/18)</h3>
K
Kohsuke Kawaguchi 已提交
711
<ul class=image>
K
Kohsuke Kawaguchi 已提交
712 713 714
  <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 已提交
715
  <li class="bug">
716
    Fixed a file descriptor leak with CLI connections.
K
Kohsuke Kawaguchi 已提交
717
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23248">issue 23248</a>)
718 719 720
  <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>)
721 722 723
  <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>)
724 725 726
  <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>)
727 728 729
  <li class="bug">
    Displaying unabridged test result trend on project index page defeated lazy loading.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23945">issue 23945</a>)
730 731 732
  <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>)
733 734 735
  <li class="rfe">
    API to launch processes without printing the command line.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23027">issue 23027</a>)
736 737 738
  <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 已提交
739 740
  <li class="rfe">
    Modernized sidebar <code>&lt;l:pane&gt;</code>s and making them work better with new layout.
741 742
    (<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 已提交
743
  <li class="rfe">
744
    Add option to CLI to skip key authentication (e.g. when there's a password on the default key).
O
Oliver Gondža 已提交
745
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23970">issue 23970</a>)
746 747 748
  <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 已提交
749
</ul>
750
<h3><a name=v1.575>What's new in 1.575</a> (2014/08/10)</h3>
K
Kohsuke Kawaguchi 已提交
751
<ul class=image>
752 753 754 755 756 757
  <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>)
758 759 760 761 762 763 764 765 766
  <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 已提交
767
  <li class="rfe">
D
Daniel Beck 已提交
768
    UI redesign: Shrink the top bar, change logo, changed links in top bar.
D
Daniel Beck 已提交
769 770
    (<a href="https://github.com/jenkinsci/jenkins/pull/1327">pull 1327</a>,
    (<a href="https://github.com/jenkinsci/jenkins/pull/1328">pull 1328</a>)
771 772 773
  <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>)
774 775 776
  <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>)
777 778 779 780 781 782
  <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 已提交
783 784 785
  <li class="rfe">
    Autocomplete logger names.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23994">issue 23994</a>)
D
Daniel Beck 已提交
786 787
  <li class="bug">
    UI redesign: Fix links in header bar when logged in.
D
Daniel Beck 已提交
788
  <li class="rfe">
D
Typo  
Daniel Beck 已提交
789
    Do not show changes for the build at the lower bound of the changes list.
D
Daniel Beck 已提交
790
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18902">issue 18902</a>)
D
Daniel Beck 已提交
791 792 793
  <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 已提交
794
</ul>
795
<h3><a name=v1.574>What's new in 1.574</a> (2014/07/27)</h3>
K
Kohsuke Kawaguchi 已提交
796
<ul class=image>
D
Daniel Beck 已提交
797 798
  <li class="rfe">
    UI redesign: Use Helvetica as default font
K
Kohsuke Kawaguchi 已提交
799
    (<a href="https://github.com/jenkinsci/jenkins/pull/1315">pull 1315</a>,
D
Daniel Beck 已提交
800
    <a href="https://issues.jenkins-ci.org/browse/JENKINS-23840">issue 23840</a>)
801 802 803
  <li class="bug">
    Synchronization issue during tool installation
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17667">issue 17667</a>)
804 805 806
  <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 已提交
807
</ul>
808
<h3><a name=v1.573>What's new in 1.573</a> (2014/07/20)</h3>
K
Kohsuke Kawaguchi 已提交
809
<ul class=image>
810 811 812 813 814 815 816 817 818 819
  <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>)
820 821
  <li class='major bug'>
    Fixed unnecessary eager loading of build records in certain code path.
822
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18065">issue 18065</a>)
K
Kohsuke Kawaguchi 已提交
823
</ul>
824
<h3><a name=v1.572>What's new in 1.572</a> (2014/07/13)</h3>
K
Kohsuke Kawaguchi 已提交
825
<ul class=image>
D
Daniel Beck 已提交
826 827 828 829 830 831 832 833 834
  <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 已提交
835
</ul>
836
<h3><a name=v1.571>What's new in 1.571</a> (2014/07/07)</h3>
K
Kohsuke Kawaguchi 已提交
837
<ul class=image>
838 839 840
  <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 已提交
841 842 843
  <li class=bug>
    Overall.READ is sufficient to access /administrativeMonitor/hudsonHomeIsFull/
    (SECURITY-134)
O
Oliver Gondža 已提交
844 845 846
  <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 已提交
847
</ul>
848
<h3><a name=v1.570>What's new in 1.570</a> (2014/06/29)</h3>
K
Kohsuke Kawaguchi 已提交
849
<ul class=image>
O
Oliver Gondža 已提交
850 851 852
  <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>)
853 854 855
  <li class=rfe>
    UI improvements / refreshing.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23492">issue 23492</a>)
856 857 858
  <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>)
859 860 861
  <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 已提交
862 863 864
  <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 已提交
865 866 867
  <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>)
868
  <li class=bug>
O
Oleg Nenashev 已提交
869
    Fixed <code>NullPointerException</code> when <code>ArctifactArchiver</code> is called for a build with the undefined status.
870
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23526">issue 23526</a>)
O
Oleg Nenashev 已提交
871 872 873
  <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>)
874 875 876
  <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 已提交
877
</ul>
878
<h3><a name=v1.569>What's new in 1.569</a> (2014/06/23)</h3>
K
Kohsuke Kawaguchi 已提交
879
<ul class=image>
K
Kohsuke Kawaguchi 已提交
880 881 882
  <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>)
883 884 885
  <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>)
886 887 888
  <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>)
889 890 891
  <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>)
892 893 894
  <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 已提交
895
</ul>
896
<h3><a name=v1.568>What's new in 1.568</a> (2014/06/15)</h3>
K
Kohsuke Kawaguchi 已提交
897
<ul class=image>
898 899 900
  <li class=bug>
    Fixed JNLP connection handling problem
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22932">issue 22932</a>)
O
Oleg Nenashev 已提交
901 902 903
  <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 已提交
904 905 906
  <li class=rfe>
    Support the range notation for pagination in API
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23228">issue 23228</a>)
907 908 909
  <li class=bug>
    Incorrect redirect after deleting a folder.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-23375">issue 23375</a>)
910 911 912
  <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>)
913 914 915
  <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 已提交
916 917 918
  <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 已提交
919
</ul>
920
<h3><a name=v1.567>What's new in 1.567</a> (2014/06/09)</h3>
K
Kohsuke Kawaguchi 已提交
921
<ul class=image>
922 923 924
  <li class="bug">
    Fixed a reference counting bug in the remoting layer.
    (<a href="https://github.com/jenkinsci/remoting/commit/387433c98b66bf453e27198973daa758787095b3">commit</a>)
925 926 927
  <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 已提交
928 929 930
  <li class="bug">
    Show custom build display name in executors widget.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10477">issue 10477</a>)
931 932 933
  <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 已提交
934 935 936
  <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 已提交
937 938 939
  <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 已提交
940 941
  <li class="bug">
    Fixed <code>NullPointerException</code> on plugin installations when invalid update center is set
K
Kohsuke Kawaguchi 已提交
942
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20031">issue 20031</a>)
O
Oleg Nenashev 已提交
943 944 945
  <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 已提交
946 947 948
  <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>)
949 950 951 952
  <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 已提交
953 954
  <li class="bug">
    Properly close input streams in <code>FileParameterValue</code>
K
Kohsuke Kawaguchi 已提交
955
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22693">issue 22693</a>)
O
Oleg Nenashev 已提交
956
  <li class="bug">
O
Oleg Nenashev 已提交
957
    Incorrect failure age in the JUnit test results
K
Kohsuke Kawaguchi 已提交
958
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18626">issue 18626</a>)
O
Oleg Nenashev 已提交
959 960
  <li class="bug">
    Fixed deletion links for JVM Crash error logs
K
Kohsuke Kawaguchi 已提交
961
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22617">issue 22617</a>)
D
Daniel Beck 已提交
962 963
  <li class="rfe">
    Distinguish &quot;nodes for label offline&quot; from &quot;no nodes for label&quot;
K
Kohsuke Kawaguchi 已提交
964
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17114">issue 17114</a>)
D
Daniel Beck 已提交
965 966
  <li class="rfe">
    Add causes to queue item tool tip
K
Kohsuke Kawaguchi 已提交
967
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19250">issue 19250</a>)
968 969
  <li class="rfe">
    RPM: added JENKINS_HTTPS_KEYSTORE and JENKINS_HTTPS_KEYSTORE_PASSWORD options to Jenkins sysconfig file
K
Kohsuke Kawaguchi 已提交
970
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-11673">issue 11673</a>)
971 972
  <li class="bug">
    RPM: Do not install jenkins.repo file
O
Oliver Gondža 已提交
973 974 975 976
    (<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 已提交
977
  <li class="major bug">
O
Oliver Gondža 已提交
978 979
    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 已提交
980
  <li class="rfe">
O
Oleg Nenashev 已提交
981
    Added an option to archive artifacts only when the build is successful
O
Oleg Nenashev 已提交
982
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22699">issue 22699</a>)
K
Kohsuke Kawaguchi 已提交
983
</ul>
984
<h3><a name=v1.566>What's new in 1.566</a> (2014/06/01)</h3>
K
Kohsuke Kawaguchi 已提交
985
<ul class=image>
986 987 988
  <li class="rfe">
    Configurable case sensitivity mode for user IDs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22247">issue 22247</a>)
989 990 991
  <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 已提交
992 993 994
  <li class="rfe">
    Introduce directly modifiable views
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22967">issue 22967</a>)
D
Daniel Beck 已提交
995 996 997
  <li class="bug">
    Jenkins cannot restart Windows service
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22685">issue 22685</a>)
K
Kohsuke Kawaguchi 已提交
998
</ul>
999
<h3><a name=v1.565>What's new in 1.565</a> (2014/05/26)</h3>
K
Kohsuke Kawaguchi 已提交
1000
<ul class=image>
1001 1002 1003
  <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 已提交
1004 1005
  <li class="bug">
    Updated component used by the swap space monitor to better support Debian and AIX.
1006 1007 1008
  <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>)
1009 1010 1011
  <li class="bug">
    Polling no longer triggers builds (regression 1.560)
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22750">issue 22750</a>)
1012 1013 1014
  <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>)
1015 1016 1017
  <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 已提交
1018
</ul>
1019
<h3><a name=v1.564>What's new in 1.564</a> (2014/05/19)</h3>
K
Kohsuke Kawaguchi 已提交
1020
<ul class=image>
D
Daniel Beck 已提交
1021 1022 1023 1024 1025 1026
  <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>)
1027 1028 1029 1030
  <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 已提交
1031
</ul>
1032
<h3><a name=v1.563>What's new in 1.563</a> (2014/05/11)</h3>
K
Kohsuke Kawaguchi 已提交
1033
<ul class=image>
1034 1035 1036
  <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>)
1037 1038 1039
  <li class="rfe">
    Configurable size for log buffer.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22840">issue 22840</a>)
1040 1041 1042
  <li class="rfe">
    Gesture to clear log buffer.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22839">issue 22839</a>)
J
Jesse Glick 已提交
1043 1044 1045
  <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>)
1046 1047 1048
  <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>)
1049 1050 1051
  <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 已提交
1052
</ul>
1053
<h3><a name=v1.562>What's new in 1.562</a> (2014/05/03)</h3>
K
Kohsuke Kawaguchi 已提交
1054
<ul class=image>
1055 1056 1057
  <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 已提交
1058 1059 1060 1061 1062 1063
  <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 已提交
1064 1065 1066 1067 1068 1069 1070 1071 1072
  <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 已提交
1073
</ul>
1074
<h3><a name=v1.561>What's new in 1.561</a> (2014/04/27)</h3>
K
Kohsuke Kawaguchi 已提交
1075
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1076 1077 1078
  <li class=bug>
    Fixed a corner case handling of tool installation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16846">issue 16846</a>)
1079 1080 1081
  <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 已提交
1082 1083 1084 1085
  <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 已提交
1086 1087 1088
  <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 已提交
1089 1090 1091
  <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>)
1092
  <li class=bug>
1093 1094
    Fixed NPE if <tt>RunParameterValue</tt> points to a stable build.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20857">issue 20857</a>)
1095
  <li class=bug>
1096 1097 1098
    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>
1099 1100
    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 已提交
1101 1102
  <li class=rfe>
    The matrix project type was moved into its own plugin.
1103 1104 1105
  <li class=bug>
    Linkage errors in notifiers could leak workspace leases.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21622">issue 21622</a>)
1106 1107 1108
  <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>)
1109 1110 1111
  <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 已提交
1112 1113 1114
  <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>)
1115 1116
  <li class=rfe>
    Update version of bundled Mailer plugin to 1.8 to avoid issues with older versions
O
Oliver Gondža 已提交
1117 1118 1119 1120 1121 1122
  <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>)
1123 1124
  <li class=rfe>
    Added a new extension point for more pluggable JNLP slave handling
O
Oliver Gondža 已提交
1125 1126 1127 1128 1129 1130
  <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 已提交
1131 1132 1133 1134 1135 1136 1137 1138 1139
  <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>)
1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151
  <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 已提交
1152
</ul>
1153
<h3><a name=v1.560>What's new in 1.560</a> (2014/04/20)</h3>
K
Kohsuke Kawaguchi 已提交
1154
<ul class=image>
1155 1156 1157 1158 1159 1160
  <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>)
1161 1162 1163
  <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>)
1164 1165 1166
  <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 已提交
1167 1168
  <li class=rfe>
    JNLP slaves are now handled through NIO-based remoting channels for better scalability.
K
Kohsuke Kawaguchi 已提交
1169 1170 1171
  <li class=rfe>
    Integrated codemirror v2.38.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22582">issue 22582</a>)
O
Oliver Gondža 已提交
1172 1173 1174
  <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 已提交
1175 1176 1177
  <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 已提交
1178 1179 1180
  <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 已提交
1181 1182
  <li class=rfe>
    Debian package now creates 'jenkins' group
1183 1184 1185
  <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>)
1186 1187 1188
  <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 已提交
1189
  <li class=bug>
1190
    Don't submit form on Save after Apply in new window on some browsers.
D
Daniel Beck 已提交
1191
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20245">issue 20245</a>)
1192 1193 1194
  <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 已提交
1195
</ul>
1196
<h3><a name=v1.559>What's new in 1.559</a> (2014/04/13)</h3>
K
Kohsuke Kawaguchi 已提交
1197
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1198 1199 1200
  <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>)
1201 1202 1203
  <li class=bug>
    Fixed NPE from <code>Slave.createLauncher</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21999">issue 21999</a>)
1204 1205 1206
  <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 已提交
1207
</ul>
1208
<h3><a name=v1.558>What's new in 1.558</a> (2014/04/06)</h3>
K
Kohsuke Kawaguchi 已提交
1209
<ul class=image>
1210 1211
  <li class=rfe>
    Cron-style trigger configuration will now display expected prior and subsequent run times.
1212 1213 1214
  <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>)
1215 1216 1217
  <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>)
1218 1219 1220
  <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>)
1221 1222 1223
  <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 已提交
1224 1225 1226
  <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 已提交
1227 1228 1229
  <li class=bug>
    Fixed NPE in <tt>UserCause</tt>
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21875">issue 21875</a>)
1230 1231 1232
  <li class=rfe>
    Added <code>RobustMapConverter</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22398">issue 22398</a>)
1233 1234 1235 1236 1237 1238
  <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 已提交
1239
</ul>
1240
<h3><a name=v1.557>What's new in 1.557</a> (2014/03/31)</h3>
K
Kohsuke Kawaguchi 已提交
1241
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1242 1243 1244
  <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>)
1245 1246 1247
  <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 已提交
1248 1249
  <li class=bug>
    <code>identity.key</code>, used to secure some communications with Jenkins, now stored encrypted with the master key.
1250 1251 1252
  <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>)
1253 1254 1255
  <li class=bug>
    Memory leaks in the old data monitor.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19544">issue 19544</a>)
1256 1257 1258 1259
  <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>)
1260 1261 1262
  <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 已提交
1263
  <li class=bug>
1264
    Allow JDK8 (and other versions) to be downloaded by JDKInstaller correctly.
1265
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-22347">issue 22347</a>)
K
Kohsuke Kawaguchi 已提交
1266
</ul>
1267
<h3><a name=v1.556>What's new in 1.556</a> (2014/03/23)</h3>
K
Kohsuke Kawaguchi 已提交
1268
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1269 1270 1271
  <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>)
1272 1273 1274
  <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>)
1275 1276
  <li class=rfe>
    Job can be reloaded individually from disk with "job/FOO/reload" URL or "reload-job" CLI command
K
Kohsuke Kawaguchi 已提交
1277
</ul>
1278
<h3><a name=v1.555>What's new in 1.555</a> (2014/03/16)</h3>
K
Kohsuke Kawaguchi 已提交
1279
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1280 1281 1282
  <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 已提交
1283 1284
  <li class=bug>
    Fixed Up link in matrix projects
D
Daniel Beck 已提交
1285
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21773">issue 21773</a>)
K
Kohsuke Kawaguchi 已提交
1286
</ul>
1287
<h3><a name=v1.554>What's new in 1.554</a> (2014/03/09)</h3>
K
Kohsuke Kawaguchi 已提交
1288
<ul class=image>
1289 1290 1291
  <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>)
1292 1293 1294
  <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 已提交
1295
</ul>
1296
<h3><a name=v1.553>What's new in 1.553</a> (2014/03/02)</h3>
K
Kohsuke Kawaguchi 已提交
1297
<ul class=image>
J
Jesse Glick 已提交
1298 1299 1300 1301
  <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>)
1302 1303 1304
  <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>)
1305 1306 1307
  <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>)
1308 1309 1310
  <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>)
1311
  <li class=rfe>
H
Harald Albers 已提交
1312
    Slave started from Java Web Start can now install itself as a systemd service.
1313 1314
  <li class=rfe>
    Split the “raw HTML” markup formatter out of core into a bundled plugin.
1315 1316 1317 1318 1319
  <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.
K
Kohsuke Kawaguchi 已提交
1320
    (<a href="https://github.com/jenkinsci/jenkins/pull/1124">pull request 1124</a>)
K
Kohsuke Kawaguchi 已提交
1321
</ul>
1322
<h3><a name=v1.552>What's new in 1.552</a> (2014/02/24)</h3>
K
Kohsuke Kawaguchi 已提交
1323
<ul class=image>
1324 1325 1326
  <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>)
1327 1328 1329
  <li class=bug>
    Fixed broken action links on Label page
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21778">issue 21778</a>)
1330 1331 1332
  <li class=rfe>
    Allow Actions to contribute to Labels' main page
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21777">issue 21777</a>)
1333 1334 1335
  <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 已提交
1336 1337
  <li class=rfe>
    Improve detection of broken reverse proxy setups.
K
Kohsuke Kawaguchi 已提交
1338
</ul>
1339
<h3><a name=v1.551>What's new in 1.551</a> (2014/02/14)</h3>
K
Kohsuke Kawaguchi 已提交
1340
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1341 1342 1343
  <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 已提交
1344 1345 1346
  <li class='major bug'>
    Regression in Windows slaves since 1.547.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21373">issue 21373</a>)
1347 1348 1349
  <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 已提交
1350 1351 1352
  <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 已提交
1353 1354 1355
  <li class=bug>
    f:combobox is narrow.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21612">issue 21612</a>)
1356 1357 1358
  <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>)
1359 1360 1361
  <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>)
1362 1363 1364
  <li class=rfe>
    Sort groups on user index page alphabetically.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21673">issue 21673</a>)
1365 1366 1367
  <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 已提交
1368 1369 1370
  <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 已提交
1371 1372 1373
  <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>)
1374 1375 1376
  <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>)
1377 1378 1379
  <li class=bug>
    TestObject doesn't replace '%' character
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21707">issue 21707</a>)
1380 1381
  <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 已提交
1382
</ul>
1383
<h3><a name=v1.550>What's new in 1.550</a> (2014/02/09)</h3>
K
Kohsuke Kawaguchi 已提交
1384 1385 1386 1387
<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>)
1388 1389 1390
  <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 已提交
1391
</ul>
1392
<h3><a name=v1.549>What's new in 1.549</a> (2014/01/25)</h3>
K
Kohsuke Kawaguchi 已提交
1393
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1394 1395 1396
  <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>)
1397 1398 1399
  <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 已提交
1400 1401
  <li class=bug>
    Broken CSS when reloading Jenkins after a time of inactivity
O
Oliver Gondža 已提交
1402
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17526">issue 17526</a>)
O
Oleg Nenashev 已提交
1403 1404 1405
  <li class=rfe>
    Add Batch Command tool installer for Windows nodes.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21202">issue 21202</a>)
D
Daniel Beck 已提交
1406 1407 1408
  <li class=rfe>
    Allow more specific loggers to reduce log level.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21386">issue 21386</a>)
K
Kohsuke Kawaguchi 已提交
1409
</ul>
1410
<h3><a name=v1.548>What's new in 1.548</a> (2014/01/20)</h3>
K
Kohsuke Kawaguchi 已提交
1411
<ul class=image>
1412 1413 1414
  <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>)
1415 1416 1417 1418 1419
  <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>)
1420
  <li class=bug>
1421 1422
    <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>)
1423 1424 1425
  <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>)
1426
  <li class=bug>
1427 1428
    <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>)
1429 1430 1431
  <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>)
1432 1433 1434
  <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 已提交
1435
</ul>
1436
<h3><a name=v1.547>What's new in 1.547</a> (2014/01/12)</h3>
K
Kohsuke Kawaguchi 已提交
1437
<ul class=image>
1438 1439
  <li class=rfe>
    Split Windows slave functionality into its own plugin.
1440 1441 1442
  <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 已提交
1443 1444 1445
  <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 已提交
1446
</ul>
1447
<h3><a name=v1.546>What's new in 1.546</a> (2014/01/06)</h3>
K
Kohsuke Kawaguchi 已提交
1448
<ul class=image>
1449 1450 1451
  <li class="major bug">
    Builds disappear after renaming a job.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18678">issue 18678</a>)
1452 1453 1454
  <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>)
1455 1456 1457
  <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>)
1458 1459 1460
  <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 已提交
1461
</ul>
K
Kohsuke Kawaguchi 已提交
1462
<h3><a name=v1.545>What's new in 1.545</a> (2013/12/31)</h3>
K
Kohsuke Kawaguchi 已提交
1463
<ul class=image>
1464 1465 1466
  <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>)
1467 1468 1469
  <li class=bug>
    Better robustness against XML deserialization errors.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-21024">issue 21024</a>)
1470 1471 1472
  <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>)
1473 1474 1475
  <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 已提交
1476
</ul>
K
Kohsuke Kawaguchi 已提交
1477
<h3><a name=v1.544>What's new in 1.544</a> (2013/12/15)</h3>
K
Kohsuke Kawaguchi 已提交
1478
<ul class=image>
O
Oliver Gondža 已提交
1479 1480 1481
  <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 已提交
1482 1483 1484
  <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 已提交
1485 1486 1487
  <li class=rfe>
    Added filter field for installed plugins tab.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20219">issue 20219</a>)
1488 1489 1490
  <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>)
1491 1492 1493
  <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 已提交
1494 1495 1496
  <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 已提交
1497 1498 1499
  <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 已提交
1500 1501 1502
  <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>)
1503 1504 1505
</ul>
<h3><a name=v1.543>What's new in 1.543</a> (2013/12/10)</h3>
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1506 1507 1508 1509
  <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 已提交
1510
<h3><a name=v1.542>What's new in 1.542</a> (2013/12/02)</h3>
K
Kohsuke Kawaguchi 已提交
1511
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1512 1513 1514
  <li class=bug>
    Improved error diagnosis for jzlib deflate problem.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20618">issue 20618</a>)
1515 1516 1517
  <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 已提交
1518 1519 1520
  <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 已提交
1521 1522 1523
  <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 已提交
1524 1525
  <li class="major bug">
    Jenkins 1.540 just doesn't boot on Windows at all.
1526
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20630">issue 20630</a>)
K
Kohsuke Kawaguchi 已提交
1527
</ul>
K
Kohsuke Kawaguchi 已提交
1528
<h3><a name=v1.541>What's new in 1.541</a> (2013/11/24)</h3>
K
Kohsuke Kawaguchi 已提交
1529
<ul class=image>
1530 1531 1532
  <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 已提交
1533 1534 1535
  <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 已提交
1536 1537 1538
  <li class=bug>
    Fixed "java.lang.NoClassDefFoundError: JarURLConnection" on OpenJDK
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20163">issue 20163</a>)
1539 1540 1541
  <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>)
1542 1543 1544
  <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 已提交
1545 1546 1547
  <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 已提交
1548
</ul>
K
Kohsuke Kawaguchi 已提交
1549
<h3><a name=v1.540>What's new in 1.540</a> (2013/11/17)</h3>
K
Kohsuke Kawaguchi 已提交
1550
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1551 1552 1553
  <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 已提交
1554
  <li class=bug>
O
Olivier Lamy 已提交
1555
    hudson appears in a the webpage title.
O
Olivier Lamy 已提交
1556
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14380">issue 14380</a>)
1557 1558 1559
  <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 已提交
1560 1561 1562
  <li class=rfe>
    Add Test button to check proxy connection
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20191">issue 20191</a>)
1563 1564
  <li class=rfe>
    Collect and report JVM crash dump files to assist trouble-shooting
1565 1566 1567
  <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 已提交
1568 1569 1570
  <li class=rfe>
    Show different “up” link for jobs in folders.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20106">issue 20106</a>)
1571 1572 1573
  <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>)
1574
  <li class='major bug'>
K
Kohsuke Kawaguchi 已提交
1575 1576
    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>)
1577
  <li class=bug>
D
Daniel Beck 已提交
1578
    Fixed error during installation of .deb package (/var/run/jenkins doesn't exists)
1579
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20407">issue 20407</a>)
V
Vojtech Juranek 已提交
1580 1581 1582
  <li class=bug>
    Global search box now remembers entered text
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18192">issue 18192</a>)
1583 1584 1585 1586
  <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 已提交
1587 1588 1589
  <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>)
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601
  <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 已提交
1602
</ul>
K
Kohsuke Kawaguchi 已提交
1603
<h3><a name=v1.539>What's new in 1.539</a> (2013/11/11)</h3>
K
Kohsuke Kawaguchi 已提交
1604 1605 1606 1607 1608 1609 1610
<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 已提交
1611
<h3><a name=v1.538>What's new in 1.538</a> (2013/11/03)</h3>
K
Kohsuke Kawaguchi 已提交
1612
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1613 1614 1615 1616
  <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 已提交
1617 1618 1619
  <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 已提交
1620 1621 1622
  <li class=rfe>
    Test failure summary appearance is improved.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19884">issue 19884</a>)
1623 1624 1625
  <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 已提交
1626
  <li class=rfe>
K
Kohsuke Kawaguchi 已提交
1627
    Improved the /cli help screen.
K
Kohsuke Kawaguchi 已提交
1628
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20023">issue 20023</a>)
K
Kohsuke Kawaguchi 已提交
1629
  <li class=bug>
1630
    Polling-triggered jobs get scheduled en-mass on start-up if slaves aren't online yet.
K
Kohsuke Kawaguchi 已提交
1631
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-8408">issue 8408</a>)
K
Kohsuke Kawaguchi 已提交
1632 1633 1634
  <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 已提交
1635 1636 1637
  <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 已提交
1638
  <li class=bug>
D
Daniel Beck 已提交
1639
    Fixed a bug in the compatibility transformer (since 1.527) that causes <tt>VerifyError</tt> in Ivy plugin and possibly others.
K
Kohsuke Kawaguchi 已提交
1640
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19383">issue 19383</a>)
1641 1642
  <li class=bug>
    Pass full list of all possible jobs to ViewJobFilter when recurse option is set
1643
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-20143">issue 20143</a>)
1644 1645 1646
  <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>)
1647 1648 1649
  <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>)
1650
  </li>
K
Kohsuke Kawaguchi 已提交
1651
</ul>
K
Kohsuke Kawaguchi 已提交
1652
<h3><a name=v1.537>What's new in 1.537</a> (2013/10/27)</h3>
K
Kohsuke Kawaguchi 已提交
1653
<ul class=image>
1654 1655 1656
  <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>)
1657 1658 1659
  <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>)
1660 1661 1662
  <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>)
1663 1664 1665
  <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>)
1666 1667
  <li class=bug>
    “Run a build” link in page shown when no workspace existed for a job was not functional; unlinking.
1668 1669 1670
  <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 已提交
1671 1672 1673
  <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 已提交
1674
</ul>
K
Kohsuke Kawaguchi 已提交
1675
<h3><a name=v1.536>What's new in 1.536</a> (2013/10/20)</h3>
K
Kohsuke Kawaguchi 已提交
1676
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1677 1678 1679
  <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 已提交
1680 1681 1682
  <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>)
1683 1684 1685
  <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>)
1686
  <li class='major bug'>
1687 1688 1689
    Stapler error saving certain kinds of configuration.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18629">issue 18629</a>)
  <li class='major bug'>
1690 1691 1692 1693 1694 1695
    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>)
1696
  <li class='major rfe'>
K
Kohsuke Kawaguchi 已提交
1697
    Upgrade bundled iplugin versions: ssh-slaves to 1.4, ssh-credentials to 1.5.3 and
1698
    credentials to 1.8.3
S
Stephen Connolly 已提交
1699
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19945">issue 19945</a>)
1700 1701
  <li class='major rfe'>
    Executor threads are now created only on demand.
K
Kohsuke Kawaguchi 已提交
1702
</ul>
K
Kohsuke Kawaguchi 已提交
1703
<h3><a name=v1.535>What's new in 1.535</a> (2013/10/14)</h3>
K
Kohsuke Kawaguchi 已提交
1704
<ul class=image>
1705 1706 1707 1708 1709 1710
  <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>)
1711 1712 1713
  <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 已提交
1714 1715
  <li class='rfe'>
    Split matrix authorization strategies into an independent plugin.
1716 1717
  <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.
1718 1719 1720
  <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>)
1721 1722 1723 1724
  <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>
1725 1726
    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>)
1727 1728 1729 1730 1731
  <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 已提交
1732 1733 1734
  <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 已提交
1735 1736 1737
  <li class=rfe>
    Visualize queued jobs in view.
    (<a href="https://github.com/jenkinsci/jenkins/pull/531">pull request 531</a>)
K
Kohsuke Kawaguchi 已提交
1738
</ul>
K
Kohsuke Kawaguchi 已提交
1739
<h3><a name=v1.534>What's new in 1.534</a> (2013/10/07)</h3>
K
Kohsuke Kawaguchi 已提交
1740
<ul class=image>
1741 1742 1743
  <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 已提交
1744 1745 1746
  <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>)
1747 1748 1749
  <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>)
1750 1751 1752
  <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>)
1753 1754 1755
  <li class='rfe'>
    Added postCheckout method for SCMs
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19740">issue 19740</a>)
K
Kohsuke Kawaguchi 已提交
1756
</ul>
1757
<h3><a name=v1.533>What's new in 1.533</a> (2013/09/29)</h3>
K
Kohsuke Kawaguchi 已提交
1758
<ul class=image>
J
Jesse Glick 已提交
1759 1760 1761
  <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 已提交
1762
</ul>
1763
<h3><a name=v1.532>What's new in 1.532</a> (2013/09/23)</h3>
K
Kohsuke Kawaguchi 已提交
1764
<ul class=image>
1765 1766 1767
  <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 已提交
1768 1769 1770
  <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 已提交
1771 1772 1773
  <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 已提交
1774 1775 1776
  <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>)
1777 1778 1779
  <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>)
1780 1781 1782
  <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 已提交
1783 1784 1785
  <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 已提交
1786
</ul>
1787
<h3><a name=v1.531>What's new in 1.531</a> (2013/09/16)</h3>
K
Kohsuke Kawaguchi 已提交
1788
<ul class=image>
1789 1790 1791
  <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>)
1792 1793 1794
  <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 已提交
1795 1796 1797
  <li class=bug>
    Identify user agent for Internet Explorer 11.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19171">issue 19171</a>)
1798 1799 1800
  <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>)
1801 1802 1803
  <li class=bug>
    Robustness against truncated fingerprint files.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19515">issue 19515</a>)
K
Kohsuke Kawaguchi 已提交
1804 1805 1806
  <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>)
1807 1808 1809
  <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 已提交
1810 1811 1812
  <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 已提交
1813
</ul>
1814
<h3><a name=v1.530>What's new in 1.530</a> (2013/09/09)</h3>
K
Kohsuke Kawaguchi 已提交
1815
<ul class=image>
1816 1817 1818
  <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>)
1819 1820 1821 1822 1823 1824
  <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>)
1825 1826 1827
  <li class='major bug'>
    404s from Javadoc and HTML Publisher plugins.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19168">issue 19168</a>)
1828 1829 1830
  <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 已提交
1831
</ul>
1832
<h3><a name=v1.529>What's new in 1.529</a> (2013/08/26)</h3>
K
Kohsuke Kawaguchi 已提交
1833
<ul class=image>
O
Olivier Lamy 已提交
1834 1835
  <li class=rfe>
      With Apache Maven 3.1 build, logging configuration from the Apache Maven distribution is not used.
O
Olivier Lamy 已提交
1836 1837
  <li class=rfe>
      Avoid log duplication with Apache Maven 3.1 builds
1838 1839 1840
  <li class=bug>
    Ungraceful handling of empty matrix project axes.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-19135">issue 19135</a>)
1841 1842
  <li class=bug>
    Updated Groovy to 1.8.9 to avoid <a href="http://jira.codehaus.org/browse/GROOVY-4292">GROOVY-4292</a>.
1843 1844 1845
  <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>)
1846 1847 1848
  <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>)
1849 1850 1851
  <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 已提交
1852
</ul>
1853
<h3><a name=v1.528>What's new in 1.528</a> (2013/08/18)</h3>
K
Kohsuke Kawaguchi 已提交
1854
<ul class=image>
1855 1856
  <li class=rfe>
    Command line now supports "--sessionTimeout" option for controlling session timeout
K
Kohsuke Kawaguchi 已提交
1857 1858 1859
  <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>)
1860 1861 1862
  <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 已提交
1863 1864 1865
  <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>)
1866 1867
  <li class=rfe>
    Use Guice from Google rather than a fork
V
Vojtech Juranek 已提交
1868 1869 1870
  <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 已提交
1871
</ul>
1872
<h3><a name=v1.527>What's new in 1.527</a> (2013/08/12)</h3>
K
Kohsuke Kawaguchi 已提交
1873
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1874 1875 1876 1877 1878 1879
  <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 已提交
1880 1881 1882
  <li class=rfe>
    Improve search to locate items inside folders.
    (<a href="https://github.com/jenkinsci/jenkins/pull/848">pull request 848</a>)
1883
    (<a href="https://github.com/jenkinsci/jenkins/pull/893">pull request 893</a>)
1884 1885 1886
  <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>)
1887 1888 1889
  <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 已提交
1890
</ul>
1891
<h3><a name=v1.526>What's new in 1.526</a> (2013/08/05)</h3>
K
Kohsuke Kawaguchi 已提交
1892
<ul class=image>
C
christ66 已提交
1893 1894 1895
  <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 已提交
1896 1897 1898
  <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>)
1899
  <li class=bug>
J
Typo.  
Jesse Glick 已提交
1900
    Maven build failure wasn't describing errors like Maven CLI does.
1901
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15025">issue 15025</a>)
1902 1903 1904
  <li class=bug>
    <code>MavenModuleSetBuild.getResult</code> is expensive.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18895">issue 18895</a>)
1905 1906 1907 1908 1909 1910
  <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 已提交
1911
  <li class=rfe>
1912
    Added a new monitor that detects and fixes out-of-order builds records.
K
Kohsuke Kawaguchi 已提交
1913
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18289">issue 18289</a>)
1914 1915 1916
  <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 已提交
1917 1918 1919
  <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 已提交
1920 1921 1922
  <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 已提交
1923 1924 1925
  <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>)
1926 1927 1928
  <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>)
1929 1930 1931
  <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>)
1932 1933 1934
  <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 已提交
1935 1936 1937
  <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>)
1938 1939 1940
  <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>)
1941 1942 1943
  <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>)
1944 1945
  <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 已提交
1946 1947 1948
  <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 已提交
1949 1950 1951
  <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 已提交
1952
</ul>
1953 1954
<h3><a name=v1.525>What's new in 1.525</a> (2013/07/29)</h3>
<p>Same as 1.524; botched release.</p>
1955
<h3><a name=v1.524>What's new in 1.524</a> (2013/07/23)</h3>
K
Kohsuke Kawaguchi 已提交
1956
<ul class=image>
1957 1958 1959
  <li class=bug>
    Clock Difference broken on Manage Nodes page
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18671">issue 18671</a>)
1960 1961 1962
  <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>)
1963 1964 1965
  <li class=bug>
    NPE in MavenFingerprinter.getArtifactRepositoryMaven21.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18441">issue 18441</a>)
1966 1967
  <li class=rfe>
    More reliability improvement in remote slave reconnection.
D
Daniel Beck 已提交
1968 1969 1970
  <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 已提交
1971
</ul>
1972
<h3><a name=v1.523>What's new in 1.523</a> (2013/07/14)</h3>
K
Kohsuke Kawaguchi 已提交
1973 1974 1975 1976 1977
<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>
1978
<h3><a name=v1.522>What's new in 1.522</a> (2013/07/06)</h3>
K
Kohsuke Kawaguchi 已提交
1979
<ul class=image>
K
Kohsuke Kawaguchi 已提交
1980 1981 1982
  <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 已提交
1983 1984 1985
  <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 已提交
1986 1987 1988
  <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 已提交
1989 1990 1991
  <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>)
1992 1993 1994
  <li class=bug>
    Deadlock during Maven builds Parsing POM step
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15846">issue 15846</a>)
1995 1996
  <li class=bug>
    If every node is restricted to tied jobs only, Matrix build jobs can never start.
K
Kohsuke Kawaguchi 已提交
1997
</ul>
1998
<h3><a name=v1.521>What's new in 1.521</a> (2013/07/02)</h3>
K
Kohsuke Kawaguchi 已提交
1999
<ul class=image>
K
Kohsuke Kawaguchi 已提交
2000 2001 2002
  <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 已提交
2003 2004 2005
  <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 已提交
2006 2007 2008 2009 2010
  <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 已提交
2011 2012 2013
  <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 已提交
2014 2015 2016
  <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 已提交
2017 2018 2019
  <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 已提交
2020 2021
  <li class=bug>
    Edited description wasn't reflected when pressing the "Apply" button.
2022 2023 2024 2025 2026
    (<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>)
2027 2028
  <li class=rfe>
    Revisited the extension point added in 1.519 that adds custom plexus components.
2029
</ul>
2030
<h3><a name=v1.520>What's new in 1.520</a> (2013/06/25)</h3>
K
Kohsuke Kawaguchi 已提交
2031
<ul class=image>
K
Kohsuke Kawaguchi 已提交
2032
  <li class=bug>
J
Typo.  
Jesse Glick 已提交
2033
    Slave launch thread should have the background activity credential.
K
Kohsuke Kawaguchi 已提交
2034
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15578">issue 15578</a>)
2035 2036 2037
  <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 已提交
2038 2039 2040
  <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>)
2041 2042 2043
  <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>)
2044 2045 2046
  <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 已提交
2047 2048 2049
  <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>)
2050 2051 2052
  <li class=bug>
    Fixed file descriptor leak in fingerprint computation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18351">issue 18351</a>)
2053 2054 2055
  <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>)
2056 2057
  <li class=rfe>
    Added a new extension point to monitor the flow of stuff in the queue.
K
Kohsuke Kawaguchi 已提交
2058 2059 2060
  <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>)
2061 2062
  <li class=rfe>
    Possible to create a custom <code>AbstractDiskSpaceMonitor</code>.
2063 2064 2065
  <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>)
2066 2067 2068 2069
  <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.
2070 2071 2072 2073
  <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>)
2074 2075 2076
  <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>)
2077 2078 2079 2080
  <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>)
2081 2082 2083 2084 2085 2086
  <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 已提交
2087
</ul>
2088
<h3><a name=v1.519>What's new in 1.519</a> (2013/06/17)</h3>
K
Kohsuke Kawaguchi 已提交
2089
<ul class=image>
J
Jesse Glick 已提交
2090 2091 2092
  <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>)
2093 2094 2095
  <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 已提交
2096 2097 2098
  <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>)
2099 2100
  <li class='rfe'>
    Improved the tracking of queued jobs and their eventual builds in the REST API.
2101 2102 2103
  <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>)
2104 2105
  <li class='rfe'>
    Added a new extension point to contribute custom plexus components into Maven for the maven project type.
K
Kohsuke Kawaguchi 已提交
2106 2107 2108
  <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 已提交
2109
</ul>
2110
<h3><a name=v1.518>What's new in 1.518</a> (2013/06/11)</h3>
K
Kohsuke Kawaguchi 已提交
2111
<ul class=image>
J
Jesse Glick 已提交
2112 2113 2114
  <li class=bug>
    NPE in <code>DefaultMatrixExecutionStrategyImpl.waitForCompletion</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18024">issue 18024</a>)
2115 2116 2117
  <li class=bug>
    Optimizations in fingerprint recording.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16301">issue 16301</a>)
2118 2119 2120
  <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>)
2121 2122 2123
  <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>)
2124 2125 2126
  <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>)
2127 2128
  <li class=bug>
    Do not fail startup in case <code>ListView.includeRegex</code> was syntactically malformed.
2129 2130 2131
  <li class=bug>
    CSS stylesheets misrendered in Chrome due to caching.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17684">issue 17684</a>)
2132 2133 2134
  <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>)
2135 2136 2137
  <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 已提交
2138
</ul>
2139
<h3><a name=v1.517>What's new in 1.517</a> (2013/06/02)</h3>
K
Kohsuke Kawaguchi 已提交
2140
<ul class=image>
2141 2142 2143
  <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 已提交
2144 2145 2146
  <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>)
2147 2148 2149
  <li class=rfe>
    Add support for scalatest-maven-plugin.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-18086">issue 18086</a>)
2150 2151 2152
  <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>)
2153 2154 2155
  <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 已提交
2156 2157 2158
  <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>)
2159 2160 2161 2162
  <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 已提交
2163
</ul>
2164
<h3><a name=v1.516>What's new in 1.516</a> (2013/05/27)</h3>
K
Kohsuke Kawaguchi 已提交
2165
<ul class=image>
2166 2167 2168
  <li class=bug>
    NPE from <code>Run.getDynamic</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17935">issue 17935</a>)
2169 2170 2171
  <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>)
2172 2173 2174
  <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>)
2175 2176 2177
  <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 已提交
2178
</ul>
2179
<h3><a name=v1.515>What's new in 1.515</a> (2013/05/18)</h3>
K
Kohsuke Kawaguchi 已提交
2180
<ul class=image>
O
Olivier Lamy 已提交
2181
  <li class=rfe>
2182 2183 2184
    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 已提交
2185
     (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17858">issue 17858</a>)
I
imod 已提交
2186
  <li class=rfe>
O
Olivier Lamy 已提交
2187 2188
    mark maven settings / global settings as default for new jobs
     (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17723">issue 17723</a>)
2189 2190 2191
  <li class=bug>
    Display Name is not shown.
     (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17715">issue 17715</a>)
2192 2193 2194
  <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>)
2195 2196 2197
  <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 已提交
2198 2199 2200
  <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>)
2201 2202 2203
  <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>)
2204 2205 2206
  <li class=rfe>
    Allow the combination filter to accept parameter values.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7285">issue 7285</a>)
2207 2208 2209
  <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 已提交
2210
</ul>
2211
<h3><a name=v1.514>What's new in 1.514</a> (2013/05/01)</h3>
K
Kohsuke Kawaguchi 已提交
2212
<ul class=image>
2213 2214
  <li class=rfe>
    Added a new <tt>set-build-parameter</tt> command that can update a build variable from within a build.
2215 2216
  <li class=rfe>
    Can use <code>-Dhudson.udp=-1</code> to disable UDP broadcast without showing an ugly exception.
2217 2218 2219
  <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>)
2220
  <li class='major bug'>
2221
    Mitigation of exception from fingerprinting in a Maven project when a parent POM could not be located.
2222
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17775">issue 17775</a>)
2223 2224 2225
  <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 已提交
2226 2227 2228
  <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>)
2229 2230 2231
  <li class='major bug'>
    NPE configuring Copy Artifact with Maven jobs.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17402">issue 17402</a>)
2232 2233
  <li class=rfe>
    <code>/about</code> now links to license information for plugins as well.
J
Jesse Glick 已提交
2234 2235
  <li class=rfe>
    Updated bundled plugins.
K
Kohsuke Kawaguchi 已提交
2236
</ul>
2237
<h3><a name=v1.513>What's new in 1.513</a> (2013/04/28)</h3>
K
Kohsuke Kawaguchi 已提交
2238
<ul class=image>
2239 2240
  <li class=rfe>
    Slave status monitor page shows when the data is last obtained
2241 2242
  <li class=rfe>
    Delete button to highlight what it is going to delete.
J
Jesse Glick 已提交
2243 2244 2245
  <li class=bug>
    <code>StringIndexOutOfBoundsException</code> in <code>PackageResult.findCorrespondingResult</code>.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17721">issue 17721</a>)
2246 2247 2248
  <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>)
2249 2250 2251
  <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 已提交
2252 2253 2254 2255 2256 2257 2258 2259 2260
  <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 已提交
2261
</ul>
2262
<h3><a name=v1.512>What's new in 1.512</a> (2013/04/21)</h3>
K
Kohsuke Kawaguchi 已提交
2263
<ul class=image>
2264
  <li class=rfe>
J
Jesse Glick 已提交
2265 2266
    Views can now include jobs located within folders.
    (<a href="https://github.com/jenkinsci/jenkins/pull/757">pull 757</a>)
2267 2268 2269
  <li class=rfe>
    Added confirmation dialog before reloading configuration from disk.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15340">issue 15340</a>)
2270 2271
  <li class=rfe>
    Switched confirmation before deleting jobs or wiping out workspace to a dialog.
2272 2273 2274
  <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 已提交
2275 2276
  <li class=rfe>
    Check the view name with ajax.
2277 2278 2279
  <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>)
2280 2281 2282
  <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>)
2283 2284 2285
  <li class=bug>
    ”My Views" links leads to 404 Not Found.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17317">issue 17317</a>)
2286
  <li class=bug>
K
Kohsuke Kawaguchi 已提交
2287
    Quoting Issue with JDK Installer with Windows Installer.
2288
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-5408">issue 5408</a>)
J
Jesse Glick 已提交
2289 2290 2291
  <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 已提交
2292 2293 2294
  <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 已提交
2295
</ul>
2296
<h3><a name=v1.511>What's new in 1.511</a> (2013/04/14)</h3>
K
Kohsuke Kawaguchi 已提交
2297
<ul class=image>
2298 2299 2300
  <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>)
2301 2302 2303
  <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>)
2304 2305 2306
  <li class=rfe>
    Better display of parameters in queue items.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17454">issue 17454</a>)
2307 2308 2309
  <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 已提交
2310
</ul>
2311
<h3><a name=v1.510>What's new in 1.510</a> (2013/04/06)</h3>
K
Kohsuke Kawaguchi 已提交
2312
<ul class=image>
K
Kohsuke Kawaguchi 已提交
2313 2314 2315
  <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>)
2316 2317 2318 2319
  <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>)
2320 2321 2322
  <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 已提交
2323 2324 2325
  <li class=bug>
    Improved UI for implicitly locked builds.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-10197">issue 10197</a>)
2326 2327 2328
  <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 已提交
2329 2330 2331
  <li class=rfe>
    Promote the use of 'H' in cron.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17311">issue 17311</a>)
2332 2333 2334
  <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 已提交
2335
</ul>
2336
<h3><a name=v1.509>What's new in 1.509</a> (2013/04/02)</h3>
K
Kohsuke Kawaguchi 已提交
2337
<ul class=image>
2338 2339 2340
  <li class='major bug'>
    Heavy thread congestion saving fingerprints.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13154">issue 13154</a>)
2341
  <li class=rfe>
J
Jesse Glick 已提交
2342 2343
    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>)
2344 2345 2346
  <li class=rfe>
    Better report file deletion failures.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17271">issue 17271</a>)
2347 2348 2349
  <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>)
2350 2351 2352
  <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 已提交
2353 2354 2355
  <li class='major rfe'>
    Performance improvement in master/slave communication throughput
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-7813">issue 7813</a>)
2356 2357 2358 2359 2360 2361
  <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>)
2362
  <li class=bug>
K
Kohsuke Kawaguchi 已提交
2363
    View name should not allow "..".
2364
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16608">issue 16608</a>)
K
Kohsuke Kawaguchi 已提交
2365
</ul>
2366
<h3><a name=v1.508>What's new in 1.508</a> (2013/03/25)</h3>
K
Kohsuke Kawaguchi 已提交
2367 2368 2369 2370 2371
<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>
2372
<h3><a name=v1.507>What's new in 1.507</a> (2013/03/24)</h3>
K
Kohsuke Kawaguchi 已提交
2373
<ul class=image>
2374 2375 2376 2377
  <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 已提交
2378 2379 2380
  <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 已提交
2381 2382 2383
  <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>)
2384 2385 2386
  <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 已提交
2387 2388 2389
  <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 已提交
2390 2391 2392
  <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>)
2393 2394
  <li class=bug>
    Wrong build result in post build steps after failed pre build step in maven projects.
K
Kohsuke Kawaguchi 已提交
2395
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17177">issue 17177</a>)
K
Kohsuke Kawaguchi 已提交
2396
</ul>
2397
<h3><a name=v1.506>What's new in 1.506</a> (2013/03/17)</h3>
K
Kohsuke Kawaguchi 已提交
2398
<ul class=image>
2399 2400 2401
  <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>)
2402 2403 2404
  <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>)
2405 2406 2407
  <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>)
2408 2409 2410
  <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>)
2411 2412 2413
  <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>)
2414 2415 2416
  <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 已提交
2417 2418 2419
  <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 已提交
2420
  <li class=rfe>
J
Jesse Glick 已提交
2421
    Improved the request handling performance (where the file lookup is expensive, such as on NFS).
K
Kohsuke Kawaguchi 已提交
2422
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16606">issue 16606</a>)
2423 2424
  <li class=rfe>
    Windows symbolic support on Java5/6.
2425 2426
  <li class=rfe>
    Improved the duration browsers cache static resources.
K
Kohsuke Kawaguchi 已提交
2427
</ul>
2428
<h3><a name=v1.505>What's new in 1.505</a> (2013/03/10)</h3>
K
Kohsuke Kawaguchi 已提交
2429
<ul class=image>
J
Jesse Glick 已提交
2430 2431 2432
  <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>)
2433 2434 2435
  <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 已提交
2436 2437 2438
  <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>)
2439 2440 2441 2442 2443 2444
  <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 已提交
2445 2446 2447
  <li class=bug>
    Absolute URLs in console output
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16368">issue 16368</a>)
2448
  <li class=bug>
2449
    Revert ampersand encoding which can cause backward incompatibility issue
2450
    (<a href="https://github.com/jenkinsci/jenkins/pull/683">pull 683</a>)
2451 2452 2453
  <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 已提交
2454 2455 2456
  <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 已提交
2457
</ul>
2458
<h3><a name=v1.504>What's new in 1.504</a> (2013/03/03)</h3>
K
Kohsuke Kawaguchi 已提交
2459
<ul class=image>
K
Kohsuke Kawaguchi 已提交
2460 2461 2462
  <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>)
2463 2464 2465
  <li class='major bug'>
    Maven 3.0.5 upgrade.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16965">issue 16965</a>)
2466 2467 2468
  <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>)
2469 2470 2471
  <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>)
2472 2473 2474
  <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>)
2475 2476 2477
  <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>)
2478 2479 2480
  <li class=bug>
    Maven2 builds with non-standard test plugins failed.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16928">issue 16928</a>)
2481 2482 2483
  <li class=rfe>
    Started bundling XStream 1.4.4
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-12542">issue 12542</a>)
2484 2485 2486
  <li class=rfe>
    Significant improvement in Traditional Chinese localizations.
    (<a href="https://github.com/jenkinsci/jenkins/pull/716">pull 716</a>)
K
Kohsuke Kawaguchi 已提交
2487
</ul>
2488
<h3><a name=v1.503>What's new in 1.503</a> (2013/02/26)</h3>
2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530
<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 已提交
2531
<ul class=image>
K
Kohsuke Kawaguchi 已提交
2532 2533 2534
  <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 已提交
2535 2536 2537
  <li class='major bug'>
    Builds disappear from build history after completion.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-15156">issue 15156</a>)
2538 2539 2540
  <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>)
2541 2542 2543 2544 2545 2546 2547 2548
  <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 已提交
2549
</ul>
2550
<h3><a name=v1.501>What's new in 1.501</a> (2013/02/10)</h3>
K
Kohsuke Kawaguchi 已提交
2551
<ul class=image>
2552 2553 2554
  <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>)
2555 2556 2557
  <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>)
2558 2559 2560
  <li class='major bug'>
    Restored Java 5 compatibility.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16554">issue 16554</a>)
2561 2562 2563
  <li class=bug>
    Bogus “Build Record Root Directory” inadequately diagnosed.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16457">issue 16457</a>)
2564 2565 2566
  <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>)
2567 2568 2569
  <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>)
2570 2571
  <li class=bug>
    API typo <code>DependecyDeclarer</code> corrected.
J
Jesse Glick 已提交
2572 2573 2574
  <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>)
2575 2576 2577
  <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 已提交
2578 2579 2580
  <li class=bug>
    Fixed RememberMe cookie signature generation.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16278">issue 16278</a>)
2581 2582 2583
  <li class=bug>
    Fixed NullPointerException when copying from existing Maven job
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-16499">issue 16499</a>)
K
Kohsuke Kawaguchi 已提交
2584

K
Kohsuke Kawaguchi 已提交
2585
</ul>
2586
<h3><a name=v1.500>What's new in 1.500</a> (2013/01/26)</h3>
2587
<ul class=image>
2588 2589
  <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 已提交
2590 2591 2592
  <li class=rfe>
    Enable transparent log decompression support.
    (<a href="https://issues.jenkins-ci.org/browse/JENKINS-13655">issue 13655</a>)
2593 2594 2595
  <li class=rfe>
    Display authorities at <code>/user/*</code> for convenience.
    (<a href="https://github.com/jenkinsci/jenkins/pull/577">pull 577</a>)
2596
  <li class=bug>
2597 2598
    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>)
2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632
  <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>)
2633
</ul>
2634
<h3><a name=v1.499>What's new in 1.499</a> (2013/01/13)</h3>
2635 2636 2637 2638 2639
<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>
2640
<h3><a name=v1.498>What's new in 1.498</a> (2013/01/07)</h3>
K
Kohsuke Kawaguchi 已提交
2641 2642 2643 2644 2645
<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>
2646
<h3><a name=v1.497>What's new in 1.497</a> (2013/01/06)</h3>
K
Kohsuke Kawaguchi 已提交
2647 2648 2649 2650 2651
<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 已提交
2652 2653 2654 2655 2656 2657

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

</body>
</html>