diff options
author | Ian Baum <ibaum@gitlab.com> | 2018-02-16 12:13:39 -0500 |
---|---|---|
committer | Ian Baum <ibaum@gitlab.com> | 2018-02-16 12:13:39 -0500 |
commit | 5d58949ea6ff3fb3ccb908518a0aef1f5bf6693e (patch) | |
tree | ba8c50bbb8b31a7cd9d22716f02bbd5272cc7efa /CHANGELOG.md | |
parent | 46d59a5d24c0cdbfab42587426dba3ab7b85be03 (diff) | |
download | gitlab-ce-5d58949ea6ff3fb3ccb908518a0aef1f5bf6693e.tar.gz |
Update CHANGELOG.md for 10.4.4
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad603fdc75..c3bb93fbe3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 10.4.4 (2018-02-16) + +### Security (1 change) + +- Update nokogiri to 1.8.2. !16807 + +### Fixed (9 changes) + +- Fix 500 error when loading a merge request with an invalid comment. !16795 +- Cleanup new branch/merge request form in issues. !16854 +- Fix GitLab import leaving group_id on ProjectLabel. !16877 +- Fix forking projects when no restricted visibility levels are defined applicationwide. !16881 +- Resolve PrepareUntrackedUploads PostgreSQL syntax error. !17019 +- Fixed error 500 when removing an identity with synced attributes and visiting the profile page. !17054 +- Validate user namespace before saving so that errors persist on model. +- LDAP Person no longer throws exception on invalid entry. +- Fix JIRA not working when a trailing slash is included. + + ## 10.4.3 (2018-02-05) ### Security (4 changes) |