From: Marius Balteanu Date: Mon, 28 Mar 2022 19:25:08 +0000 (+0000) Subject: Updates for 4.1.7 release. X-Git-Tag: 4.1.7~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fheads%2F4.1-stable;p=redmine.git Updates for 4.1.7 release. git-svn-id: https://svn.redmine.org/redmine/branches/4.1-stable@21507 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 4bcc01d7b..90d51b50a 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,32 @@ Redmine - project management software Copyright (C) 2006-2021 Jean-Philippe Lang https://www.redmine.org/ +== 2022-03-28 v4.1.7 + +=== [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 + +=== [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.1.6 === [Gantt] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 3b6444366..40b8da209 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 4 MINOR = 1 - TINY = 6 + TINY = 7 # Branch values: # * official release: nil