From 072bbe1b223c6f6c7a80ee86e00a41e15913b4ee Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 20 Jul 2011 15:50:54 -0400 Subject: [PATCH] Updated to Jetty 7.4.4 --- docs/04_releases.mkd | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index f9cf755..559b132 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -1,9 +1,21 @@ ## 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%* + +- forward-slashes ('/', %2F) can be encoded using a custom character to workaround some servlet container default security measures for proxy servers<br/>**New:** *web.forwardSlashCharacter = /* +- optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true* +- tone-down repository group header color ### Older Releases -none +**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 + +**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 -- Gitblit v1.9.1