News
Redmine 4.0.0, 3.4.7 and 3.3.9 released
(18 comments)
- a major change to email notifications: each user now receives its own notification email whereas previous versions were sending a single email to all the notified users
- many improvements to text formatting
- the replacement of Coderay by Rouge to support more languages for code highlighting
Email delivery now relies on Rails ActiveJob. Emails are sent asynchronously by default. But you should consider configuring a persistent backend for ActiveJob since the default uses an in-memory queue that is not well suited for production environnements:
https://guides.rubyonrails.org/v5.2/active_job_basics.html#job-execution
Redmine 4.0.0 uses Rails 5.2.2, the latest Rails version released a few days ago.
Redmine 3.4.7 and 3.3.9 are maintenance releases for 3.4.x and 3.3.x users. You can review the details in the Changelog. They both include an upgrade to Rails 4.2.11 that fixed 2 Rails vulnerabilities. Although these vulnerabilities does not affect Redmine 3.x, you should upgrade if possible.
Redmine 3.4.6 and 3.3.8 released
(1 comment)
Redmine 3.4.5 and 3.3.7 released
(2 comments)
Redmine 3.4.4, 3.3.6 and 3.2.9 released
(5 comments)
The first maintenance releases for 2018 are available for download, happy new year!
You can review the changes in the Changelog.
Security: All of these releases include a fix for a remote command execution vulnerability in the Mercurial adapter. Thanks to Yuya Nishihara who reported this issue to the Redmine team. If you are using Mercurial repositories with Redmine, you should update to one of these releases as soon as possible.
Redmine 3.4.3, 3.3.5 and 3.2.8 released
(2 comments)
Redmine 3.4.2 released
This maintenance release addresses a few more issues that were found in the latest Redmine 3.4.x releases.
Thanks to the contributors who reported these defects to the Redmine dev team.
Redmine 3.4.1 released
Redmine 3.4.0, 3.3.4 and 3.2.7 released
(14 comments)
Redmine 3.3.3 and 3.2.6 released
(5 comments)
Redmine 3.3.3 and 3.2.6 are maintenance releases available for download. You can review the list of changes in the Changelog.
Security: these 2 releases fix several vulnerabilities, including a stored XSS when displaying specifically crafted attachments. Thanks to Nikita and Planio for reporting theses issues.
Also available in: Atom