##// END OF EJS Templates
Updates for 3.0.3 release....
Jean-Philippe Lang -
r13874:f53c19260c70
parent child
Show More
@@ -4,6 +4,15 Redmine - project management software
4 Copyright (C) 2006-2015 Jean-Philippe Lang
4 Copyright (C) 2006-2015 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2015-05-10 v3.0.3
8
9 * Defect #18580: Can't bulk edit own time entries with "Edit own time entries"
10 * Defect #19731: Issue validation fails if % done field is deactivated
11 * Defect #19735: Email addresses with slashes are not linked correctly
12 * Patch #19655: Set a back_url when forcing new login after session expiration
13 * Patch #19706: Issue show : optimizations
14 * Patch #19793: Adding flash messages to files_controller#create
15
7 == 2015-04-26 v3.0.2
16 == 2015-04-26 v3.0.2
8
17
9 * Defect #19297: Custom fields with hidden/read-only combination displayed in Issue Edit Form
18 * Defect #19297: Custom fields with hidden/read-only combination displayed in Issue Edit Form
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 3
5 MAJOR = 3
6 MINOR = 0
6 MINOR = 0
7 TINY = 2
7 TINY = 3
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now