Project

General

Profile

Actions

Download » History » Revision 221

« Previous | Revision 221/222 (diff) | Next »
Marius BĂLTEANU, 2024-02-27 21:51


Download

Latest releases

Redmine releases are available in either .tar.gz or .zip format:

redmine-5.0.7 2023-11-27 redmine-5.0.7.tar.gz f151fafb5baf309cb3192f81bda4736cf68f1bff759cebb0dcbd73a3d6175d71
redmine-5.0.7.zip b9df651c2fbbecff652d904ea725558db0b8e89edcb9a6e796342d71a6b1a60c
redmine-5.1.1 2023-11-27 redmine-5.1.1.tar.gz edf3095746effd04ad5140681d618f5fa8d06be09c47b6f8b615dcad0b753e6e
redmine-5.1.1.zip 244d53ea6b5d759a2a8e2ec626268a54897bfa58373005258c4c98a37ef4497f

See the Changelog for details and RedmineInstall for installation instructions or RedmineUpgrade for upgrading instructions.

You can also browse the older releases.

Versions status and releases policy

Version Support Status
trunk Unstable version. It will receive new features, bug fixes, and security updates
5.1.x Latest stable version. Fully supported with new features, bug fixes, and security updates
5.0.x Legacy stable version. It will receive important bug fixes and security updates only
4.2.x Legacy stable version. It will receive security updates only
4.1.x and older Unsupported

Release policy

  • Next Redmine releases are always available in Roadmap page
  • In a best-effort manner:
    • Minor versions are released every 3 months
    • Major versions once per year
    • Critical / important security fixes or major bug fixes as soon as possible.

Support policy

  • latest minor version is fully supported and it is fully supported
  • latest minor version - 1 is supported with bug fixes and security updates
  • latest minor version - 2 with security updates only
For example, if Redmine 6.0.0 is the latest version, then:
  • Redmine 6.0.* is the latest minor version
  • Redmine 5.1.* in the latest minor version -1 and it will receive bug fixes and security updates
  • Redmine 5.0.* is the latest minor version -2 and it will receive security updates only.

Source code

You can checkout the source code of Redmine from the Subversion repository. This is the preferred way to get Redmine if you want to benefit from the latest improvements and be able to upgrade easily.

The URL of the official Subversion repository is: https://svn.redmine.org/redmine

Alternatively, you can clone it from the Github mirror maintained by the community: https://github.com/redmine/redmine

5.1 Stable

You can checkout the latest stable source with one of the following commands:

Subversion

svn co https://svn.redmine.org/redmine/branches/5.1-stable redmine-5.1

It will create a directory named redmine-5.1 and you'll be able to update your Redmine copy using svn update in this directory.

Development (unstable)

You can checkout the latest development source from the trunk with one of the following commands:

Subversion

svn co https://svn.redmine.org/redmine/trunk redmine

Third-party Redmine bundles

  • TurnKey Redmine Appliance - Provides a free lightweight Debian-based Redmine appliance (available as an ISO, virtual machine image or cloud image).

Updated by Marius BĂLTEANU about 1 month ago · 221 revisions locked