From 749110b462b3147c6dfff076fb5d1bf0460a4f99 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 07 Aug 2012 08:14:15 -0400 Subject: [PATCH] Do not incrementally index blobs in submodules (issue 119) --- 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 335507f..a519175 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -11,11 +11,14 @@ #### fixes +- Do not index blobs in submodules (issue 119) +- Restore original user or team object on failure to update (issue 118) - 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) +- Really fixed failure to update a GO setting from the manager (issue 85) #### additions -- Gitblit v1.9.1