2008/4/4, Rainer Gerhards <[EMAIL PROTECTED]>: > > 999.2.0 - stable > 999.3.x - big overhaul feature, stabilizing > 999.5.x - .3 + next focus feature, stabilizing > 999.7.x - .5 + next focus feature, stabilizing > 999.9.x - devel > > Again... comments please ;)
I think you really should try to use git feature branches for that. Have a stable and master (development) branch, and develop the features in separate topic branches feature-A, feature-B etc. Whenever one feature is ready, merge it into master. This way, it doesn't matter which feature you have to concentrate on is released first (no skipped version numbers!). The strong merge suppport in git would also allow to cherrypick easily from the different feature branches or merge between them. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog

