##// END OF EJS Templates
Updates for 2.6.9 release....
Jean-Philippe Lang -
r14558:b5e7425af604
parent child
Show More
@@ -4,6 +4,14 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 == 2015-12-05 v2.6.9
8
9 Defect #16948: Broken anonymous repository access for public projects with Apache 2.4 (redmine.pm)
10 Defect #21328: pdf: Vietnamese Italic is not shown
11 Defect #21419: Information leak in Atom feed
12 Patch #21312: Fix exception in Redmine.pm when authenticating anonymous users
13 Patch #21430: Simplified Chinese translation
14
7 == 2015-11-14 v2.6.8
15 == 2015-11-14 v2.6.8
8
16
9 * Defect #20360: Project copy does not copy custom field settings
17 * Defect #20360: Project copy does not copy custom field settings
@@ -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 = 8
7 TINY = 9
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