diff options
-rw-r--r-- | doc/CHANGELOG | 7 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 8 insertions, 1 deletions
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 |