Michal Čihař a écrit :
On Wed, 25 Jan 2006 07:34:19 -0500 Marc Delisle Marc.Delisle@cegepsherbrooke.qc.ca wrote:
- QA_2_8 (branch, created from HEAD when 2.8 is feature frozen)
- RELEASE_2_8_0RC1 (tag) phpMyAdmin-2.8.0rc1
- RELEASE_2_8_0 (tag) phpMyAdmin-2.8.0
- RELEASE_2_8_0_1 (tag) phpMyAdmin-2.8.0.1 (was pl1)
- RELEASE_2_8_0_2 (tag) phpMyAdmin-2.8.0.2 (was pl2)
- RELEASE_2_8_1RC1 (tag) phpMyAdmin-2.8.1rc1 (no new features in
the 2.8 branch)
RELEASE_2_8_1 (tag) phpMyAdmin-2.8.1
QA_2_9 (branch, created from HEAD when 2.9 is feature frozen)
- RELEASE_2_9_0 (tag)
- RELEASE_2_9_0_1 (tag)
- RELEASE_2_9_1 (tag)
I don't see the need for MAINT structure.
MAINT is needed if you need security fix for 2.8.0 but you already did some changes for 2.8.1 in QA_2_8 branch. In this case MAINT_2_8_0 will branch from RELEASE_2_8_0 and RELEASE_2_8_0_1 will be tag of it.
I see. Agreed.
Marc