From: Jean-Philippe Lang Date: Sun, 10 May 2015 07:59:45 +0000 (+0000) Subject: Updates for 3.0.3 release. X-Git-Tag: 3.0.3~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f53c19260c70776160fec33a3a3b98dff6ae8c89;p=redmine.git Updates for 3.0.3 release. git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14256 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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 9ed8a9824..07269f835 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