Back to changelog
Changelog for 2.276
January 19, 2021
Security
Security fix.
2021-01-26 security advisory
Major bug fix
Provide a default implementation of the "all files in zip" download link. This is especially important for external storage plugin (regression in 2.275).
JENKINS-64655
Fix the file handle leak inside DirectoryBrowserSupport (regression in 2.275).
pull 5188
,
JENKINS-64632
,
SECURITY-1452
Include root folder in downloaded zip files (regression in 2.275). Resolve an additional related zip archive root folder issue.
pull 5187
,
JENKINS-64621
,
JENKINS-61473
,
SECURITY-1452
Enhancement
Allow job descriptions to be copied without zero-width spaces.
JENKINS-28022
Update spring-security from 5.4.1 to 5.4.2.
pull 5166
,
Spring project spring-security 5.4.2 release notes
Update commons-codec from 1.14 to 1.15.
pull 5165
,
Apache commons-codec 1.15 release notes
Add a system property
jenkins.agent.inboundUrl
to provide an alternate URL for inbound TCP agents.
JENKINS-63222
Bug fix
Restricted methods FilePath#zip(OutputStream, DirScanner, String, boolean) and VirtualFile#zip(OutputStream, String, String, boolean, boolean) have a new parameter
String prefix
.
pull 5187
,
JENKINS-64621
,
JENKINS-61473