summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2019-03-31 06:50:44 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2019-03-31 06:50:44 +0000
commitebf2991245f60858a8950295af4f4fde83965288 (patch)
tree5855670a5a5c3f8285c3ec7c7981965e9bf1b224
parent137f05d5278f5c69fa27f414b3f3461bcc020cf8 (diff)
downloadredmine-ebf2991245f60858a8950295af4f4fde83965288.tar.gz
redmine-ebf2991245f60858a8950295af4f4fde83965288.zip
Merged r18023 to 4.0-stable.
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18024 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--doc/CHANGELOG63
-rw-r--r--lib/redmine/version.rb2
2 files changed, 64 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index 272f59cee..e306d2e4c 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -4,6 +4,69 @@ Redmine - project management software
Copyright (C) 2006-2017 Jean-Philippe Lang
http://www.redmine.org/
+== 2019-03-31 v4.0.3
+
+=== [Administration]
+
+* Defect #30939: Timeout for "Check for updates" on Plugins page is too short
+
+=== [Email notifications]
+
+* Defect #30955: "View all issues" link in email reminders points to issues list which does not include issues assigned to a group
+
+=== [Files]
+
+* Defect #31087: Deleting a version silently deletes its attachments
+
+=== [Gantt]
+
+* Defect #31063: Can't uncheck Gantt chart options of custom queries
+
+=== [Issues filter]
+
+* Defect #30367: "Last updated by" filter causes an SQL error with MariaDB
+
+=== [Issues list]
+
+* Defect #26836: Filtering issues via context menu should not reset selected columns
+
+=== [Plugin API]
+
+* Defect #30753: Plugins auto_load and eager_load paths
+* Patch #31030: Include plugin name in the exception when the plugin required by requires_redmine_plugin is not found
+
+=== [REST API]
+
+* Defect #29055: Searching for issue number with REST API redirects to issue HTML page
+
+=== [Rails support]
+
+* Feature #31026: Upgrade to Rails 5.2.2.1
+
+=== [SCM]
+
+* Defect #30731: "View differences" buttons are shown in the repository page even without "Browse repository" permission
+* Defect #30850: Unified diff link broken on specific file/revision diff view
+
+=== [Search engine]
+
+* Defect #30923: Project search should select subprojects scope when the project has subprojects
+
+=== [Text formatting]
+
+* Defect #30256: Cannot make cross-project wiki link if the project name includes square brackets
+
+=== [Translations]
+
+* Patch #31124: Galician translation update for 4.0-stable
+
+=== [UI]
+
+* Defect #30872: Copyright is outdated
+* Defect #30988: Preformatted text overflows the preview area
+* Feature #30977: Add CSS class to project custom fields
+* Feature #30985: Add CSS class to user custom fields
+
== 2019-02-21 v4.0.2
=== [Attachments]
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb
index 1ac4c1c98..0f254048f 100644
--- a/lib/redmine/version.rb
+++ b/lib/redmine/version.rb
@@ -5,7 +5,7 @@ module Redmine
module VERSION
MAJOR = 4
MINOR = 0
- TINY = 2
+ TINY = 3
# Branch values:
# * official release: nil