| | |
| | | ## Release History
|
| | |
|
| | | <div class="alert alert-info">
|
| | | <h4>Update Note</h4>
|
| | | The permissions model has changed in this release.
|
| | | <p>If you are updating your server, you must also update any Gitblit Manager and Federation Client installs to 1.2.0 as well. The data model used by the RPC mechanism has changed slightly for the new permissions infrastructure.</p>
|
| | | </div>
|
| | |
|
| | | ### 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%) | [express](http://code.google.com/p/gitblit/downloads/detail?name=%EXPRESS%) | [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%*
|
| | |
|
| | | #### fixes
|
| | |
|
| | | - Fixed nullpointer on recursively calculating folder sizes when there is a named pipe or symlink in the hierarchy
|
| | | - Added nullchecking when concurrently forking a repository and trying to display it's fork network (issue-187)
|
| | | - 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)
|
| | | - Fixed nullpointer on creating a repository with mixed case (issue 185)
|
| | | - Fixed nullpointer when using web.allowForking = true && git.cacheRepositoryList = false (issue 182)
|
| | | - Likely fix for commit and commitdiff page failures when a submodule reference changes (issue 178)
|
| | | - Build project models from the repository model cache, when possible, to reduce page load time (issue 172)
|
| | | - Fixed loading of Brazilian Portuguese translation from *nix server (github/inaiat)
|
| | |
|
| | | #### additions
|
| | |
|
| | | - Fanout PubSub service for self-hosted [Sparkleshare](http://sparkleshare.org) notifications.<br/>
|
| | | This service is disabled by default.<br/>
|
| | | **New:** *fanout.bindInterface = localhost*<br/>
|
| | | **New:** *fanout.port = 0*<br/>
|
| | | **New:** *fanout.useNio = true*<br/>
|
| | | **New:** *fanout.connectionLimit = 0*
|
| | | - Implemented a simple push log based on a hidden, orphan branch refs/gitblit/pushes (issue 177)<br/>
|
| | | 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.
|
| | | - Support for locally and remotely authenticated accounts in LdapUserService and RedmineUserService (issue 183)
|
| | | - Added Dutch translation (github/kwoot)
|
| | |
|
| | | #### changes
|
| | |
|
| | | - Updated Korean translation (github/ds5apn)
|
| | | - Updated checkstyle definition (github/mystygage)
|
| | |
|
| | | ### Older Releases
|
| | |
|
| | | <div class="alert alert-info">
|
| | | <h4>Update Note</h4>
|
| | | The permissions model has changed in the 1.2.0 release.
|
| | | <p>If you are updating your server, you must also update any Gitblit Manager and Federation Client installs to 1.2.0 as well. The data model used by the RPC mechanism has changed slightly for the new permissions infrastructure.</p>
|
| | | </div>
|
| | |
|
| | | **1.2.0** *released 2012-12-31*
|
| | |
|
| | | #### fixes
|
| | |
|
| | |
| | | - added Commons-Compress 1.4.1
|
| | | - added XZ for Java 1.0
|
| | | <hr/>
|
| | |
|
| | | ### Older Releases
|
| | |
|
| | | <div class="alert alert-error">
|
| | | <h4>Update Note</h4>
|