diff options
author | Go MAEDA <maeda@farend.jp> | 2024-06-12 00:31:34 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-06-12 00:31:34 +0000 |
commit | 09df0269290f9067579aa3c777d106458ca89a54 (patch) | |
tree | 83adf88816501461e43221b5d594dd47b9e1ea00 | |
parent | a770a2281fe4b1c65384dcd34dfb99ac00f9f7a6 (diff) | |
download | redmine-09df0269290f9067579aa3c777d106458ca89a54.tar.gz redmine-09df0269290f9067579aa3c777d106458ca89a54.zip |
Updates for 5.0.9 release.
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22871 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 21 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 288d26df7..d4e4b4e8b 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,27 @@ Redmine - project management software Copyright (C) 2006- Jean-Philippe Lang https://www.redmine.org/ +== 2024-06-12 v5.0.9 + +=== [Gems support] + +* Defect #40603: Mocha 2.2.0 causes test failure: "unexpected invocation" +* Patch #40802: Support builder 3.3.0 + +=== [Issues] + +* Defect #40410: Watcher groups on new issue form get dereferenced on validation error +* Defect #40412: Issue list filter "Watched by: me" only shows issues watched via group for projects with the view_issue_watchers permission +* Feature #40556: Focus on the textarea after clicking the Edit Journal button + +=== [Performance] + +* Defect #40610: Slow display of projects list when including project description column + +=== [Rails support] + +* Patch #40818: Update Rails to 6.1.7.8 + == 2024-03-04 v5.0.8 === [Activity view] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index c268e4cdc..558478cc1 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 5 MINOR = 0 - TINY = 8 + TINY = 9 # Branch values: # * official release: nil |