diff options
author | James Moger <james.moger@gitblit.com> | 2012-08-17 15:35:38 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-08-17 15:35:38 -0400 |
commit | 2a81783f291805594d4b97da6830aee94292f8c8 (patch) | |
tree | 88f684ebc8a2e219de2b0798cfaecfd1cc8b99b8 /docs | |
parent | fee0600989ccc271e3f3b44a06599682698c425f (diff) | |
download | gitblit-2a81783f291805594d4b97da6830aee94292f8c8.tar.gz gitblit-2a81783f291805594d4b97da6830aee94292f8c8.zip |
Eliminated unnecessary repository enumeration (issue 103)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/04_releases.mkd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 5c89d9a4..af70dff5 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -11,6 +11,7 @@ If you are updating from an earlier release AND you have indexed branches with t #### fixes
+- Eliminated an unnecessary reopsitory enumeration call on the root page which should result in faster page loads (issue 103)
- Gitblit could not delete a Lucene index in a working copy on index upgrade
- Do not index submodule links (issue 119)
- Restore original user or team object on failure to update (issue 118)
|