Project

General

Profile

Download » History » Version 225

Marius BĂLTEANU, 2024-11-11 00:19
Updates for Redmine 6.0.0 release.

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