Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-11 18:10:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-11 18:10:32 +0300
commitec971a05e380fa580ae75dea30ab963112096525 (patch)
tree33d9fee648491f9900024ba25e681535a7684997 /workhorse/CHANGELOG
parentf469daf1dc805d4c6a689067094112d4ed68d775 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'workhorse/CHANGELOG')
-rw-r--r--workhorse/CHANGELOG12
1 files changed, 7 insertions, 5 deletions
diff --git a/workhorse/CHANGELOG b/workhorse/CHANGELOG
index 271928845c1..42c13465ba9 100644
--- a/workhorse/CHANGELOG
+++ b/workhorse/CHANGELOG
@@ -1,12 +1,14 @@
# Changelog for gitlab-workhorse
-## v8.58.2
+## v8.59.0
-### Security
-- Allow DELETE HTTP method
- https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/
+### Fixed
+- Image scaling: strip out iCCP chunks in PNG files
+ https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/673
-## v8.58.1
+### Other
+- Extract logging concerns into a separate module
+ https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/
### Security
- Reject unknown http methods