Skip to content

Commit

Permalink
Incremented redmine_git_hosting version from 0.4.4x => 0.4.5x
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kubitron committed Apr 23, 2012
1 parent 50fff4b commit 72db56c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.mkd
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 72db56c

Please sign in to comment.