diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-12 12:48:39 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-12 12:48:39 +0000 |
commit | d40b1ca7921fd584b721781f53f2ad6ff0fd039f (patch) | |
tree | fdfb3781db72348a25678e5f195f9919264c10bb | |
parent | 1d1c5c3a2c50ac0e47f15ccbd08f9ec46496a3b3 (diff) | |
download | redmine-d40b1ca7921fd584b721781f53f2ad6ff0fd039f.tar.gz redmine-d40b1ca7921fd584b721781f53f2ad6ff0fd039f.zip |
Updates for 6.0.1 release.
git-svn-id: https://svn.redmine.org/redmine/trunk@23259 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/CHANGELOG | 11 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index d30c050c0..156e8e7f7 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,17 @@ Redmine - project management software Copyright (C) 2006- Jean-Philippe Lang https://www.redmine.org/ +== 2024-11-12 v6.0.1 + +=== [Gems support] + +* Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite +* Patch #41728: Update Rouge gem to 4.5 + +=== [Issues list] + +* Defect #40303: Layout distortion in issue list descriptions with code blocks + == 2024-11-10 v6.0.0 === [Accounts / authentication] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index c234a88fb..e004b8f87 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -24,7 +24,7 @@ module Redmine module VERSION MAJOR = 6 MINOR = 0 - TINY = 0 + TINY = 1 # Branch values: # * official release: nil |