summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-04-19 13:41:25 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-04-19 13:41:25 +0200
commit58ebcc9e95880fb9f3431514620b7feede90111f (patch)
tree8dc5999b4fe7ac939544f9c3f6737e568060c3c6 /CHANGELOG
parentc7bd7b6dd83a73919b350d0f89e07830b2cd1332 (diff)
parent1532d202f1ca4cd947dac1511328bbe315e3bde9 (diff)
downloadgitlab-ce-58ebcc9e95880fb9f3431514620b7feede90111f.tar.gz
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
* 'master' of dev.gitlab.org:gitlab/gitlabhq: Add Changelog entry for group link permissions fix Use guard clause to check ability to share project Refactor method that shares project with a group Check permissions when sharing project with group
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index aa6b97bf051..1e5a9f2f384 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -93,6 +93,9 @@ v 8.7.0 (unreleased)
- Execute system web hooks on push to the project
- Allow enable/disable push events for system hooks
+v 8.6.7 (unreleased)
+ - Fix vulnerability that made it possible to enumerate private projects belonging to group
+
v 8.6.6
- Expire the exists cache before deletion to ensure project dir actually exists (Stan Hu). !3413
- Fix error on language detection when repository has no HEAD (e.g., master branch) (Jeroen Bobbeldijk). !3654