Redmine - Package Updates
Pinned
Redmine
-
[3.0.0]
- Update redmine to 5.0.0
- News announcement
- Migrate to Rails 6.1 with Zeitwerk autoloading (#29914). Switching to Zeitwerk autoloader breaks some plugins and requires plugin developers to fix the compatibility issues.
- Introduced CommonMark Markdown (GitHub Flavored) formatter
- Users can be mention now using @ autocomplete by other users with add watchers permission (#13919). This a long awaited feature.
- Issue custom query: default query per instance, project and user (#7360). This a long awaited feature.
- Default project custom query: per instance and per user (#35795).
- Ability to add watchers to Wiki pages (#7652).
- Issues can now be filtered by notes (#5893) or by file description (#34715).
- "Contains" operator supports now multiple search items (#35764). Using wilcard characters (_ or %) is no longer supported (#35073).
- Two-factor authentication improvements: you can enable it only for certain groups (#31920) or for users with administration rights (#35439). Users list contains now the 2FA status as column and as filter option (#35934).
-
[3.0.1]
- Update redmine to 5.0.1
- News announcement
- an update to the latest Ruby on Rails 5.2.8 for 4.2.6 and Rails 6.1.6 for 5.0.1 that fixes CVE-2022-22577 and CVS-2022-27777.
- an update to nokogiri gem that fixes another 2 CVEs: CVE-2021-41098 and CVE-2021-30560
-
[3.1.0]
- Update redmine to 5.0.2
- News announcement
- Updates commonmark gem version to 0.23.4 when Ruby >= 2.6 is used in order to fix a remote code execution vulnerability. Because the fixed version of the gem doesn't support Ruby 2.5, those instances that are using Redmine 5.0.*, Commonmark and Ruby 2.5, it is highly recommended to update Ruby version to at least 2.6 because it's the only way to get the update and the fix. Also, the next major Redmine version (5.1.0) already dropped support for Ruby 2.5 (#37159).
- Updates jQuery UI to 1.31.1 to fix 3 medium severity XSS vulnerabilities
- Fixes unauthorised Information Leak in QueryAssociationColumn and QueryAssociationCustomFieldColumn when the user has no permission to view on the associated object
-
[3.1.2]
- Update redmine to 5.0.3
- Security: Updates commonmark gem version to 0.23.4 when Ruby >= 2.6 is used in order to fix a remote code execution vulnerability. Because the fixed version of the gem doesn't support Ruby 2.5, those instances that are using Redmine 5.0.*, Commonmark and Ruby 2.5, it is highly recommended to update Ruby version to at least 2.6 because it's the only way to get the update and the fix. Also, the next major Redmine version (5.1.0) already dropped support for Ruby 2.5 (#37159).
- Security: Updates jQuery UI to 1.31.1 to fix 3 medium severity XSS vulnerabilities
- Security: Fixes unauthorised Information Leak in QueryAssociationColumn and QueryAssociationCustomFieldColumn when the user has no permission to view on the associated object
-
[3.3.0]
- Update redmine to 5.1.0
- News announcement
- Re-implement admin project list using ProjectQuery system (#33422)
- Background job and dedicated status for project deletion (#36691)
- Upgrade Admin/Users list to use the query system (#37674)
- Display calendar in vertical list layout on mobile screens (#33682)
- Auto watch issues on issue creation (#38238)
- Multiple issue ids in "Related to" filter (#38301)
- "Any searchable text" filter for issues (#38402)
- "contains any of" operator for text filters to perform OR search of multiple terms (#38435)
- OR search with multiple terms for "starts with" and "ends with" filter operators (#38456)
- New issues filter operators "has been", "has never been", and "changed from" (#38527)
-
[3.5.0]
- Disable external registration by default with OIDC