James Moger
2011-11-11 c2fe08bb91494d3ce9dae60ed89f29bb0057bbf8
commit | author | age
85c2e6 1 ## Release History
JM 2
3 ### Current Release
773bb6 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%) | [manager](http://code.google.com/p/gitblit/downloads/detail?name=%MANAGER%) | [api](http://code.google.com/p/gitblit/downloads/detail?name=%API%)) based on [%JGIT%][jgit]   *released %BUILDDATE%*
5c2841 5
d40adc 6 - **security**: fixed security hole when cloning clone-restricted repository with TortoiseGit (issue 28)
3b5289 7 - improved: updated ui with Twitter's Bootstrap CSS toolkit  
JM 8     **New:** *web.loginMessage = gitblit*
4d44cf 9 - improved: repositories list performance by caching repository sizes (issue 27)
JM 10 - improved: summary page performance by caching metric calculations (issue 25)
d4c908 11 - added: authenticated JSON RPC mechanism   
JM 12     **New:** *web.enableRpcServlet = true*  
4c835e 13     **New:** *web.enableRpcManagement = false*  
d4c908 14     **New:** *web.enableRpcAdministration = false*
fa5e6f 15 - added: Gitblit API RSS/JSON RPC library
a7a9f7 16 - added: Gitblit Manager (Java/Swing Application) for remote administration of a Gitblit server.
fe3262 17 - added: per-repository setting to skip size calculation (faster repositories page loading)
JM 18 - added: per-repository setting to skip summary metrics calculation (faster summary page loading)
d5623a 19 - added: IUserService.setup(IStoredSettings) for custom user service implementations
c2fe08 20 - added: setting to control Gitblit GO context path for proxy setups *(Github/trygvis)*  
d5623a 21     **New:** *server.contextPath = /*
c2fe08 22 - added: *combined-md5* password storage option which stores the hash of username+password as the password *(Github/alyandon)*
JM 23 - added: repository owners are automatically granted access for git, feeds, and zip downloads without explicitly selecting them *(Github/dadalar)*
e493cf 24 - added: RSS feeds now include regex substitutions on commit messages for bug trackers, etc
d4c908 25 - fixed: federation protocol timestamps.  dates are now serialized to the [iso8601](http://en.wikipedia.org/wiki/ISO_8601) standard.  
JM 26     **This breaks 0.6.0 federation clients/servers.**
16038c 27 - fixed: collision on rename for repositories and users
e11f48 28 - fixed: Gitblit can now browse the Linux kernel repository (issue 25)
JM 29 - fixed: Gitblit now runs on Servlet 3.0 webservers (e.g. Tomcat 7, Jetty 8) (issue 23)
d40adc 30 - fixed: Set the RSS content type of syndication feeds for Firefox 4 (issue 22)
4cac0d 31 - fixed: RSS feeds are now properly encoded to UTF-8
fa5e6f 32 - fixed: RSS feeds now properly generate parameterized links if *web.mountParameters=false*
4838c5 33 - fixed: Null pointer exception if did not set federation strategy (issue 20)
c7ebb2 34 - fixed: Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later
fa5e6f 35 - updated: MarkdownPapers 1.2.5
074b4b 36 - updated: Wicket 1.4.19
63ee41 37
JM 38 ### Older Releases
39
773bb6 40 **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*
63ee41 41
3b5289 42 - 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.  
JM 43     **New:** *federation.name =*  
44     **New:** *federation.passphrase =*  
45     **New:** *federation.allowProposals = false*  
46     **New:** *federation.proposalsFolder = proposals*  
47     **New:** *federation.defaultFrequency = 60 mins*  
48     **New:** *federation.sets =*  
49     **New:** *mail.* settings for sending emails  
50     **New:** user role *#notfederated* to prevent a user account from being pulled by a federated Gitblit instance  
831469 51 - added: google-gson dependency
JM 52 - added: javamail dependency
53 - updated: MarkdownPapers 1.1.1
94dfef 54 - updated: Wicket 1.4.18
9b72a2 55 - updated: JGit 1.1.0
78753b 56 - fixed: syndication urls for WAR deployments
JM 57 - fixed: authentication for zip downloads
831469 58
773bb6 59 **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*
831469 60
85e8b6 61 - fixed: active repositories with a HEAD that pointed to an empty branch caused internal errors (issue 14)
230632 62 - fixed: bare-cloned repositories were listed as (empty) and were not clickable (issue 13)
JM 63 - fixed: default port for Gitblit GO is now 8443 to be more linux/os x friendly (issue 12)
5c563c 64 - fixed: repositories can now be reliably deleted and renamed (issue 10)
230632 65 - fixed: users can now change their passwords (issue 1)
JM 66 - fixed: always show root repository group first, i.e. don't sort root group with other groups
67 - fixed: tone-down repository group header color
3b5289 68 - added: optionally display repository on-disk size on repositories page  
JM 69     **New:** *web.showRepositorySizes = true*
70 - added: forward-slashes ('/', %2F) can be encoded using a custom character to workaround some servlet container default security measures for proxy servers  
71     **New:** *web.forwardSlashCharacter = /*
230632 72 - updated: MarkdownPapers 1.1.0
0d3e3c 73 - updated: Jetty 7.4.3
5c2841 74
773bb6 75 **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 2011-06-28*
85c2e6 76
d39680 77 - clarified SSL certificate generation and configuration for both server-side and client-side
JM 78 - added some more troubleshooting information to documentation
79 - replaced JavaService with Apache Commons Daemon
80
773bb6 81 **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 2011-06-26*
5c2841 82
JM 83 - initial release
85c2e6 84
JM 85 [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"