Skip to content

Release 0.5.1 of Redmine Git Hosting

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

This is a bug-fix release.

  • Bug Fixes:
    1. Post-Receive URLs should now work with SSL (i.e. URLs of the form "https://xxx")
    2. Additional patches for backward compatibility with ChiliProject/Redmine < 1.4. In this category was a problem with editing Git repo parameters as well as a minor bug that caused problems with adding members to projects that didn't have a Git repo.
    3. Additional patches to support Ruby 1.9.x. Includes fix to post-receive hook and change in meaning of Module#instance_methods.
    4. Patched installation so that can install Redmine from scratch (i.e. run rake db:migrate on empty DB) with plugin already in place.
    5. Latest migration should now work with PostGreSQL. This was broken in 0.5.0x.