Update CHANGELOG.md for 9.5.5
[ci skip]
This commit is contained in:
parent
4cadf22e20
commit
4bea2471e3
16 changed files with 19 additions and 79 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -2,6 +2,25 @@
|
|||
documentation](doc/development/changelog.md) for instructions on adding your own
|
||||
entry.
|
||||
|
||||
## 9.5.5 (2017-09-18)
|
||||
|
||||
- [SECURITY] Upgrade mail and nokogiri gems due to security issues. !13662 (Markus Koller)
|
||||
- [FIXED] Fix division by zero error in blame age mapping. !13803 (Jeff Stubler)
|
||||
- [FIXED] Fix problems sanitizing URLs with empty passwords. !14083
|
||||
- [FIXED] Fix a wrong `X-Gitlab-Event` header when testing webhooks. !14108
|
||||
- [FIXED] Fixes the 500 errors caused by a race condition in GPG's tmp directory handling. !14194 (Alexis Reigel)
|
||||
- [FIXED] Fix Pipeline Triggers to show triggered label and predefined variables (e.g. CI_PIPELINE_TRIGGERED). !14244
|
||||
- [FIXED] Fix project feature being deleted when updating project with invalid visibility level.
|
||||
- [FIXED] Fix new navigation wrapping and causing height to grow.
|
||||
- [FIXED] Fix buttons with different height in merge request widget.
|
||||
- [FIXED] Normalize styles for empty state combo button.
|
||||
- [FIXED] Fix broken svg in jobs dropdown for success status.
|
||||
- [FIXED] Improve migrations using triggers.
|
||||
- [FIXED] Disable GitLab Project Import Button if source disabled.
|
||||
- [CHANGED] Update the GPG verification semantics: A GPG signature must additionally match the committer in order to be verified. !13771 (Alexis Reigel)
|
||||
- [OTHER] Fix repository equality check and avoid fetching ref if the commit is already available. This affects merge request creation performance. !13685
|
||||
- [OTHER] Update documentation for confidential issue. !14117
|
||||
|
||||
## 9.5.4 (2017-09-06)
|
||||
|
||||
- [SECURITY] Upgrade mail and nokogiri gems due to security issues. !13662 (Markus Koller)
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix division by zero error in blame age mapping
|
||||
merge_request: 13803
|
||||
author: Jeff Stubler
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Normalize styles for empty state combo button
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix new navigation wrapping and causing height to grow
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Disable GitLab Project Import Button if source disabled
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix a wrong `X-Gitlab-Event` header when testing webhooks
|
||||
merge_request: 14108
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix buttons with different height in merge request widget
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix broken svg in jobs dropdown for success status
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Improve migrations using triggers
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Update documentation for confidential issue
|
||||
merge_request: 14117
|
||||
author:
|
||||
type: other
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: 'Update the GPG verification semantics: A GPG signature must additionally match
|
||||
the committer in order to be verified'
|
||||
merge_request: 13771
|
||||
author: Alexis Reigel
|
||||
type: changed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fixes the 500 errors caused by a race condition in GPG's tmp directory handling
|
||||
merge_request: 14194
|
||||
author: Alexis Reigel
|
||||
type: fixed
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Fix Pipeline Triggers to show triggered label and predefined variables (e.g.
|
||||
CI_PIPELINE_TRIGGERED)
|
||||
merge_request: 14244
|
||||
author:
|
||||
type: fixed
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Fix project feature being deleted when updating project with invalid visibility
|
||||
level
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Fix repository equality check and avoid fetching ref if the commit is already
|
||||
available. This affects merge request creation performance
|
||||
merge_request: 13685
|
||||
author:
|
||||
type: other
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix problems sanitizing URLs with empty passwords
|
||||
merge_request: 14083
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue