From b5e7425af604472500cba22329ebd42037b58109 2015-12-05 08:45:01 From: Jean-Philippe Lang Date: 2015-12-05 08:45:01 Subject: [PATCH] Updates for 2.6.9 release. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14940 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 3790743..18f5491 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,14 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 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 + == 2015-11-14 v2.6.8 * Defect #20360: Project copy does not copy custom field settings diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 63c2433..da082a6 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 = 8 + TINY = 9 # Branch values: # * official release: nil