diff options
-rw-r--r-- | doc/CHANGELOG | 9 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 1e5946155..2ccd553d2 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,15 @@ Redmine - project management software Copyright (C) 2006-2015 Jean-Philippe Lang http://www.redmine.org/ +== 2015-05-10 v3.0.3 + +* Defect #18580: Can't bulk edit own time entries with "Edit own time entries" +* Defect #19731: Issue validation fails if % done field is deactivated +* 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 +* Patch #19793: Adding flash messages to files_controller#create + == 2015-04-26 v3.0.2 * 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 6f6ddfe4c..f01986fe6 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 3 MINOR = 0 - TINY = 2 + TINY = 3 # Branch values: # * official release: nil |