Release 0.4.4 of Redmine Git Hosting
This release includes feature enhancements and bug fixes.
- Compatibility with Redmine 1.1-Stable. A couple of patches were included to permit this plugin to work with older Redmine releases
- Better configurability:
- New settings to configure the /tmp and /bin directories (gitTemporaryDir and gitScriptDir respectively).
- New settings for the default "Daemon Mode" (gitDaemonDefault), "SmartHTTP mode" (*gitHttpDefault), and "Notify CIA mode" (gitNotifyCIADefault) for new repositories.
- Better script support for installing scripts in the /bin directory.
- Updated installation instructions in the README.
- Better recovery from loss of administrative key in gitolite -- assuming use of gitolite version >= 2.0.3.
- Other bug fixes:
- Improvements to repository mirror support.
- Support '@' in user names for http access (externally converted to '%40').
- Syntax fixes to allow use of Ruby 1.9.
- Support for git-daemon now working correctly. The "daemon" key was not being removed correctly and projectgs with "daemon" support were not being deleted.
- Better handling of null-buffer condition in smart-http.
- Fixed language tags in localization files.