mirror of
https://github.com/meineerde/redmine.git
synced 2026-04-04 06:51:38 +00:00
Updates for 4.2.5 release.
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21508 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
871bc44301
commit
0c0c429bad
@ -4,6 +4,36 @@ Redmine - project management software
|
|||||||
Copyright (C) 2006-2021 Jean-Philippe Lang
|
Copyright (C) 2006-2021 Jean-Philippe Lang
|
||||||
https://www.redmine.org/
|
https://www.redmine.org/
|
||||||
|
|
||||||
|
== 2022-03-28 v4.2.5
|
||||||
|
|
||||||
|
=== [Attachments]
|
||||||
|
|
||||||
|
* Defect #36013: Paste image mixed with other DataTransferItem
|
||||||
|
|
||||||
|
=== [Database]
|
||||||
|
|
||||||
|
* Defect #36766: Database migration from Redmine 0.8.7 or earlier fails
|
||||||
|
|
||||||
|
=== [Documents]
|
||||||
|
|
||||||
|
* Defect #36686: Allow pasting screenshots from clipboard in documents
|
||||||
|
|
||||||
|
=== [Gems support]
|
||||||
|
|
||||||
|
* Patch #36795: Set the minimum required version of ROTP gem to 5.0.0
|
||||||
|
|
||||||
|
=== [Issues filter]
|
||||||
|
|
||||||
|
* Defect #30924: Filter on Target version's Status in subproject doesn't work on version from top project
|
||||||
|
|
||||||
|
=== [Projects]
|
||||||
|
|
||||||
|
* Defect #36593: User without permissions to view required project custom fields cannot create new projects
|
||||||
|
|
||||||
|
=== [Rails support]
|
||||||
|
|
||||||
|
* Patch #36757: Update Rails to 5.2.6.3
|
||||||
|
|
||||||
== 2022-02-20 v4.2.4
|
== 2022-02-20 v4.2.4
|
||||||
|
|
||||||
=== [Gantt]
|
=== [Gantt]
|
||||||
|
|||||||
@ -7,7 +7,7 @@ module Redmine
|
|||||||
module VERSION
|
module VERSION
|
||||||
MAJOR = 4
|
MAJOR = 4
|
||||||
MINOR = 2
|
MINOR = 2
|
||||||
TINY = 4
|
TINY = 5
|
||||||
|
|
||||||
# Branch values:
|
# Branch values:
|
||||||
# * official release: nil
|
# * official release: nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user