summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-11-03 22:09:11 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-11-03 22:09:11 +0000
commit82ca5c799c367eeb0c6976783331eb88ef49f9b1 (patch)
tree8ebdaaec8cd026298ace903cf730440131a33493
parente3f8127c26b9cee59114636527e89ccb44b45672 (diff)
downloadredmine-5.0-stable.tar.gz
redmine-5.0-stable.zip
Updates for 5.0.10 release.5.0-stable
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@23202 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--doc/CHANGELOG55
-rw-r--r--lib/redmine/version.rb2
2 files changed, 56 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index d4e4b4e8b..65a522230 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -4,6 +4,61 @@ Redmine - project management software
Copyright (C) 2006- Jean-Philippe Lang
https://www.redmine.org/
+== 2024-11-03 v5.0.10
+
+=== [Code cleanup/refactoring]
+
+* Patch #41313: Fix test/unit/issue_test.rb to use correct IANA timezone name "Asia/Hong_Kong" instead of deprecated "Hongkong"
+
+=== [Gantt]
+
+* Defect #41263: Gantt progress line misrendering for 0% progress issues/versions with future start dates beyond chart range
+
+=== [I18n]
+
+* Defect #37072: Capitalization issue for object names in I18n keys: button_save_object, button_edit_object, and button_delete_object
+
+=== [Importers]
+
+* Defect #41465: "Import issues" and "Import time entries" pages are visible to users without "Add issues" and "Log spent time" permissions
+
+=== [Issues]
+
+* Defect #8539: Fix NoMethodError in Issue#blocked? due to invalid issue_from_id in Issue#relations_from
+
+=== [Ruby support]
+
+* Patch #41489: Update Rails to 6.1.7.10
+
+=== [Security]
+
+* Defect #40946: Watcher list visible with only add watchers permissions
+
+=== [SCM]
+
+* Defect #40948: ActiveRecord::ValueTooLong error with git author longer than 255 characters
+
+=== [Text formatting]
+
+* Defect #41096: "##" syntax auto complete does not work
+
+=== [Time tracking]
+
+* Defect #40924: Spent Hours ignoring "Time Span Format" Setting on several pages
+
+=== [Translations]
+
+* Patch #40875: Improve Czech translation for "two-factor authentication"
+* Patch #40950: Improve english translation for invalid watcher notice
+
+=== [UI]
+
+* Patch #41624: CSS-fix to prevent 'blinking' tooltips
+
+=== [Wiki]
+
+* Defect #40655: Revisions count is wrong on the wiki content page
+
== 2024-06-12 v5.0.9
=== [Gems support]
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index 558478cc1..9fe763b04 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -7,7 +7,7 @@ module Redmine
module VERSION
MAJOR = 5
MINOR = 0
- TINY = 9
+ TINY = 10
# Branch values:
# * official release: nil