Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mihini/Development"

(Git repositories)
Line 10: Line 10:
 
| [http://git.eclipse.org/c/mihini/org.eclipse.mihini.samples.git/ org.eclipse.mihini.samples.git]  
 
| [http://git.eclipse.org/c/mihini/org.eclipse.mihini.samples.git/ org.eclipse.mihini.samples.git]  
 
| Mihini examples
 
| Mihini examples
 +
|}
 +
 +
= Release plan =
 +
 +
Mihini has a stable release every 6 months.
 +
 +
Every major release is maintained for 9 months:
 +
* SR1 is "stable"+3 months,
 +
* SR2 is "stable"+6 months,
 +
* SR3 is "stable"+9 months.
 +
 +
Milestones allow to commit on delivering most priority features first, and move towards stabilization when reaching Release Candidates.
 +
 +
== Release calendar ==
 +
 +
{| border="1" cellpadding="20" cellspacing="0"
 +
!
 +
!0.8
 +
!0.9
 +
!1.0
 +
|-
 +
|M1
 +
|19-Apr-13
 +
|23-Aug-13
 +
|21-Feb-14
 +
|-
 +
|M2
 +
|*skipped*
 +
|4-Oct-13
 +
|4-Apr-14
 +
|-
 +
|RC1
 +
|10-May-13
 +
|15-Nov-13
 +
|6-May-14
 +
|- style="font-weight:bold;"
 +
|final
 +
|31-May-13
 +
|6-Dec-13
 +
|6-Jun-14
 +
|-
 +
| colspan="4" | Maintenance releases
 +
|-
 +
|SR1
 +
|31-May-13
 +
|Orange
 +
|Pomme
 +
|-
 +
|SR2
 +
|31-May-13
 +
|Orange
 +
|Pomme
 +
|-
 +
|SR3
 +
|31-May-13
 +
|Orange
 +
|Pomme
 
|}
 
|}

Revision as of 09:21, 5 March 2013

Git repositories

Mihini source code is available on the Git repositories of the Eclipse Foundation. There are several repositories:

org.eclipse.mihini.git Contains the Mihini codebase (agent + Lua and C API)
org.eclipse.mihini.samples.git Mihini examples

Release plan

Mihini has a stable release every 6 months.

Every major release is maintained for 9 months:

  • SR1 is "stable"+3 months,
  • SR2 is "stable"+6 months,
  • SR3 is "stable"+9 months.

Milestones allow to commit on delivering most priority features first, and move towards stabilization when reaching Release Candidates.

Release calendar

0.8 0.9 1.0
M1 19-Apr-13 23-Aug-13 21-Feb-14
M2 *skipped* 4-Oct-13 4-Apr-14
RC1 10-May-13 15-Nov-13 6-May-14
final 31-May-13 6-Dec-13 6-Jun-14
Maintenance releases
SR1 31-May-13 Orange Pomme
SR2 31-May-13 Orange Pomme
SR3 31-May-13 Orange Pomme

Back to the top