Hello all!
Here is the plan for the future releases and repository paths. This is so
that it is clear for everyone what the plan is.
/trunk goes towards 0.27.1, 0.27.2, ... 0.28. When I will give you the green
light for committing things towards the next release.
/releases/VERSION_0_26 is the stable release.
If we decide to make a stable update release it will be called 0.26.1 and it
will be based on what is in /release/VERSION_0_26 and I will create a branch
from there for the release work. That update release will then be in
/release/VERSION_0_26_1. If you work on things that you want to put into
that release, create a branch from /releases/VERSION_0_26/<project> named
after your issue in /branches. The work can then easily be merged into the
release branch.
/Linus