Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing changelog entries for JENKINS-23273 and JENKINS-40693
  • Loading branch information
oleg-nenashev committed May 26, 2017
1 parent e55a4cc commit bd7e859
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions content/_data/changelogs/weekly.yml
Expand Up @@ -285,6 +285,11 @@
title: JDK-8080225
- issue: 42934
pull: 2816
- type: bug
message: >
Packaging:
Do not invoke recursive chown in JENKINS_HOME during the RPM post-install step.
issues: 23273
- type: rfe
issue: 34670
pull: 2445
Expand Down Expand Up @@ -546,11 +551,23 @@
# pull: 2814
- type: major rfe
message: >
Integration of Winstone 4: Upgrade bundled Jetty from 9.2.15.v20160210 to 9.4.5.v20170502.
Integration of Winstone 4.0: Upgrade bundled Jetty from 9.2.15.v20160210 to 9.4.5.v20170502.
<strong>This removes support for the deprecated SPDY protocol.
The <tt>--spdy</tt> parameter has been removed accordingly and Jenkins may refuse to start if it's set.</strong>
pull: 2850
issue: 43713
references:
- title: full changelog
url: "https://github.com/jenkinsci/winstone/blob/master/CHANGELOG.md#40"
- type: bug
message: >
Jetty 9.4.5:
Prevent the <i>400 Bad Host header</i> error for <code>HttpChannelOverHttp</code> when operating behind reverse proxy.
pull: 2850
issue: 40693
references:
- title: corresponding Jetty issue
url: "https://github.com/eclipse/jetty.project/issues/592"
- type: rfe
message: >
Update the Mailer plugin version installed when updating from very old Jenkins releases to include the fix for SECURITY-372, the SSH Slaves plugin for SECURITY-161, and the Script Security plugin for SECURITY-258.
Expand Down Expand Up @@ -601,7 +618,8 @@
pull: 2880
- type: rfe
message: >
Update WinP from 1.24 to 1.25 to improve performance and diagnostics.
Update WinP from 1.24 to 1.25 to improve performance and diagnostics
of issues like <a href="https://issues.jenkins-ci.org/browse/JENKINS-30782">JENKINS-30782</a>.
pull: 2893
references:
- title: full changelog
Expand Down

0 comments on commit bd7e859

Please sign in to comment.