From c890e1f7d3f5cd83025b1d993cedf4990de63897 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 09 Oct 2012 08:01:47 -0400 Subject: [PATCH] Fixed missing translations in Gitblit Manager builds (issue 145) --- docs/04_releases.mkd | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 3336234..31c503c 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -11,11 +11,13 @@ #### fixes +- Fixed bug in create/rename repository if you explicitly specified the alias for the root group (e.g. main/myrepo) (issue 143) - Wrapped Markdown parser with improved exception handler (issue 142) - Fixed duplicate entries in repository cache (issue 140) - Fixed connection leak in LDAPUserService (issue 139) - Fixed bug in commit page where changes to a submodule threw a null pointer exception (issue 132) - Fixed bug in the diff view for filenames that have non-ASCII characters (issue 128) +- Fix missing translations in Gitblit Manager (issue 145) #### additions -- Gitblit v1.9.1