From 72db56cd5322249321625ee4c4747462bd4e8ad1 Mon Sep 17 00:00:00 2001 From: John Kubiatowicz Date: Mon, 23 Apr 2012 15:37:09 -0700 Subject: [PATCH] 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. --- README.mkd | 2 +- init.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mkd b/README.mkd index c2047617ccf..0d82747d0eb 100755 --- a/README.mkd +++ b/README.mkd @@ -1,4 +1,4 @@ -# Redmine Git Hosting Plugin (v0.4.4x) +# Redmine Git Hosting Plugin (v0.4.5x) A ChiliProject / Redmine plugin which makes configuring your own git hosting easy. This plugin allows straightforward management of gitolite and associated public keys, the git daemon, and integrates code from Scott Schacon's "grack" utility diff --git a/init.rb b/init.rb index b5051ddc526..cba8db1761a 100755 --- a/init.rb +++ b/init.rb @@ -10,7 +10,7 @@ name 'Redmine Git Hosting Plugin' author 'Eric Bishop, Pedro Algarvio, Christian Käser, Zsolt Parragi, Yunsang Choi, Joshua Hogendorn, Jan Schulz-Hofen, John Kubiatowicz and others' description 'Enables Redmine / ChiliProject to control hosting of git repositories' - version '0.4.4x' + version '0.4.5x' url 'https://github.com/ericpaulbishop/redmine_git_hosting' settings :default => {