From a59d0119761e81800c5d38426fbae152c6a0c6f7 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 31 Dec 2016 21:34:54 +0100 Subject: [PATCH] Bump to version 1.2.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 2 +- init.rb | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c6f5d057d..45c439dc3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ ## CHANGELOG +### 1.2.2 2016-12-31 + +* Fix [#472](https://github.com/jbox-web/redmine_git_hosting/issues/472) ([Views] 404 on the "My public keys" link in the user panel) +* Fix [#526](https://github.com/jbox-web/redmine_git_hosting/issues/526) ([Core] Plugin breaks if gitolite user == redmine user) +* Fix [#551](https://github.com/jbox-web/redmine_git_hosting/issues/551) ([Core] Make Sidekiq truly optional) +* Fix [#576](https://github.com/jbox-web/redmine_git_hosting/issues/576) ([Models] Can't add Git Config Key) +* Fix [#630](https://github.com/jbox-web/redmine_git_hosting/issues/630) ([Core] Use "gitolite query-rc" to get Gitolite variables) +* Fix [#632](https://github.com/jbox-web/redmine_git_hosting/issues/632) ([Core] Mirroring does not work on git push) +* Merge [#581](https://github.com/jbox-web/redmine_git_hosting/pull/581) (Fix [#472](https://github.com/jbox-web/redmine_git_hosting/issues/472) by amelentjev) +* Merge [#621](https://github.com/jbox-web/redmine_git_hosting/pull/621) ([Routes] Mount grack under http_server_subdir) +* Merge [#624](https://github.com/jbox-web/redmine_git_hosting/pull/624) ([Translations] Add Spanish translation) +* Merge [#634](https://github.com/jbox-web/redmine_git_hosting/pull/634) ([Views] Added missing mandatory param for partial repositories/download_revision) +* Merge [#636](https://github.com/jbox-web/redmine_git_hosting/pull/636) ([Doc] "Remove user ID from Gitolite identifier" requires a restart) +* Fix repo url in Gitolite hooks +* Fix nil data case when loading custom settings from empty file +* Allow to load plugin settings from a file in Redmine root (should ease deployment and upgrades) +* Fix wrong Repository Git objects count +* Add Russian translation +* Rename `redmine_git_hosting:restore_defaults` task to `redmine_git_hosting:update_settings` +* Add Rake task `redmine_git_hosting:dump_settings` to dump plugin settings in console + ### 1.2.1 - 2016-07-25 * Fix [#524](https://github.com/jbox-web/redmine_git_hosting/issues/524) ([DB] Index too long) diff --git a/README.md b/README.md index ab44887771f..7470f089582 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This plugin allows straightforward management of Gitolite within Redmine. You can follow announcements [here](http://redmine-git-hosting.io/blog/) or take a look at the [roadmap](http://redmine-git-hosting.io/about/roadmap/). -**[Latest stable version : 1.2.1](http://redmine-git-hosting.io/releases-notes/release-1.2.1.html)** +**[Latest stable version : 1.2.2](http://redmine-git-hosting.io/releases-notes/release-1.2.2.html)** ## Installation diff --git a/init.rb b/init.rb index 284ffd37a90..3319855de91 100644 --- a/init.rb +++ b/init.rb @@ -8,7 +8,7 @@ name 'Redmine Git Hosting Plugin' author 'A lot of people! A big thank to them for their contribution!' description 'Enables Redmine to control hosting of Git repositories through Gitolite' - version '1.2.1' + version '1.2.2' url 'http://redmine-git-hosting.io/' author_url '/settings/plugin/redmine_git_hosting/authors'