diff options
author | James Moger <james.moger@gitblit.com> | 2011-07-11 16:29:20 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-07-11 16:29:20 -0400 |
commit | 5c284113a1a458db0d3440de351034503b3d52b3 (patch) | |
tree | cb8744eaf3c27194632a579785daa96be66a50cd /docs/04_releases.mkd | |
parent | 4ce0a52a7da5951383d5395f85c2e70eacb42f20 (diff) | |
download | gitblit-5c284113a1a458db0d3440de351034503b3d52b3.tar.gz gitblit-5c284113a1a458db0d3440de351034503b3d52b3.zip |
Optionally display repository on-disk size on repositories page.
Diffstat (limited to 'docs/04_releases.mkd')
-rw-r--r-- | docs/04_releases.mkd | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index debab789..94aaa1a1 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -1,13 +1,20 @@ ## Release History
### Current Release
-%VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit] *released %BUILDDATE%*
+**%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit] *released %BUILDDATE%*
+
+- optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true*
+- tone-down repository group header color
+
+### Older Releases
+**0.5.1** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.1.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.1.war)) based on [JGit 1.0.0 (201106090707-r)][jgit] *released 2006-06-28*
- clarified SSL certificate generation and configuration for both server-side and client-side
- added some more troubleshooting information to documentation
- replaced JavaService with Apache Commons Daemon
-### Older Releases
-0.5.0 ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.0.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.0.war)) based on [JGit 1.0.0 (201106090707-r)][jgit] *released 2006-06-26*
+**0.5.0** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.0.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.0.war)) based on [JGit 1.0.0 (201106090707-r)][jgit] *released 2006-06-26*
+
+- initial release
[jgit]: http://eclipse.org/jgit "Eclipse JGit Site"
\ No newline at end of file |