From 3579f773e84ab434a2fe51dfd2e4c375c415572c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 21 Feb 2019 16:41:45 +0000 Subject: [PATCH] Updates for 3.4.9 release. git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17895 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 11 +++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index c06f848f4..5583e2406 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,17 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2019-02-21 v3.4.9 + +=== [Gems support] + +* Defect #30114: Installing xpath with Bundler fails in Ruby <=2.2 +* Patch #30821: Stay in RMagick 2.16.0 and don't update to 3.0.0 + +=== [UI] + +* Patch #30818: Issues autocomplete should respond with content type json + == 2019-01-20 v3.4.8 === [Code cleanup/refactoring] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 358ad36f3..2d06e469b 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 3 MINOR = 4 - TINY = 8 + TINY = 9 # Branch values: # * official release: nil -- 2.39.5