James Moger
2011-10-10 70b492b89bdad54abc10795d12f306d8972d94a7
commit | author | age
85c2e6 1 ## Release History
JM 2
3 ### Current Release
2179fb 4 **%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%*
5c2841 5
8c5d72 6 - improved: updated ui with Twitter's Bootstrap CSS toolkit
JM 7 <br/>**New:** *web.loginMessage = gitblit*
bd9800 8 - fixed: Gitblit now runs on Servlet 3.0 webservers (e.g. Tomcat 7, Jetty 8)
466413 9 - fixed: Set the RSS content type for Firefox 4 (issue 22)
4838c5 10 - fixed: Null pointer exception if did not set federation strategy (issue 20)
c7ebb2 11 - fixed: Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later
63ee41 12 - added: IUserService.setup(IStoredSettings) for custom user service implementations
70b492 13 - added: setting to control Gitblit GO context path for proxy setups<br/>**New:** *server.contextPath = /*
63ee41 14
JM 15 ### Older Releases
16
17 **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] &nbsp; *released 2011-09-27*
18
2179fb 19 - 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.
2c32fd 20 <br/>**New:** *federation.name =*
JM 21 <br/>**New:** *federation.passphrase =*
831469 22 <br/>**New:** *federation.allowProposals = false*
JM 23 <br/>**New:** *federation.proposalsFolder = proposals*
24 <br/>**New:** *federation.defaultFrequency = 60 mins*
8f73a7 25 <br/>**New:** *federation.sets =*
831469 26 <br/>**New:** *mail.* settings for sending emails
JM 27 <br/>**New:** user role *#notfederated* to prevent a user account from being pulled by a federated Gitblit instance
28 - added: google-gson dependency
29 - added: javamail dependency
30 - updated: MarkdownPapers 1.1.1
94dfef 31 - updated: Wicket 1.4.18
9b72a2 32 - updated: JGit 1.1.0
78753b 33 - fixed: syndication urls for WAR deployments
JM 34 - fixed: authentication for zip downloads
831469 35
b083f5 36 **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] &nbsp; *released 2011-07-27*
831469 37
85e8b6 38 - fixed: active repositories with a HEAD that pointed to an empty branch caused internal errors (issue 14)
230632 39 - fixed: bare-cloned repositories were listed as (empty) and were not clickable (issue 13)
JM 40 - fixed: default port for Gitblit GO is now 8443 to be more linux/os x friendly (issue 12)
5c563c 41 - fixed: repositories can now be reliably deleted and renamed (issue 10)
230632 42 - fixed: users can now change their passwords (issue 1)
JM 43 - fixed: always show root repository group first, i.e. don't sort root group with other groups
44 - fixed: tone-down repository group header color
45 - added: optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true*
85e8b6 46 - added: 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 = /*
230632 47 - updated: MarkdownPapers 1.1.0
0d3e3c 48 - updated: Jetty 7.4.3
5c2841 49
b083f5 50 **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] &nbsp; *released 2011-06-28*
85c2e6 51
d39680 52 - clarified SSL certificate generation and configuration for both server-side and client-side
JM 53 - added some more troubleshooting information to documentation
54 - replaced JavaService with Apache Commons Daemon
55
b083f5 56 **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] &nbsp; *released 2011-06-26*
5c2841 57
JM 58 - initial release
85c2e6 59
JM 60 [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"