Hello
When will the 2.1 branch be made available?
Regards
Hello
When will the 2.1 branch be made available?
Regards
The 2.1 branch is devel
. The next release is always worked on in devel
. Once it is released a stable-2.1 branch will be created, and devel will then be for 2.2.
The 2.1 branch is `devel`. The next release is always worked on in
`devel`. Once it is released a stable-2.1 branch will be created, and
devel will then be for 2.2.
Historically, not everything in devel gets into the next stable release,
right? Is there a way to tell ahead of time what is and isn't going to
make it? (I don't actually care about any specific thing in this
particular case, just curious in general.)
-Josh (jbs@care.com)
This email is intended for the person(s) to whom it is addressed and may contain information that is PRIVILEGED or CONFIDENTIAL. Any unauthorized use, distribution, copying, or disclosure by any person other than the addressee(s) is strictly prohibited. If you have received this email in error, please notify the sender immediately by return email and delete the message and any attachments from your system.
Thanks guys for the update
Almost everything in devel gets into the next stable release (major
version... meaning 2.1 next, then 2.2 after that, etc). If we find
that something is too destabilizing to go into the next release, we
have to do a revert on devel and then keep it in a holding branch
until after stable-2.1 branches from devel before putting it back.
That's a hassle so we almost never do it (nearer to release, we won't
merge things into devel until after we've forked stable-2.1).
-Toshio