Skip to content

Release 0.4.4 of Redmine Git Hosting

Compare
Choose a tag to compare
@n-rodriguez n-rodriguez released this 23 Feb 00:20
· 1852 commits to master since this release

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:
    1. New settings to configure the /tmp and /bin directories (gitTemporaryDir and gitScriptDir respectively).
    2. New settings for the default "Daemon Mode" (gitDaemonDefault), "SmartHTTP mode" (*gitHttpDefault), and "Notify CIA mode" (gitNotifyCIADefault) for new repositories.
    3. Better script support for installing scripts in the /bin directory.
    4. 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:
    1. Improvements to repository mirror support.
    2. Support '@' in user names for http access (externally converted to '%40').
    3. Syntax fixes to allow use of Ruby 1.9.
    4. Support for git-daemon now working correctly. The "daemon" key was not being removed correctly and projectgs with "daemon" support were not being deleted.
    5. Better handling of null-buffer condition in smart-http.
    6. Fixed language tags in localization files.