diff options
author | Rémy Coutable <remy@rymai.me> | 2016-05-18 22:28:14 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-05-18 22:28:14 +0000 |
commit | cf003760a5d9651ed8e33bae32bfa4a239ebc27b (patch) | |
tree | d89f937ec7d72586b79fae840016072b19abd4ef | |
parent | 7254fb9e2bd4e03df7f2e9f1cde5293b5f8e40c5 (diff) | |
parent | b330d5d0164d86ab06679e4304a7b57449af58ee (diff) | |
download | gitlab-ce-cf003760a5d9651ed8e33bae32bfa4a239ebc27b.tar.gz |
Merge branch 'fix-changelog' into 'master'
Fix changelog for 7.9.3
Closes #1484
See merge request !4202
-rw-r--r-- | CHANGELOG | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/CHANGELOG b/CHANGELOG index 70846be1c18..cdb88cafe13 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1520,20 +1520,17 @@ v 7.10.0 - Fix stuck Merge Request merging events from old installations (Ben Bodenmiller) - Fix merge request comments on files with multiple commits - Fix Resource Owner Password Authentication Flow - -v 7.9.4 - - Security: Fix project import URL regex to prevent arbitary local repos from being imported - - Fixed issue where only 25 commits would load in file listings - - Fix LDAP identities after config update - -v 7.9.3 - - Contains no changes - Add icons to Add dropdown items. - Allow admin to create public deploy keys that are accessible to any project. - Warn when gitlab-shell version doesn't match requirement. - Skip email confirmation when set by admin or via LDAP. - Only allow users to reference groups, projects, issues, MRs, commits they have access to. +v 7.9.4 + - Security: Fix project import URL regex to prevent arbitary local repos from being imported + - Fixed issue where only 25 commits would load in file listings + - Fix LDAP identities after config update + v 7.9.3 - Contains no changes |