]> source.dussan.org Git - gitblit.git/commitdiff
Documentation
authorJames Moger <james.moger@gitblit.com>
Thu, 2 Aug 2012 23:56:17 +0000 (19:56 -0400)
committerJames Moger <james.moger@gitblit.com>
Thu, 2 Aug 2012 23:56:17 +0000 (19:56 -0400)
docs/04_releases.mkd

index fd50ea57ce25cbd89ea80ea66a088c945fe6de88..335507fb1e19c94d4bb830876b9a9d5c6ba43bbe 100644 (file)
@@ -1,14 +1,14 @@
 ## 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] &nbsp; *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
@@ -22,11 +22,11 @@ If you are updating from an 0.9.x release AND you have indexed branches with the
 - 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