Skip to content

Commit 72db56c

Browse files
committed
Incremented redmine_git_hosting version from 0.4.4x => 0.4.5x
This is a bugfix release. Changes in this release: 1) Fixed missed case for Redmine 1.1 compatibility (mirror functionality) 2) Fixed bad interaction between cron cleanup of /tmp and access to gitolite-admin repository in /tmp. Behavior could cause user keys to appear to be deleted, even though they remain in the redmine database.
1 parent 50fff4b commit 72db56c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.mkd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Redmine Git Hosting Plugin (v0.4.4x)
1+
# Redmine Git Hosting Plugin (v0.4.5x)
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

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.4x'
13+
version '0.4.5x'
1414
url 'https://github.com/ericpaulbishop/redmine_git_hosting'
1515

1616
settings :default => {

0 commit comments

Comments
 (0)