##// END OF EJS Templates
Updates for 3.1.4 release....
Jean-Philippe Lang -
r14853:65c90454ed6b
parent child
Show More
@@ -4,13 +4,38 Redmine - project management software
4 Copyright (C) 2006-2015 Jean-Philippe Lang
4 Copyright (C) 2006-2015 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2016-03-13 v3.1.4
8
9 * Defect #21588: Simplified Chinese "field_cvs_module" translation has problem (Patch #21430)
10 * Defect #21656: Fix Non ASCII attachment filename encoding broken (MOJIBAKE) in Microsoft Edge Explorer
11 * Defect #22072: Private notes get copied without private flag to Duplicate issues
12 * Defect #22127: Issues can be assigned to any user
13 * Defect #21219: Date pickers images for start/due date fields are not shown for issues with subtasks
14 * Defect #21477: Assign to "Anonymous" doesn't make much sense
15 * Defect #21488: Don't use past start date as default due date in the date picker
16 * Defect #21504: IssuePriority.position_name not recalculated every time it should
17 * Defect #21551: Private note flag disappears in issue update conflict
18 * Defect #21843: Nokogiri security issue
19 * Defect #21900: Moving a page with a child raises an error if target wiki contains a page with the same name as the child
20 * Patch #21650: Simplified Chinese translation of wiki formating for 2.6-stable
21 * Patch #21881: Russian wiki translation for 2.6-stable
22 * Patch #21898: Catalan wiki translation for 2.6-stable
23 * Patch #21456: Simplified Chinese translation of wiki formating for 3.1-stable
24 * Patch #21686: Russian translation for 3.1-stable
25 * Patch #21687: German translations for 3.1-stable
26 * Patch #21689: Turkish translation for 3.1-stable
27 * Patch #21882: Russian wiki translation for 3.1-stable
28 * Patch #21899: Catalan wiki translation for 3.1-stable
29 * Patch #22131: German translations for 3.1-stable
30 * Patch #22139: Japanese wiki syntax (Markdown) translation for 3.1-stable
31
7 == 2015-12-05 v3.1.3
32 == 2015-12-05 v3.1.3
8
33
9 Defect #16948: Broken anonymous repository access for public projects with Apache 2.4 (redmine.pm)
34 * Defect #16948: Broken anonymous repository access for public projects with Apache 2.4 (redmine.pm)
10 Defect #21328: pdf: Vietnamese Italic is not shown
35 * Defect #21328: pdf: Vietnamese Italic is not shown
11 Defect #21419: Information leak in Atom feed
36 * Defect #21419: Information leak in Atom feed
12 Patch #21312: Fix exception in Redmine.pm when authenticating anonymous users
37 * Patch #21312: Fix exception in Redmine.pm when authenticating anonymous users
13 Patch #21430: Simplified Chinese translation
38 * Patch #21430: Simplified Chinese translation
14
39
15 == 2015-11-14 v3.1.2
40 == 2015-11-14 v3.1.2
16
41
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 3
5 MAJOR = 3
6 MINOR = 1
6 MINOR = 1
7 TINY = 3
7 TINY = 4
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now