Skip to content

Commit 64a8818

Browse files
committed
Incremented redmine_git_hosting version from 0.5.0x => 0.5.1x
This is a bug-fix release to restore compatibility with Redmine < 1.4 and with Ruby 1.9.x. See release notes at: https://github.com/kubitron/redmine_git_hosting/wiki/_history
1 parent 200e128 commit 64a8818

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.mkd

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Redmine Git Hosting Plugin (v0.5.0x)
1+
# Redmine Git Hosting Plugin (v0.5.1x)
22

33
A ChiliProject / Redmine plugin which makes configuring your own git hosting easy. This plugin allows straightforward management
44
of gitolite and associated public keys, the git daemon, and integrates code from Scott Schacon's "grack" utility
@@ -18,8 +18,8 @@ the Redmine trunk or Redmine version 2.x, since the plugin is not currently comp
1818

1919
* **ChiliProject:** This plugin should work with ChiliProject 2.0.0 through 3.3.x. It has been successfully used with at least 2.0.x, 2.5.x, 2.7.x, and 3.0.x, and 3.3.x releases, however some problems have been occasionally reported with newer versions of ChiliProject. These incompatibilities will get fixed when possible.
2020

21-
This plugin is compatible with most versions of gitolite with versions < 3.x. There have been unconfirmed reports that it has problems with gitolite version 3, so it is best to avoid these for now.
22-
Gitolite versions >= 2.0.3 provide slightly better resilience to recover from configuration problems that prevent administrative access (the plugin will exploit **gl-admin-push** to fix the access key).
21+
This plugin is compatible with most versions of gitolite with versions < 3.x. *This plugin is currently not fully functional with 3.x versions of gitolite, so it is best to avoid them for now.* Gitolite
22+
versions >= 2.0.3 provide slightly better resilience to recover from configuration problems that prevent administrative access (the plugin will exploit **gl-admin-push** to fix the access key).
2323

2424
## Configuration Strategy
2525

init.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name 'Redmine Git Hosting Plugin'
99
author 'Eric Bishop, Pedro Algarvio, Christian Käser, Zsolt Parragi, Yunsang Choi, Joshua Hogendorn, Jan Schulz-Hofen, John Kubiatowicz and others'
1010
description 'Enables Redmine / ChiliProject to control hosting of git repositories'
11-
version '0.5.0x'
11+
version '0.5.1x'
1212
url 'https://github.com/ericpaulbishop/redmine_git_hosting'
1313

1414
settings :default => {

0 commit comments

Comments
 (0)