## Release History\r
\r
+<div class="alert alert-error">\r
+<h4>Update Note</h4>\r
+If you are updating from an earlier release AND you have indexed branches with the Lucene indexing feature, you need to be aware that this release will completely re-index your repositories. Please be sure to provide ample heap resources as appropriate for your installation.\r
+</div>\r
+\r
### Current Release\r
\r
**%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%) | [war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%) | [express](http://code.google.com/p/gitblit/downloads/detail?name=%EXPRESS%) | [fedclient](http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%) | [manager](http://code.google.com/p/gitblit/downloads/detail?name=%MANAGER%) | [api](http://code.google.com/p/gitblit/downloads/detail?name=%API%)) based on [%JGIT%][jgit] *released %BUILDDATE%*\r
\r
-<div class="alert alert-info">\r
-<h4>Update Note</h4>\r
-If you are updating from an 0.9.x release AND you have indexed branches with the Lucene indexing feature, you need to be aware that this release will completely re-index your repositories. Please be sure to provide ample heap resources as appropriate for your installation. See details below. \r
-</div>\r
-\r
#### fixes\r
\r
- Repository URL uses `X-Forwarded-Proto` and `X-Forwarded-Port`, if available, for reverse proxy configurations (issue 115)\r
- Added a repository setting to control authorization as AUTHENTICATED or NAMED. \r
NAMED is the original behavior for authorizing against a list of permitted users or permitted teams.\r
AUTHENTICATED allows restricted access for any authenticated user.\r
-- Added default authorization control setting (AUTHENTICATED or NAMED)\r
+- Added default authorization control setting (AUTHENTICATED or NAMED) \r
**New:** *git.defaultAuthorizationControl=NAMED* \r
-- Added setting to control how deep Gitblit will recurse into *git.repositoriesFolder* looking for repositories (issue 103)\r
+- Added setting to control how deep Gitblit will recurse into *git.repositoriesFolder* looking for repositories (issue 103) \r
**New:** *git.searchRecursionDepth=-1* \r
-- Added setting to specify regex exclusions for repositories (issue 103)\r
+- Added setting to specify regex exclusions for repositories (issue 103) \r
**New:** *git.searchExclusions=* \r
- Blob page now supports displaying images (issue 6)\r
- Non-image binary files can now be downloaded using the RAW link\r