Update CHANGELOG.md for 10.4.4

[ci skip]
This commit is contained in:
Ian Baum 2018-02-16 12:13:39 -05:00
parent 46d59a5d24
commit 5d58949ea6
11 changed files with 19 additions and 51 deletions

View File

@ -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)

View File

@ -1,5 +0,0 @@
---
title: Fix 500 error when loading a merge request with an invalid comment
merge_request: 16795
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Update nokogiri to 1.8.2
merge_request: 16807
author:
type: security

View File

@ -1,5 +0,0 @@
---
title: Fix GitLab import leaving group_id on ProjectLabel
merge_request: 16877
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix forking projects when no restricted visibility levels are defined applicationwide
merge_request: 16881
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Validate user namespace before saving so that errors persist on model
merge_request:
author:
type: fixed

View File

@ -1,6 +0,0 @@
---
title: Fixed error 500 when removing an identity with synced attributes and visiting
the profile page
merge_request: 17054
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Resolve PrepareUntrackedUploads PostgreSQL syntax error
merge_request: 17019
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: LDAP Person no longer throws exception on invalid entry
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix JIRA not working when a trailing slash is included
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Cleanup new branch/merge request form in issues
merge_request: 16854
author:
type: fixed