From 98712e0039b0a101f20f6cb4aba76d58d0628896 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 14 Nov 2015 08:48:51 +0000 Subject: [PATCH] Updates for 2.6.8 release. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14868 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 12 ++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 660c85b49..37907438b 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 f6a929764..63c24334f 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
-- 
2.39.5