Project

General

Profile

Download » History » Revision 221

Revision 220 (Marius BĂLTEANU, 2024-02-26 23:40) → Revision 221/222 (Marius BĂLTEANU, 2024-02-27 21:51)

h1. Download 

 h2. Latest releases 

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

 |/2. redmine-5.0.7 |/2. 2023-11-27 | "redmine-5.0.7.tar.gz":/releases/redmine-5.0.7.tar.gz | @f151fafb5baf309cb3192f81bda4736cf68f1bff759cebb0dcbd73a3d6175d71@ | 
 | "redmine-5.0.7.zip":/releases/redmine-5.0.7.zip | @b9df651c2fbbecff652d904ea725558db0b8e89edcb9a6e796342d71a6b1a60c@ | 
 |/2. redmine-5.1.1 |/2. 2023-11-27 | "redmine-5.1.1.tar.gz":/releases/redmine-5.1.1.tar.gz | @edf3095746effd04ad5140681d618f5fa8d06be09c47b6f8b615dcad0b753e6e@ | 
 | "redmine-5.1.1.zip":/releases/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":/releases/. 


 h2. Versions status and releases policy 

 |_. Version         |_. Support Status | 
 | trunk             | Unstable version. It will Will receive new features, bug fixes, and security updates 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 Will receive important bug fixes and security updates only only. | 
 | 4.2.x             | Legacy stable version. It will receive security updates only | 
 | 4.1.x 4.0.x and older | Unsupported | 

 h3. Release policy 

 * Next Redmine releases are always available in "Roadmap":https://www.redmine.org/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. 

 h3. 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.  


 h2. 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 

 h3. 5.1 Stable 

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

 *Subversion* 
 <pre> 
 svn co https://svn.redmine.org/redmine/branches/5.1-stable redmine-5.1 
 </pre> 

 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. 

 h3. Development (unstable) 

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

 *Subversion* 
 <pre> 
 svn co https://svn.redmine.org/redmine/trunk redmine 
 </pre> 


 h2. Third-party Redmine bundles 

 * "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Debian-based Redmine appliance (available as an ISO, virtual machine image or cloud image). 

 * "BitNami Redmine Stack":https://bitnami.com/stack/redmine – Provides free virtual machines, containers, and cloud images for Redmine.