diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2016-10-07 15:47:54 -0300 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2016-10-07 15:47:54 -0300 |
commit | d6d61aad7612372f350e3f56464117cf0d192411 (patch) | |
tree | 1443b494a5a78547e3d91986b2be15abcf49ff18 | |
parent | c901936a829885263a602431e5762b0352073a2a (diff) | |
download | gitlab-ce-d6d61aad7612372f350e3f56464117cf0d192411.tar.gz |
Update Gitlab Shell to fix errors moving projects between storagesshell-update
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | GITLAB_SHELL_VERSION | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 5e775cec6d4..6405b0cf23d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,6 +17,7 @@ v 8.13.0 (unreleased) - Keep refs for each deployment - Log LDAP lookup errors and don't swallow unrelated exceptions. !6103 (Markus Koller) - Add more tests for calendar contribution (ClemMakesApps) + - Update Gitlab Shell to fix some problems with moving projects between storages - Cache rendered markdown in the database, rather than Redis - Avoid database queries on Banzai::ReferenceParser::BaseParser for nodes without references - Simplify Mentionable concern instance methods diff --git a/GITLAB_SHELL_VERSION b/GITLAB_SHELL_VERSION index 4a788a01dad..0f44168a4d5 100644 --- a/GITLAB_SHELL_VERSION +++ b/GITLAB_SHELL_VERSION @@ -1 +1 @@ -3.6.3 +3.6.4 |