Changes between Initial Version and Version 1 of Ticket #5660


Ignore:
Timestamp:
2019-10-15T12:54:23Z (5 years ago)
Author:
Francesco Casella
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5660 – Description

    initial v1  
    55My suggested course of action:
    661. @mahge930 reverts his last commits, if they caused regressions
    7 2. @adrpo branches 1.14.0-dev.01 off master, makes it a stable release, and updates the download pages ([https://openmodelica.org/download/download-windows windows] and [https://openmodelica.org/download/download-linux linux]) so people can access all the improvments since 1.13.2 until we release 1.14.0 beta and final. I recommend this to avoid any major disruption with nightly build users in the next few weeks.
    8 3. @adrpo branches 1.14.0-beta off master and changes the version number on the master branch to 1.15.0, which we could later upgrade to 2.0.0 if we think we can get to 2.0.0 quality in a reasonable amount of time, otherwise we'll release whatever is available in 1.15.0.
     72. @adrpo branches {{{1.14.0-dev.01}}} off master, makes it a stable release, and updates the download pages ([https://openmodelica.org/download/download-windows windows] and [https://openmodelica.org/download/download-linux linux]) so people can access all the improvments since 1.13.2 until we release 1.14.0 beta and final. I recommend this to avoid any major disruption with nightly build users in the next few weeks.
     83. @adrpo branches {{{1.14.0-dev}}} off master and changes the version number on the master branch to 1.15.0, which we could later upgrade to 2.0.0 if we think we can get to 2.0.0 quality in a reasonable amount of time, otherwise we'll release whatever is available in 1.15.0.
    994. The development of new features (e.g. @mahder930's and @niklwors's) can then continue on master. Nightly builds will be made off this version.
    10 5.  All the bug-fixes related to [https://trac.openmodelica.org/OpenModelica/query?priority=blocker&status=accepted&status=assigned&status=new&status=reopened&milestone=1.14.0&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority&report=14 1.14.0 blockers] will have to be merged both into master and into 1.14.0-beta
    11 6. As soon as @adrpo manages to merge replaceable support on 1.14.0-beta, we release 1.14.0-dev.beta1. This will supersede 1.14.0-dev.01 as the latest stable release for Linux users. Of course replaceable should also be merged on master.
    12 6. Any other [https://trac.openmodelica.org/OpenModelica/query?priority=blocker&status=accepted&status=assigned&status=new&status=reopened&milestone=1.14.0&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority&report=14 1.14.0 blocker fixes] will have to be merged in 1.14.0-betaxx, until we release 1.14.0.
    13 7. After the 1.14.0 release, @adrpo branches 1.14.0-beta into maintenance/v1.14. Any further 1.14 blocker fixes should be  merged there and eventually be released as 1.14.x, if they can be cherry-picked with a reasonable effort.
     105.  All the bug-fixes related to [https://trac.openmodelica.org/OpenModelica/query?priority=blocker&status=accepted&status=assigned&status=new&status=reopened&milestone=1.14.0&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority&report=14 1.14.0 blockers] will have to be merged both into master and into {{{1.14.0-dev}}}
     116. As soon as @adrpo manages to merge replaceable support on {{{1.14.0-dev}}}, we release {{{1.14.0-dev.beta1}}}. This will supersede {{{1.14.0-dev.01}}} as the latest stable release for Linux users. Of course replaceable should also be merged on master.
     126. Any other [https://trac.openmodelica.org/OpenModelica/query?priority=blocker&status=accepted&status=assigned&status=new&status=reopened&milestone=1.14.0&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority&report=14 1.14.0 blocker fixes] will have to be merged in {{{1.14.0-dev}}} until we release 1.14.0.
     137. After the 1.14.0 release, @adrpo branches {{{1.14.0-dev}}} into {{{maintenance/v1.14}}}. Any further 1.14 blocker fixes should be  merged there and eventually be released as 1.14.x, if they can be cherry-picked with a reasonable effort.
    1414
    1515I would recommend steps 1. and 2. to be carried out asap, preferably this week.