From 03cc354f25618ec4783cf20a36ee37051f674473 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 13 Mar 2016 10:11:59 +0000 Subject: [PATCH] Updates for 2.6.10 release. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@15234 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 20 +++++++++++++++----- lib/redmine/version.rb | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 18f5491e1..3951691ed 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,13 +4,23 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2016-03-13 v2.6.10 + +* Defect #21588: Simplified Chinese "field_cvs_module" translation has problem (Patch #21430) +* Defect #21656: Fix Non ASCII attachment filename encoding broken (MOJIBAKE) in Microsoft Edge Explorer +* Defect #22072: Private notes get copied without private flag to Duplicate issues +* Defect #22127: Issues can be assigned to any user +* Patch #21650: Simplified Chinese translation of wiki formating for 2.6-stable +* Patch #21881: Russian wiki translation for 2.6-stable +* Patch #21898: Catalan wiki translation for 2.6-stable + == 2015-12-05 v2.6.9 -Defect #16948: Broken anonymous repository access for public projects with Apache 2.4 (redmine.pm) -Defect #21328: pdf: Vietnamese Italic is not shown -Defect #21419: Information leak in Atom feed -Patch #21312: Fix exception in Redmine.pm when authenticating anonymous users -Patch #21430: Simplified Chinese translation +* Defect #16948: Broken anonymous repository access for public projects with Apache 2.4 (redmine.pm) +* Defect #21328: pdf: Vietnamese Italic is not shown +* Defect #21419: Information leak in Atom feed +* Patch #21312: Fix exception in Redmine.pm when authenticating anonymous users +* Patch #21430: Simplified Chinese translation == 2015-11-14 v2.6.8 diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index da082a63b..c8c94ff17 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 = 9 + TINY = 10 # Branch values: # * official release: nil -- 2.39.5