diff options
author | Jarka Kadlecova <jarka@gitlab.com> | 2017-10-16 18:38:15 +0200 |
---|---|---|
committer | Jarka Kadlecova <jarka@gitlab.com> | 2017-10-16 18:38:15 +0200 |
commit | 72511afcff246f1df9329e08d53803170e081b08 (patch) | |
tree | 8052b217cca8ddefc0cb3513eeac582a9992e47c /CHANGELOG.md | |
parent | 980423f6da0640c8ab8f35c2d56466502f54faef (diff) | |
download | gitlab-ce-72511afcff246f1df9329e08d53803170e081b08.tar.gz |
Update CHANGELOG.md for 9.4.7
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index efd32d44890..56012c85a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -457,6 +457,15 @@ entry. - Use a specialized class for querying events to improve performance. - Update build badges to be pipeline badges and display passing instead of success. +## 9.4.7 (2017-10-16) + +- [SECURITY] Upgrade mail and nokogiri gems due to security issues. !13662 (Markus Koller) +- [SECURITY] Move project repositories between namespaces when renaming users. +- [SECURITY] Prevent an open redirect on project pages. +- [SECURITY] Prevent a persistent XSS in user-provided markup. +- [FIXED] Allow using newlines in pipeline email service recipients. !14250 +- Escape user name in filtered search bar. + ## 9.4.6 (2017-09-06) - [SECURITY] Upgrade mail and nokogiri gems due to security issues. !13662 (Markus Koller) |