##// END OF EJS Templates
Updates for 2.6.10 release....
Jean-Philippe Lang -
r14852:03cc354f2561
parent child
Show More
@@ -4,13 +4,23 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 v2.6.10
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 * Patch #21650: Simplified Chinese translation of wiki formating for 2.6-stable
14 * Patch #21881: Russian wiki translation for 2.6-stable
15 * Patch #21898: Catalan wiki translation for 2.6-stable
16
7 == 2015-12-05 v2.6.9
17 == 2015-12-05 v2.6.9
8
18
9 Defect #16948: Broken anonymous repository access for public projects with Apache 2.4 (redmine.pm)
19 * Defect #16948: Broken anonymous repository access for public projects with Apache 2.4 (redmine.pm)
10 Defect #21328: pdf: Vietnamese Italic is not shown
20 * Defect #21328: pdf: Vietnamese Italic is not shown
11 Defect #21419: Information leak in Atom feed
21 * Defect #21419: Information leak in Atom feed
12 Patch #21312: Fix exception in Redmine.pm when authenticating anonymous users
22 * Patch #21312: Fix exception in Redmine.pm when authenticating anonymous users
13 Patch #21430: Simplified Chinese translation
23 * Patch #21430: Simplified Chinese translation
14
24
15 == 2015-11-14 v2.6.8
25 == 2015-11-14 v2.6.8
16
26
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 2
5 MAJOR = 2
6 MINOR = 6
6 MINOR = 6
7 TINY = 9
7 TINY = 10
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