Skip to content

Commit 3db41c5

Browse files
committed
Incremented redmine_git_hosting version from 0.4.3x => 0.4.4x.
Changes in this release: 1) Compatibility with Redmine 1.1-stable 2) Compatibility with Ruby 1.9 (really just some syntax fixes) 3) Better configurability, including ability to set /bin and /tmp paths. Better scripts to aid in installation. Updated instructions in README. 4) Variety of bug fixes: mirrors work better, git-daemon support, better error recovery from lost gitolite admin key, handling of '@' in username for smart-http access.
1 parent f0d5d5d commit 3db41c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.mkd

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Redmine Git Hosting Plugin (v0.4.3x)
1+
# Redmine Git Hosting Plugin (v0.4.4x)
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
@@ -11,8 +11,8 @@ Caching functionality is also implemented to speed page-load times for viewing g
1111
The current version of this plugin is not compatible with all versions of Redmine and ChiliProject. As of this writing, it
1212
should be compatible with the following versions:
1313

14-
* **Redmine:** This plugin should work with Redmine branches 1.1-Stable through 1.3-Stable (including sub-versions). It *does not* currently work with
15-
the Redmine trunk, since the Redmine developers are implementing multiple repos/project, which will require some significant rewriting of the plugin.
14+
* **Redmine:** This plugin should work with Redmine branches 1.1-Stable through 1.3-Stable (including sub-versions). **It does not currently work with
15+
the Redmine trunk, since the Redmine developers are implementing multiple repos/project, which will require some significant rewriting of the plugin.**
1616

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

Diff for: init.rb

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

1616
settings :default => {

0 commit comments

Comments
 (0)