From 4c8984e4023039f2416c594abc7f7872505e953d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 16 Mar 2015 18:26:05 +0000 Subject: [PATCH] Updates for 2.6.3 release. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14123 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 9 +++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 1a03c0271..6caa79910 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,15 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-03-16 v2.6.3 + +* Defect #19197: Missing notification if assignee was a group +* Defect #19260: Non-default identifier-less git repositories are undeletable +* Defect #19305: settings: incompatible character encodings: UTF-8 and ASCII-8BIT: yaml generated on ruby 1.8 +* Defect #19313: Attached inline images with non-ascii file name can not be seen when text formatting is Makdown +* Defect #19348: Project name is missing for versions from sub-projects +* Defect #19381: Wrong syntax for wiki macros in wiki_syntax_detailed.html + == 2015-02-19 v2.6.2 * Defect #10681: Export to Persian PDF problem diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 601f52bee..d6894c73c 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 6 - TINY = 2 + TINY = 3 # Branch values: # * official release: nil -- 2.39.5