From d65fb8f1b77a7254c22edc9e7d8f47b29ec33072 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 01 Aug 2012 21:28:47 -0400 Subject: [PATCH] Tweak to relative path determination for symlinks (issue 116) --- docs/04_releases.mkd | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index f0cacbf..e197210 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -11,12 +11,17 @@ #### fixes +- Fixes to relative path determination in repository searh algorithm for symlinks (issue 116) - Output real RAW content, not simulated RAW content (issue 114) - Fixed Lucene charset encoding bug when reindexing a repository (issue 112) - Fixed null pointer in LdapUserSerivce if account has a null email address (issue 110) #### changes +- Added setting to control how deep Gitblit will recurse into *git.repositoriesFolder* looking for repositories (issue 103) + **New:** *git.searchRecursionDepth=-1* +- Added setting to specify regex exclusions for repositories (issue 103) + **New:** *git.searchExclusions=* - Blob page now supports displaying images (issue 6) - Non-image binary files can now be downloaded using the RAW link - Updated Polish translation -- Gitblit v1.9.1