mirror of
https://github.com/redmine/redmine.git
synced 2025-12-17 05:50:29 +01:00
Updates for 3.4.2 release.
git-svn-id: http://svn.redmine.org/redmine/trunk@16825 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -4,6 +4,25 @@ Redmine - project management software
|
|||||||
Copyright (C) 2006-2017 Jean-Philippe Lang
|
Copyright (C) 2006-2017 Jean-Philippe Lang
|
||||||
http://www.redmine.org/
|
http://www.redmine.org/
|
||||||
|
|
||||||
|
== 2017-07-16 v3.4.2
|
||||||
|
|
||||||
|
=== [Administration]
|
||||||
|
|
||||||
|
* Defect #26393: Error when unchecking all settings on some plugins configurations
|
||||||
|
|
||||||
|
=== [Attachments]
|
||||||
|
|
||||||
|
* Defect #26379: Fix thumbnail rendering for images with height >> width
|
||||||
|
|
||||||
|
=== [Time tracking]
|
||||||
|
|
||||||
|
* Defect #26387: Error displaying time entries filtered by Activity
|
||||||
|
|
||||||
|
=== [UI]
|
||||||
|
|
||||||
|
* Defect #26445: Text formatting not applied to commit messages even if enabled in settings
|
||||||
|
* Patch #26424: Avatar Spacing in Headlines
|
||||||
|
|
||||||
== 2017-07-09 v3.4.1
|
== 2017-07-09 v3.4.1
|
||||||
|
|
||||||
=== [Issues list]
|
=== [Issues list]
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ module Redmine
|
|||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
MAJOR = 3
|
MAJOR = 3
|
||||||
MINOR = 4
|
MINOR = 4
|
||||||
TINY = 1
|
TINY = 2
|
||||||
|
|
||||||
# Branch values:
|
# Branch values:
|
||||||
# * official release: nil
|
# * official release: nil
|
||||||
|
|||||||
Reference in New Issue
Block a user