From bd9800b7d52c13a46e4fbc5c6e9ff0d583f5f2fd Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 07 Oct 2011 21:08:52 -0400 Subject: [PATCH] Updated servlet-api to 3.0 and ported ServletRequestWrapper (issue 23) --- docs/04_releases.mkd | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 3941c9f..214e35c 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -3,6 +3,18 @@ ### 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%)|[fedclient](http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%)) based on [%JGIT%][jgit] *released %BUILDDATE%* +- improved: updated ui with Twitter's Bootstrap CSS toolkit +<br/>**New:** *web.loginMessage = gitblit* +- fixed: Gitblit now runs on Servlet 3.0 webservers (e.g. Tomcat 7, Jetty 8) +- fixed: Set the RSS content type for Firefox 4 (issue 22) +- fixed: Null pointer exception if did not set federation strategy (issue 20) +- fixed: Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later +- added: IUserService.setup(IStoredSettings) for custom user service implementations + +### Older Releases + +**0.6.0** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.6.0.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.6.0.war)|[fedclient](http://code.google.com/p/gitblit/downloads/detail?name=fedclient-0.6.0.zip)) based on [JGit 1.1.0 (201109151100-r)][jgit] *released 2011-09-27* + - added: federation feature to allow gitblit instances (or gitblit federation clients) to pull repositories and, optionally, settings and accounts from other gitblit instances. This is something like [svn-sync](http://svnbook.red-bean.com/en/1.5/svn.ref.svnsync.html) for gitblit. <br/>**New:** *federation.name =* <br/>**New:** *federation.passphrase =* @@ -19,8 +31,6 @@ - updated: JGit 1.1.0 - fixed: syndication urls for WAR deployments - fixed: authentication for zip downloads - -### Older Releases **0.5.2** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.2.zip)|[war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.5.2.war)) based on [JGit 1.0.0 (201106090707-r)][jgit] *released 2011-07-27* -- Gitblit v1.9.1