Project

General

Profile

Download » History » Version 217

Marius BĂLTEANU, 2024-02-26 23:35

1 37 Brad Langhorst
h1. Download
2 1 Jean-Philippe Lang
3 211 Jean-Philippe Lang
h2. Latest releases
4 1 Jean-Philippe Lang
5 211 Jean-Philippe Lang
Redmine releases are available in either @.tar.gz@ or @.zip@ format:
6 1 Jean-Philippe Lang
7 215 Marius BĂLTEANU
|/2. redmine-5.0.7 |/2. 2023-11-27 | "redmine-5.0.7.tar.gz":/releases/redmine-5.0.7.tar.gz | @f151fafb5baf309cb3192f81bda4736cf68f1bff759cebb0dcbd73a3d6175d71@ |
8
| "redmine-5.0.7.zip":/releases/redmine-5.0.7.zip | @b9df651c2fbbecff652d904ea725558db0b8e89edcb9a6e796342d71a6b1a60c@ |
9
|/2. redmine-5.1.1 |/2. 2023-11-27 | "redmine-5.1.1.tar.gz":/releases/redmine-5.1.1.tar.gz | @edf3095746effd04ad5140681d618f5fa8d06be09c47b6f8b615dcad0b753e6e@ |
10
| "redmine-5.1.1.zip":/releases/redmine-5.1.1.zip | @244d53ea6b5d759a2a8e2ec626268a54897bfa58373005258c4c98a37ef4497f@ |
11 210 Go MAEDA
12 140 Jean-Philippe Lang
See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions or [[RedmineUpgrade]] for upgrading instructions.
13 178 Go MAEDA
14 1 Jean-Philippe Lang
You can also browse the "older releases":/releases/.
15 142 Jean-Philippe Lang
16 216 Marius BĂLTEANU
17 217 Marius BĂLTEANU
h2. Versions status and releases policy
18 216 Marius BĂLTEANU
19
|_. Version       |_. Support Status |
20
| trunk           | Unstable version. Will receive new features, bug fixes, and security updates. |
21
|*5.1.x*          | *Latest stable version. Fully supported with new features, bug fixes, and security updates* |
22
| 5.0.x           | Legacy stable version. Will receive important bug fixes and security updates only. |
23 1 Jean-Philippe Lang
| 4.0.x and older | Unsupported |
24 217 Marius BĂLTEANU
25
h3. Release policy:
26
27
* Next Redmine releases are always available in "Roadmap":https://www.redmine.org/roadmap page
28
* In a best-effort manner:
29
** Minor versions are released every 3 months
30
** Major versions once per year
31
** Critical / important security fixes or major bug fixes as soon as possible.
32
33
h3. Support policy
34
35
* latest minor version is fully supported 
36
* latest minor - 1 is supported with bug fixes and security updates
37
* latest - 2 with security updates only.
38
39 216 Marius BĂLTEANU
40 211 Jean-Philippe Lang
h2. Source code
41 102 Jean-Philippe Lang
42 211 Jean-Philippe Lang
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.
43 102 Jean-Philippe Lang
44 37 Brad Langhorst
The URL of the official Subversion repository is: https://svn.redmine.org/redmine
45 196 Go MAEDA
46 211 Jean-Philippe Lang
Alternatively, you can clone it from the Github mirror maintained by the community: https://github.com/redmine/redmine
47 1 Jean-Philippe Lang
48 214 Go MAEDA
h3. 5.1 Stable
49 1 Jean-Philippe Lang
50
You can checkout the latest stable source with one of the following commands:
51 196 Go MAEDA
52 207 Marius BĂLTEANU
*Subversion*
53 1 Jean-Philippe Lang
<pre>
54 214 Go MAEDA
svn co https://svn.redmine.org/redmine/branches/5.1-stable redmine-5.1
55 207 Marius BĂLTEANU
</pre>
56 67 Jean-Philippe Lang
57 214 Go MAEDA
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.
58 67 Jean-Philippe Lang
59 85 Toshi MARUYAMA
h3. Development (unstable)
60 67 Jean-Philippe Lang
61
You can checkout the latest development source from the trunk with one of the following commands:
62 142 Jean-Philippe Lang
63 85 Toshi MARUYAMA
*Subversion*
64
<pre>
65 67 Jean-Philippe Lang
svn co https://svn.redmine.org/redmine/trunk redmine
66 50 Jimmy O'regan
</pre>
67 47 Daniel Lopez
68 135 Jan Niggemann (redmine.org team member)
69 47 Daniel Lopez
h2. Third-party Redmine bundles
70 171 Go MAEDA
71 210 Go MAEDA
* "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).
72 1 Jean-Philippe Lang
73
* "BitNami Redmine Stack":https://bitnami.com/stack/redmine – Provides free virtual machines, containers, and cloud images for Redmine.