diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-08-16 17:42:39 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-08-16 17:42:39 -0500 |
commit | 5a1eff710dc0483ad510cd49840b2af8e2877a44 (patch) | |
tree | 6c8ec5c811baeef77892b8cb9f9e06c46694a357 | |
parent | 7c884636966d0f6ff50eb0cb621fc812b34d5b9e (diff) | |
download | gitlab-ce-5a1eff710dc0483ad510cd49840b2af8e2877a44.tar.gz |
Update CHANGELOG for 8.10.6, 8.9.7, and 8.8.8
[ci skip]
-rw-r--r-- | CHANGELOG | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG index 5fdb4c2ec3a..2a7109b3c2b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -120,8 +120,11 @@ v 8.11.0 (unreleased) - Speed up todos queries by limiting the projects set we join with - Ensure file editing in UI does not overwrite commited changes without warning user -v 8.10.6 (unreleased) - - Fix import/export configuration missing some included attributes +v 8.10.6 + - Upgrade Rails to 4.2.7.1 for security fixes. !5781 + - Restore "Largest repository" sort option on Admin > Projects page. !5797 + - Fix privilege escalation via project export. + - Require administrator privileges to perform a project import. v 8.10.5 - Add a data migration to fix some missing timestamps in the members table. !5670 @@ -337,6 +340,10 @@ v 8.10.0 - Fix migration corrupting import data for old version upgrades - Show tooltip on GitLab export link in new project page +v 8.9.7 + - Upgrade Rails to 4.2.7.1 for security fixes. !5781 + - Require administrator privileges to perform a project import. + v 8.9.6 - Fix importing of events under notes for GitLab projects. !5154 - Fix log statements in import/export. !5129 @@ -602,6 +609,9 @@ v 8.9.0 - Add tooltip to pin/unpin navbar - Add new sub nav style to Wiki and Graphs sub navigation +v 8.8.8 + - Upgrade Rails to 4.2.7.1 for security fixes. !5781 + v 8.8.7 - Fix privilege escalation issue with OAuth external users. - Ensure references to private repos aren't shown to logged-out users. |