From 756117adc7f5b4bd21948ede7ab0085aa42d5ccc Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 07 Aug 2012 09:43:24 -0400 Subject: [PATCH] Fix to GitServlet to allow pushing to symlinked repositories (issue 116) --- docs/04_releases.mkd | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index ac3b31e..f5facc5 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -11,9 +11,11 @@ #### fixes +- Do not index blobs in submodules (issue 119) - Restore original user or team object on failure to update (issue 118) +- Fixes to relative path determination in repository search algorithm for symlinks (issue 116) +- Fix to GitServlet to allow pushing to symlinked repositories (issue 116) - Repository URL uses `X-Forwarded-Proto` and `X-Forwarded-Port`, if available, for reverse proxy configurations (issue 115) -- 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) -- Gitblit v1.9.1