I still think these two points cause many problems to other developers:
> For core packages, bug fixes should be committed on the current release branch whenever applicable.
The problem with this one is that some developers have to develop with old code in the stable branch because HEAD contains bugs. I see many people on the lists that have these problems.
> For core packages, bug fixes should be committed on the current release branch whenever applicable.
The problem with this one is that some developers have to develop with old code in the stable branch because HEAD contains bugs. I see many people on the lists that have these problems.
> The current release branch is merged back to HEAD after each dot release.
This doesn't work as well as expected as there are usually conflicts and they don't get resolved very well.
Anyway this is just my humble opinion. You are the ones that approve this proposals.