Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- Aug 8, 2006, 1:03:01 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 59 59 There are 2 mondorescue versions managed under SVN. 60 60 61 The first one is called 'stable'. From it we derive the official mondorescue releases. Currently the latest official releases are 2.0 6 for mondo & 1.06 for mindi in !r266. 2.0x names are there for historical reasons. The next published releases will use the more classical schema:61 The first one is called 'stable'. From it we derive the official mondorescue releases. Currently the latest official releases are 2.0.9 for mondo & 1.0.9 for mindi in !r762. Old 2.0x names are there for historical reasons. The published releases now use the classical schema: 62 62 63 63 x.y.z with … … 65 65 x for major versions and rewrite of the code. y for minor versions (even numbers for stable ones, and odd numbers for unstable ones) z for incremental releases inside a minor version. 66 66 67 The second one is called 'trunk' and is currenlty dedicated to a rewrite of the memory management in mondorescue including first the removal of sprintf/strcat/strcpy functions in the code. It's NOT stable. it may even NOT compile Once it is, it will probably lead to a 2.1.x/1.1.x version.67 The second one is called 'trunk' and is currenlty dedicated to a rewrite of the memory management in mondorescue including first the removal of sprintf/strcat/strcpy functions in the code. It's NOT stable. it may even NOT compile Once it is, it will probably lead to a 3.0.x version. 68 68 69 69 Development evolution is shown by this diagram: … … 72 72 trunk ------------------------------------------------------>>> 73 73 | | | 74 2.1.0 2.1.1 2.1.275 r 3xx r3xx r4xx ........74 3.0.0 3.0.1 3.0.2 75 r10xx r11xx r12xx ........ 76 76 | | | 77 77 \_______>> \_______>> \________________ … … 79 79 stable -----------------------------------------------|------>>> 80 80 | | | | 81 2.06 2.0.7 2.0.8 2. 2.082 r266 r 3xx r4xx ........ r5xx81 2.06 2.0.7 2.0.8 2.0.n 82 r266 r5xx r6xx ........ r5xx 83 83 | | | | 84 84 \_______>> \_______>> \_______>> \_______>> … … 88 88 So patches on the stable version should be produced against the stable version and then ported back to trunk using svn merge. Conflicts have to be expected and resolved due to the massive rewrite of code for memory management. 89 89 90 Do not use version 2.10/1.10 of mondo and mindi of the official site as they are broken and not maintained at the moment. Not sure they will be one day either :-). Be conservative and either use the latest cvs versions of the official site, or better the published 2.0 6/1.06 versions of this site at [ftp://ftp.berlios.de/pub/mondorescue]90 Do not use version 2.10/1.10 of mondo and mindi of the official site as they are broken and not maintained at the moment. Not sure they will be one day either :-). Be conservative and either use the latest cvs versions of the official site, or better the published 2.0.9/1.0.9 versions of this site at [ftp://ftp.mondorescue.org] 91 91 92 92 == TODO ==