summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-08-15 19:55:02 +0000
committerRobert Speicher <rspeicher@gmail.com>2016-08-16 12:26:22 -0500
commit4389f09e668c043c8a347c4c63f06795110dfbb3 (patch)
tree999dcea9a5e79a93ae09f826ee0e11ca6a528ea5 /CHANGELOG
parent1f6136b700d7421d47ca63d5694622e87a237757 (diff)
downloadgitlab-ce-4389f09e668c043c8a347c4c63f06795110dfbb3.tar.gz
Merge branch 'fix/export-att-inclusion' into 'master'
Fix attribute inclusion import/export config ignored in some cases In the `import_export.yml` file we define the inclusion of some of the attributes. For some reason, this isn't working in certain cases - very unfortunate this includes `user`. This has been introduced in 8.10.3. Related https://gitlab.com/gitlab-org/gitlab-ce/issues/20802 See merge request !1982
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c5c06b3e396..91d830c0169 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.10.6
- Upgrade Rails to 4.2.7.1 for security fixes. !5781
+ - Fix privilege escalation via project export.
v 8.10.5
- Add a data migration to fix some missing timestamps in the members table. !5670