mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-10 19:23:06 +00:00
Updates for 3.4.8.
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17827 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
879a970889
commit
e41b167116
@ -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]
|
||||
|
||||
@ -4,7 +4,7 @@ module Redmine
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 3
|
||||
MINOR = 4
|
||||
TINY = 7
|
||||
TINY = 8
|
||||
|
||||
# Branch values:
|
||||
# * official release: nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user