]> source.dussan.org Git - redmine.git/commitdiff
Updates for 4.1.3 release.
authorGo MAEDA <maeda@farend.jp>
Mon, 26 Apr 2021 14:02:07 +0000 (14:02 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 26 Apr 2021 14:02:07 +0000 (14:02 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@20976 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/CHANGELOG
lib/redmine/version.rb

index c503ad0666e0a9e8eb9f72d7c1d849a7f0faa75b..3aa88114d0f3d93017d727a69541096b500ecf56 100644 (file)
@@ -4,6 +4,47 @@ Redmine - project management software
 Copyright (C) 2006-2021  Jean-Philippe Lang
 https://www.redmine.org/
 
+== 2021-04-26 v4.1.3
+
+=== [Activity view]
+
+* Defect #34933: Atom feed of the activity page does not contain items after the second page
+
+=== [Email receiving]
+
+* Defect #35100: MailHandler raises NameError exception when generating error message
+
+=== [Gems support]
+
+* Patch #34969: Remove dependency on MimeMagic
+
+=== [Issues]
+
+* Defect #34921: Do not journalize attachments that are added during a "Copy Issue" operation
+
+=== [Performance]
+
+* Patch #35034: Improve loading speed of workflow page
+
+=== [Rails support]
+
+* Patch #34966: Update Rails to 5.2.5
+
+=== [Security]
+
+* Defect #34367: Allowed filename extensions of attachments can be circumvented
+* Defect #34950: SysController and MailHandlerController are vulnerable to timing attack
+* Defect #35045: Mail handler bypasses add_issue_notes permission
+* Defect #35085: Arbitrary file read in Git adapter
+
+=== [Text formatting]
+
+* Defect #34894: User link using @ not working at the end of line
+
+=== [UI]
+
+* Patch #34955: Update copyright year in the footer to 2021
+
 == 2021-03-21 v4.1.2
 
 === [Accounts / authentication]
index bfbb4ab911e647736ec13874bf90cd30f3eabb61..fe78fd5eee1c811c72d34448650551fc49e742cd 100644 (file)
@@ -7,7 +7,7 @@ module Redmine
   module VERSION
     MAJOR = 4
     MINOR = 1
-    TINY  = 2
+    TINY  = 3
 
     # Branch values:
     # * official release: nil