diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-02-21 16:41:45 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-02-21 16:41:45 +0000 |
commit | 3579f773e84ab434a2fe51dfd2e4c375c415572c (patch) | |
tree | 5190cea214bcc183977a01030d0f9cdaaa6a7ce7 | |
parent | 087309ae1a34d34cd6e783d6c220a1a4c41a6f91 (diff) | |
download | redmine-3579f773e84ab434a2fe51dfd2e4c375c415572c.tar.gz redmine-3579f773e84ab434a2fe51dfd2e4c375c415572c.zip |
Updates for 3.4.9 release.
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17895 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 11 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 12 insertions, 1 deletions
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 |