From e41b1671160731c9a9217dc7364ee835047ee394 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 20 Jan 2019 06:56:02 +0000 Subject: [PATCH] Updates for 3.4.8. git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17827 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 27 +++++++++++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index bc287699d..c06f848f4 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,33 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2019-01-20 v3.4.8 + +=== [Code cleanup/refactoring] + +* Patch #30413: Add ".ruby-version" to svn:ignore, .git:ignore, and .hgignore + +=== [Database] + +* Defect #30171: Decrypting LDAP and SCM passwords fail if the plaintext password is longer than 31 bytes + +=== [Gems support] + +* Defect #30353: Installing rails with Bundler 2.0 fails in 3.x + +=== [Importers] + +* Patch #30412: Import UTF-8 issue CSV files with BOM and quoted strings + +=== [Translations] + +* Patch #30293: Ukrainian translation update for 3.4-stable + +=== [UI] + +* Defect #30426: Table rows are not highlighted on mouseover on some pages +* Patch #29951: Quick design fix/proposals for projects index page + == 2018-12-09 v3.4.7 === [Custom fields] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index fcfab338c..358ad36f3 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 = 7 + TINY = 8 # Branch values: # * official release: nil -- 2.39.5