Skip to content

Commit

Permalink
[JENKINS-42189] Warn people against using 2.47.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 23, 2017
1 parent 6ad56e5 commit 258844d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions content/_data/changelogs/weekly.yml
Expand Up @@ -6,36 +6,40 @@
date: 2017-02-19
changes:
- type: bug
message: Update Groovy to 2.4.8 to address memory leak issue
message: >
Update Groovy to 2.4.8 to address memory leak issue.
<strong>Do not use this version if you are running Pipeline builds.</strong>
issue: 33358
references:
- issue: 42189
- type: bug
message: Windows service restart did not retain build queue
message: Windows service restart did not retain build queue.
issue: 32820
- type: bug
message: Exceptions during Jenkins cleanup step should not block restart
message: Exceptions during Jenkins cleanup step should not block restart.
issue: 42164
- type: rfe
message: Upgrade remoting to version 3.5
message: Upgrade remoting to version 3.5.
references:
- url: https://github.com/jenkinsci/remoting/blob/master/CHANGELOG.md#35
title: full changelog
- type: bug
message: >
Remoting 3.5: Remoting clients now accept lowercase (HTTP 2) headers sent by reverse proxies
Remoting 3.5: Remoting clients now accept lowercase (HTTP 2) headers sent by reverse proxies.
issue: 40710
- type: rfe
message: >
Remoting 3.5: Add option to specify the remoting protocol to use on the client
Remoting 3.5: Add option to specify the remoting protocol to use on the client.
issue: 41730
- type: bug
message: >
Remoting 3.5: Stability improvements
Remoting 3.5: Stability improvements.
references:
- issue: 41513
- issue: 41852
- type: bug
message: >
Developer: Snapshot builds of plugins that had dependencies on other snapshot builds were not having their version numbers compared correctly
Developer: Snapshot builds of plugins that had dependencies on other snapshot builds were not having their version numbers compared correctly.
issue: 41899
# Not noting PR 847 because it doesn't look significant enough
# Neither are PRs 2724, 2755, 2753, 2742, 2749, 2747
Expand Down
2 changes: 1 addition & 1 deletion content/_partials/changes.html.haml
@@ -1,6 +1,6 @@
- page.changes.each do | change |
%li{:class => change.type }
= "#{change.message.chomp('.')}."
= change.message
- if change.issue
(
%a{:href => "https://issues.jenkins-ci.org/browse/JENKINS-#{change.issue}" }<>
Expand Down

0 comments on commit 258844d

Please sign in to comment.