From eabbcf4ea84a4630f817716d18170d60e2b250cb Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 9 Apr 2015 13:31:44 +0300 Subject: Bump gitlab-shell Signed-off-by: Dmitriy Zaporozhets --- CHANGELOG | 1 + GITLAB_SHELL_VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0878c03207b..40293c5a684 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -64,6 +64,7 @@ v 7.10.0 (unreleased) - Fixed link paths for HTTP and SSH on the admin project view (Jeremy Maziarz) - Fix and improve help rendering (Sullivan Sénéchal) - Fix final line in EmailsOnPush email diff being rendered as error. + - Fix git over ssh errors 'fatal: protocol error: bad line length character' v 7.9.3 - Contains no changes diff --git a/GITLAB_SHELL_VERSION b/GITLAB_SHELL_VERSION index e70b4523ae7..6a6a3d8e35c 100644 --- a/GITLAB_SHELL_VERSION +++ b/GITLAB_SHELL_VERSION @@ -1 +1 @@ -2.6.0 +2.6.1 -- cgit v1.2.1 From 8ce69bdc8ec866006cc17e068a6ff9a4b704b5f8 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sat, 11 Apr 2015 21:13:14 -0700 Subject: Fix typo --- app/views/dashboard/projects/starred.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dashboard/projects/starred.html.haml b/app/views/dashboard/projects/starred.html.haml index 670f5ac7af7..f4ad2b294b3 100644 --- a/app/views/dashboard/projects/starred.html.haml +++ b/app/views/dashboard/projects/starred.html.haml @@ -19,5 +19,5 @@ %i.fa.fa-angle-left - else - %h3 You dont have starred projects yet + %h3 You don't have starred projects yet %p.slead Visit project page and press on star icon and it will appear on this page. -- cgit v1.2.1