From 79bc6a7d478ff77514587565da6131ae684ce3c2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 10 May 2015 08:00:00 +0000 Subject: [PATCH] Updates for 2.6.5 release. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14257 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 7 +++++++ lib/redmine/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index be8b869ed..72a921b96 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,13 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-05-10 v2.6.5 + +* Defect #18580: Can't bulk edit own time entries with "Edit own time entries" +* Defect #19735: Email addresses with slashes are not linked correctly +* Patch #19655: Set a back_url when forcing new login after session expiration +* Patch #19706: Issue show : optimizations + == 2015-04-26 v2.6.4 * Defect #19297: Custom fields with hidden/read-only combination displayed in Issue Edit Form diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 8ce5016d9..a1d049415 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 = 4 + TINY = 5 # Branch values: # * official release: nil -- 2.39.5