Skip to content

Commit

Permalink
Merge pull request #694 from jglick/warning-JENKINS-42189
Browse files Browse the repository at this point in the history
[JENKINS-42189] Warn people against using 2.47
  • Loading branch information
daniel-beck committed Feb 26, 2017
2 parents f9848c1 + 324d60c commit d31c43d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 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
issue: 33358
message: >
Update Groovy to 2.4.8 to address memory leak issue.
<strong>Do not use this version if you are running Pipeline builds unless you also update <em>Pipeline: Groovy</em> to 2.28 or higher.</strong>
references:
- issue: 33358
- 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 d31c43d

Please sign in to comment.