You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

releasecurrent.mkd 3.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. ## Current Release (${project.releaseVersion})
  2. <div class="alert alert-info">
  3. <h4>Update Note ${project.releaseVersion}</h4>
  4. Because there are now several types of files and folders that must be considered Gitblit data, the default location for data has changed.
  5. <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>
  6. <b>Express Users</b> make sure to update your web.xml file with the ${baseFolder} values!
  7. </div>
  8. **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}*
  9. #### fixes
  10. - Fixed nullpointer on recursively calculating folder sizes when there is a named pipe or symlink in the hierarchy
  11. - Added nullchecking when concurrently forking a repository and trying to display it's fork network (issue-187)
  12. - 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)
  13. - Fixed nullpointer on creating a repository with mixed case (issue 185)
  14. - Include missing model classes in api library (issue-184)
  15. - Fixed nullpointer when using *web.allowForking = true* && *git.cacheRepositoryList = false* (issue 182)
  16. - Likely fix for commit and commitdiff page failures when a submodule reference changes (issue 178)
  17. - Build project models from the repository model cache, when possible, to reduce page load time (issue 172)
  18. - Fixed loading of Brazilian Portuguese translation from *nix server (github/inaiat)
  19. #### additions
  20. - Fanout PubSub service for self-hosted [Sparkleshare](http://sparkleshare.org) notifications.<br/>
  21. This service is disabled by default.<br/>
  22. **New:** *fanout.bindInterface = localhost*<br/>
  23. **New:** *fanout.port = 0*<br/>
  24. **New:** *fanout.useNio = true*<br/>
  25. **New:** *fanout.connectionLimit = 0*
  26. - Implemented a simple push log based on a hidden, orphan branch refs/gitblit/pushes (issue 177)<br/>
  27. 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.
  28. - Support for locally and remotely authenticated accounts in LdapUserService and RedmineUserService (issue 183)
  29. - Added Dutch translation (github/kwoot)
  30. #### changes
  31. - Gitblit GO and Gitblit WAR are now both configured by `gitblit.properties`. WAR is no longer configured by `web.xml`.<br/>
  32. However, Express for OpenShift continues to be configured by `web.xml`.
  33. - Support for a *--baseFolder* command-line argument for Gitblit GO and Gitblit Certificate Authority
  34. - Support for specifying a *${baseFolder}* parameter in `gitblit.properties` and `web.xml` for several settings
  35. - Improve history display of a submodule link
  36. - Updated Korean translation (github/ds5apn)
  37. - Updated checkstyle definition (github/mystygage)
  38. <div style="padding-top:20px;" />
  39. ## Next Release (${project.version})
  40. <div class="alert alert-info">
  41. <h4>Update Note ${project.version}</h4>
  42. These are the fixes, changes, and additions queued for the next release.
  43. </div>
  44. #### fixes
  45. - Can't set reset settings with $ or { characters through Gitblit Manager because they are not properly escaped
  46. #### additions
  47. - FogBugz post-receive hook script (github/djschny)
  48. - Implemented multiple repository owners (github/akquinet)
  49. - Chinese translation (github/dapengme, github/yin8086)
  50. [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"