Commit 6d125d477169f93834a1b6a78da39baa77f41968
Exists in
master
and in
4 other branches
Merge branch 'cve_changelog' of /home/git/repositories/gitlab/gitlabhq
Showing
1 changed file
with
24 additions
and
0 deletions
Show diff stats
CHANGELOG
| @@ -19,6 +19,22 @@ v 6.3.0 | @@ -19,6 +19,22 @@ v 6.3.0 | ||
| 19 | - API: create/update repo files | 19 | - API: create/update repo files |
| 20 | - Admin can transfer project to any namespace | 20 | - Admin can transfer project to any namespace |
| 21 | 21 | ||
| 22 | +v 6.2.4 | ||
| 23 | + - Security: Cast API private_token to string (CVE-2013-4580) | ||
| 24 | + - Security: Require gitlab-shell 1.7.8 (CVE-2013-4581, CVE-2013-4582, CVE-2013-4583) | ||
| 25 | + - Fix for Git SSH access for LDAP users | ||
| 26 | + | ||
| 27 | +v 6.2.3 | ||
| 28 | + - Security: More protection against CVE-2013-4489 | ||
| 29 | + - Security: Require gitlab-shell 1.7.4 (CVE-2013-4490, CVE-2013-4546) | ||
| 30 | + - Fix sidekiq rake tasks | ||
| 31 | + | ||
| 32 | +v 6.2.2 | ||
| 33 | + - Security: Update gitlab_git (CVE-2013-4489) | ||
| 34 | + | ||
| 35 | +v 6.2.1 | ||
| 36 | + - Security: Fix issue with generated passwords for new users | ||
| 37 | + | ||
| 22 | v 6.2.0 | 38 | v 6.2.0 |
| 23 | - Public project pages are now visible to everyone (files, issues, wik, etc.) | 39 | - Public project pages are now visible to everyone (files, issues, wik, etc.) |
| 24 | THIS MEANS YOUR ISSUES AND WIKI FOR PUBLIC PROJECTS ARE PUBLICLY VISIBLE AFTER THE UPGRADE | 40 | THIS MEANS YOUR ISSUES AND WIKI FOR PUBLIC PROJECTS ARE PUBLICLY VISIBLE AFTER THE UPGRADE |
| @@ -104,6 +120,14 @@ v 6.0.0 | @@ -104,6 +120,14 @@ v 6.0.0 | ||
| 104 | - Improved MR comments logic | 120 | - Improved MR comments logic |
| 105 | - Render readme file for projects in public area | 121 | - Render readme file for projects in public area |
| 106 | 122 | ||
| 123 | +v 5.4.2 | ||
| 124 | + - Security: Cast API private_token to string (CVE-2013-4580) | ||
| 125 | + - Security: Require gitlab-shell 1.7.8 (CVE-2013-4581, CVE-2013-4582, CVE-2013-4583) | ||
| 126 | + | ||
| 127 | +v 5.4.1 | ||
| 128 | + - Security: Fixes for CVE-2013-4489 | ||
| 129 | + - Security: Require gitlab-shell 1.7.4 (CVE-2013-4490, CVE-2013-4546) | ||
| 130 | + | ||
| 107 | v 5.4.0 | 131 | v 5.4.0 |
| 108 | - Ability to edit own comments | 132 | - Ability to edit own comments |
| 109 | - Documentation improvements | 133 | - Documentation improvements |