From 9bad5de0ae838ce3e29e125e55b677bacc5c3c1d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 7 Jul 2015 19:44:31 +0000 Subject: [PATCH] Updates for 2.6.6 release. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14424 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 15 +++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 72a921b96..e83576123 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,21 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-07-07 v2.6.6 + +* Defect #17757: Link with hash does not work on Firefox +* Defect #19095: PDF is broken on iOS +* Defect #19815: Bulk issue copy copies subtasks and attachments even if option is unchecked +* Defect #19840: Missing validation for description size of versions +* Defect #19956: Connection leak on svn/redmine integration +* Defect #20118: Missing row in PDF if issue description contains '<'-character +* Feature #19364: Images and Thumbnail are not interpreted in table while exporting PDF +* Feature #19652: Ruby 2.2 support of Redmine 2.6 (Rails 3.2) +* Feature #20142: Update Gemfile to require rbpdf ~>1.18.6 +* Patch #19825: Russian translation update +* Patch #20035: Italian translation update +* Patch #20203: The test email action should use POST only (CSRF protection) + == 2015-05-10 v2.6.5 * Defect #18580: Can't bulk edit own time entries with "Edit own time entries" diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index a1d049415..10ab9a304 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 = 5 + TINY = 6 # Branch values: # * official release: nil -- 2.39.5