diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-05-10 08:00:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-05-10 08:00:00 +0000 |
commit | 79bc6a7d478ff77514587565da6131ae684ce3c2 (patch) | |
tree | 9817a8cee2f1afd61599edc372c65e1f5ef82ef9 | |
parent | 9bdcf3f6031c0c47f29c0d9b5656f806465f74bd (diff) | |
download | redmine-79bc6a7d478ff77514587565da6131ae684ce3c2.tar.gz redmine-79bc6a7d478ff77514587565da6131ae684ce3c2.zip |
Updates for 2.6.5 release.
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14257 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 |