Paul Martin
2016-04-30 a502d96a860456ec5e8c96761db70f7cabb74751
commit | author | age
f6b200 1 ## Current Release (${project.releaseVersion})
JM 2
3 <div class="alert alert-info">
4 <h4>Update Note ${project.releaseVersion}</h4>
5 Because there are now several types of files and folders that must be considered Gitblit data, the default location for data has changed.
6 <p>You will need to move a few files around when upgrading.  Please see the Upgrading section of the <a href="setup.html">setup</a> page for details.</p>
7
8 <b>Express Users</b> make sure to update your web.xml file with the ${baseFolder} values!
9 </div>
10
11 **downloads:** [GO Windows](%GCURL%gitblit-${project.releaseVersion}.zip) | [GO Linux/OSX](%GCURL%gitblit-${project.releaseVersion}.tar.gz) | [WAR](%GCURL%gitblit-${project.releaseVersion}.war) | [Express](%GCURL%express-${project.releaseVersion}.zip) | [Federatoin Client](%GCURL%fedclient-${project.releaseVersion}.zip) | [Gitblit Manager](%GCURL%manager-${project.releaseVersion}.zip) | [API Library](%GCURL%gbapi-${project.releaseVersion}.zip) &nbsp; *released ${project.releaseDate}*
12
13 #### fixes
14
15 - Fixed nullpointer on recursively calculating folder sizes when there is a named pipe or symlink in the hierarchy
16 - Added nullchecking when concurrently forking a repository and trying to display it's fork network (issue-187)
17 - Fixed bug where permission changes were not visible in the web ui to a logged-in user until the user logged-out and then logged back in again (issue-186)
18 - Fixed nullpointer on creating a repository with mixed case (issue 185)
19 - Include missing model classes in api library (issue-184)
20 - Fixed nullpointer when using *web.allowForking = true* && *git.cacheRepositoryList = false* (issue 182)
21 - Likely fix for commit and commitdiff page failures when a submodule reference changes (issue 178)
22 - Build project models from the repository model cache, when possible, to reduce page load time (issue 172)
23 - Fixed loading of Brazilian Portuguese translation from *nix server (github/inaiat)
24
25 #### additions
26
27 - Fanout PubSub service for self-hosted [Sparkleshare](http://sparkleshare.org) notifications.<br/>
28 This service is disabled by default.<br/>
29     **New:** *fanout.bindInterface = localhost*<br/>
30     **New:** *fanout.port = 0*<br/>
31     **New:** *fanout.useNio = true*<br/>
32     **New:** *fanout.connectionLimit = 0*
33 - Implemented a simple push log based on a hidden, orphan branch refs/gitblit/pushes (issue 177)<br/>
34 The push log is not currently visible in the ui, but the data will be collected and it will be exposed to the ui in the next release.
35 - Support for locally and remotely authenticated accounts in LdapUserService and RedmineUserService (issue 183)
36 - Added Dutch translation (github/kwoot)
37
38 #### changes
39
40 - Gitblit GO and Gitblit WAR are now both configured by `gitblit.properties`. WAR is no longer configured by `web.xml`.<br/>
41 However, Express for OpenShift continues to be configured by `web.xml`.
42 - Support for a *--baseFolder* command-line argument for Gitblit GO and Gitblit Certificate Authority
43 - Support for specifying a *${baseFolder}* parameter in `gitblit.properties` and `web.xml` for several settings
44 - Improve history display of a submodule link
45 - Updated Korean translation (github/ds5apn)
46 - Updated checkstyle definition (github/mystygage)
47
48 <div style="padding-top:20px;" />
49
50 ## Next Release (${project.version})
51
52 <div class="alert alert-info">
53 <h4>Update Note ${project.version}</h4>
54 These are the fixes, changes, and additions queued for the next release.
55 </div>
56
57 #### fixes
58
59 - Can't set reset settings with $ or { characters through Gitblit Manager because they are not properly escaped
60
61 #### additions
62  
63  - FogBugz post-receive hook script (github/djschny)
64  - Implemented multiple repository owners (github/akquinet)
65  - Chinese translation (github/dapengme, github/yin8086)
66
67 [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"