From 44058186e9833ea9730020c5dad29cfb40d274a2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 11 Jan 2015 09:16:37 +0000 Subject: [PATCH] Merged r13874, updates for 2.6.1 release. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13875 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 34 ++++++++++++++++++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 158ac67d0..1c3e29d9c 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,40 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-01-11 v2.6.1 + +* Defect #13608: Parent column in CSV export should include issue id only +* Defect #13673: Parent issue column includes issue subject (making issue list unworkable wide) +* Defect #14699: Cannot change "From" header in email notifications +* Defect #17744: Disabling fields in tracker keeps attached workflow permissions +* Defect #18060: Selected projects in email notifications on "my account" are lost when the page is redisplayed after a validation error +* Defect #18176: PDF: long text is corrupt +* Defect #18269: Timelog CSV export missing tracker name and issue name +* Defect #18280: closed_on missing when closed status of issue status changed +* Defect #18349: URL not rendered as a link when followed by a line break and another URL +* Defect #18464: Use of PRE tag in Issue description results in wrapped text with latest Google Chrome +* Defect #18499: Localisation not set correctly on authenticity token errors +* Defect #18501: Textile bold highlighting problem +* Defect #18629: PDF Export removes separating space after tables +* Defect #18665: Internal Server Error when adding user to group where he is already assigned +* Defect #18667: Attachment content type not set when uploading attachment +* Defect #18685: Plugin migration confuses two plugins with similar names +* Defect #18734: Select / case is missing a break in application.js +* Defect #18769: Reordering roles, trackers or statuses always redirects to the first page +* Defect #18777: Moving column to top of "Select Columns" results in loss of all other column selections +* Feature #8817: Attachments/Plugin assets directory writable errors +* Patch #17705: MailHandler should ignore bogus issue strings [some-string#1234] in subject +* Patch #18051: Cancel button on issue edit view +* Patch #18156: Spanish translation file +* Patch #18157: German translation +* Patch #18252: Japanese wiki_syntax_detailed.html translation update +* Patch #18357: Improvement of column selection: allow to move multiple columns in selection list +* Patch #18410: Spent hours should be cleared on #reload +* Patch #18534: Galician (gl) translation for 2.6-stable +* Patch #18587: Swedish translation (updated) +* Patch #18782: Fix ui tests broken by undefined method error +* Patch #18789: UI tests and capybara version + == 2014-10-21 v2.6.0 * Defect #8753: PDF export for Hebrew is reversed diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 5d25f34ed..ed3779678 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 = 0 + TINY = 1 # Branch values: # * official release: nil -- 2.39.5