From 9e186eedf1a09ca7ac4fbdea32b00e7e5331f7eb Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 05 Jan 2013 17:52:36 -0500 Subject: [PATCH] Updated documentation --- docs/04_releases.mkd | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 6aec85c..eee1917 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -6,12 +6,15 @@ #### fixes +- Fixed nullpointer on creating a repository with mixed case (issue 185) - Fixed nullpointer when using web.allowForking = true && git.cacheRepositoryList = false (issue 182) - Build project models from the repository model cache, when possible, to reduce page load time (issue 172) - Fixed loading of Brazilian Portuguese translation from *nix server (github/inaiat) #### additions +- Implemented a simple push log based on a hidden, orphan branch refs/gitblit/pushes (issue 177) +- Support for locally and remotely authenticated accounts in LdapUserService and RedmineUserService (issue 183) - Added Dutch translation (github/kwoot) #### changes -- Gitblit v1.9.1