diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-03-28 19:25:08 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-03-28 19:25:08 +0000 |
commit | 1f3f7f315af63848bb75f21a728739a9965cb1aa (patch) | |
tree | 80cc3c5c676ba4b3e0d1a332f053750b51c1c459 | |
parent | 60b5a5864beee093b83cd1d5dc4a1df3fb8a1839 (diff) | |
download | redmine-4.1-stable.tar.gz redmine-4.1-stable.zip |
Updates for 4.1.7 release.4.1-stable
git-svn-id: https://svn.redmine.org/redmine/branches/4.1-stable@21507 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 26 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 27 insertions, 1 deletions
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 |