mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-06 09:03:25 +00:00
Merged r14256 from 3.0-stable.
git-svn-id: http://svn.redmine.org/redmine/trunk@14260 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ef2e75f072
commit
77e657b719
@ -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
|
||||
|
||||
@ -4,7 +4,7 @@ module Redmine
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 3
|
||||
MINOR = 0
|
||||
TINY = 2
|
||||
TINY = 3
|
||||
|
||||
# Branch values:
|
||||
# * official release: nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user