Update CHANGELOG.md for 8.16.6
[ci skip]
This commit is contained in:
parent
edb1d063bc
commit
bb94c3bf74
12 changed files with 16 additions and 45 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -2,6 +2,22 @@
|
|||
documentation](doc/development/changelog.md) for instructions on adding your own
|
||||
entry.
|
||||
|
||||
## 8.16.6 (2017-02-17)
|
||||
|
||||
- API: Fix file downloading. !0 (8267)
|
||||
- Reduce hits to LDAP on Git HTTP auth by reordering auth mechanisms. !8752
|
||||
- Fix filtered search user autocomplete for gitlab instances that are hosted on a subdirectory. !8891
|
||||
- Fix wrong call to ProjectCacheWorker.perform. !8910
|
||||
- Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index. !8956
|
||||
- Fix broken anchor links when special characters are used. !8961 (Andrey Krivko)
|
||||
- Do not display deploy keys in user's own ssh keys list. !9024
|
||||
- Show merge errors in merge request widget. !9229
|
||||
- Don't delete assigned MRs/issues when user is deleted.
|
||||
- backport of EE fix !954.
|
||||
- Refresh authorizations when transferring projects.
|
||||
- Don't use backup Active Record connections for Sidekiq.
|
||||
- Check public snippets for spam.
|
||||
|
||||
## 8.16.5 (2017-02-14)
|
||||
|
||||
- Patch Asciidocs rendering to block XSS.
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Reduce hits to LDAP on Git HTTP auth by reordering auth mechanisms
|
||||
merge_request: 8752
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index
|
||||
merge_request: 8956
|
||||
author:
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix filtered search user autocomplete for gitlab instances that are hosted
|
||||
on a subdirectory
|
||||
merge_request: 8891
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Do not display deploy keys in user's own ssh keys list
|
||||
merge_request: 9024
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix wrong call to ProjectCacheWorker.perform
|
||||
merge_request: 8910
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Show merge errors in merge request widget
|
||||
merge_request: 9229
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: 'API: Fix file downloading'
|
||||
merge_request: Robert Schilling
|
||||
author: 8267
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Don't delete assigned MRs/issues when user is deleted
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix broken anchor links when special characters are used
|
||||
merge_request: 8961
|
||||
author: Andrey Krivko
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Refresh authorizations when transferring projects
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Don't use backup Active Record connections for Sidekiq
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue