diff --git a/content/_data/changelogs/weekly.yml b/content/_data/changelogs/weekly.yml index 1c034c41cce..ac0e3217434 100644 --- a/content/_data/changelogs/weekly.yml +++ b/content/_data/changelogs/weekly.yml @@ -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 @@ -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. This removes support for the deprecated SPDY protocol. The --spdy parameter has been removed accordingly and Jenkins may refuse to start if it's set. 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 400 Bad Host header error for HttpChannelOverHttp 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. @@ -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 JENKINS-30782. pull: 2893 references: - title: full changelog