##// END OF EJS Templates
Updates for 2.6.3 release....
Jean-Philippe Lang -
r13741:4c8984e40230
parent child
Show More
@@ -4,6 +4,15 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-03-16 v2.6.3
8
9 * Defect #19197: Missing notification if assignee was a group
10 * Defect #19260: Non-default identifier-less git repositories are undeletable
11 * Defect #19305: settings: incompatible character encodings: UTF-8 and ASCII-8BIT: yaml generated on ruby 1.8
12 * Defect #19313: Attached inline images with non-ascii file name can not be seen when text formatting is Makdown
13 * Defect #19348: Project name is missing for versions from sub-projects
14 * Defect #19381: Wrong syntax for wiki macros in wiki_syntax_detailed.html
15
7 == 2015-02-19 v2.6.2
16 == 2015-02-19 v2.6.2
8
17
9 * Defect #10681: Export to Persian PDF problem
18 * Defect #10681: Export to Persian PDF problem
@@ -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 = 2
7 TINY = 3
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