diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 660c85b4966..37907438b22 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,18 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-11-14 v2.6.8 + +* Defect #20360: Project copy does not copy custom field settings +* Defect #20380: Cannot assign users to projects with IE set to compatibility mode +* Defect #20591: PDF export does not determine picture (.png) height correctly +* Defect #20677: Custom fields with multiple values required by worklow can be blank +* Defect #20811: long
lines are missing from PDF export of wiki pages +* Defect #21136: Issues API may disclose changeset messages that are not visible +* Defect #21150: Time logging form may disclose subjects of issues that are not visible +* Defect #21155: Deleting invalid wiki page version deletes whole page content +* Patch #21030: Polish translation update for 2.6-stable + == 2015-09-20 v2.6.7 * Defect #19577: Open redirect vulnerability diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index f6a92976457..63c24334f72 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 = 7 + TINY = 8 # Branch values: # * official release: nil