diff options
author | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2019-04-23 16:50:24 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2019-04-23 16:50:24 +0000 |
commit | a77bc225e379b16614be4d620c803bf1a2823073 (patch) | |
tree | 23eafdef1e375d27434f5143caf09854d2f57e92 /CHANGELOG.md | |
parent | 14d2a9a4c2c4ed529bf2575de0c3433754be4555 (diff) | |
download | gitlab-ce-a77bc225e379b16614be4d620c803bf1a2823073.tar.gz |
Update CHANGELOG.md for 11.6.11
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cac1dd9d06..3d9b6359f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1128,6 +1128,30 @@ entry. - Update url placeholder for the sentry configuration page. !24338 +## 11.6.11 (2019-04-23) + +### Security (2 changes) + +- Fixed ability to see private groups by users not belonging to given group. +- Fix XSS in resolve conflicts form. + +### Fixed (2 changes) + +- Bring back Rugged implementation of find_commit. !25477 +- Avoid excessive recursive calls with Rugged TreeEntries. !26813 + +### Performance (1 change) + +- Bring back Rugged implementation of ListCommitsByOid. !27441 + +### Other (4 changes) + +- Bring back Rugged implementation of GetTreeEntries. !25674 +- Bring back Rugged implementation of CommitIsAncestor. !25702 +- Bring back Rugged implementation of TreeEntry. !25706 +- Bring back Rugged implementation of commit_tree_entry. !25896 + + ## 11.6.10 (2019-02-28) ### Security (21 changes) |