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 | |
parent | 4ce0a52a7da5951383d5395f85c2e70eacb42f20 (diff) | |
download | gitblit-5c284113a1a458db0d3440de351034503b3d52b3.tar.gz gitblit-5c284113a1a458db0d3440de351034503b3d52b3.zip |
Optionally display repository on-disk size on repositories page.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/00_index.mkd | 7 | ||||
-rw-r--r-- | docs/04_releases.mkd | 13 |
2 files changed, 13 insertions, 7 deletions
diff --git a/docs/00_index.mkd b/docs/00_index.mkd index d6457938..edb058d8 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -21,11 +21,10 @@ Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit ### 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%*
-- 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
+- optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true*
+- tone-down repository group header color
issues & binaries @ [Google Code][googlecode]<br/>
sources @ [Github][gitbltsrc]
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 |