From f63341e145bd88dfdce0e7a124159a647943dffd Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sun, 1 Aug 2021 07:17:24 +0000 Subject: [PATCH] Updates for 4.1.4 release. git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@21127 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 34 ++++++++++++++++++++++++++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 3aa88114d..820ae7164 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,40 @@ Redmine - project management software Copyright (C) 2006-2021 Jean-Philippe Lang https://www.redmine.org/ +== 2021-08-01 v4.1.4 + +=== [Accounts / authentication] + +* Defect #35226: Add SameSite=Lax to cookies to fix warnings in web browsers + +=== [Attachments] + +* Defect #33752: Uploading a big file fails with NoMemoryError + +=== [Gantt] + +* Defect #34694: Progress bar for a shared version on gantt disappears when the tree is collapsed and then expanded + +=== [Gems support] + +* Defect #35621: Bundler fails to install globalid when using Ruby < 2.6.0 + +=== [Issues] + +* Defect #35134: Change total spent time link to global time entries when issue has subtasks that can be on non descendent projects + +=== [Issues filter] + +* Defect #35201: Duplicate entries in issue filter values + +=== [Rails support] + +* Patch #35214: Update Rails to 5.2.6 + +=== [Time tracking] + +* Defect #34856: Time entry error on private issue + == 2021-04-26 v4.1.3 === [Activity view] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index fe78fd5ee..40bc8ba9b 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 4 MINOR = 1 - TINY = 3 + TINY = 4 # Branch values: # * official release: nil -- 2.39.5