Hello,
the branch 5.5 has been created, to be used for releasing v5.5.x series.
To check out this branch, the following commands can be used:
git clone https://github.com/kamailio/kamailio kamailio-5.5
cd kamailio-5.5
git checkout -b 5.5 origin/5.5
Pushing commits in this branch:
git push origin 5.5:5.5
Note that 5.5 is an official stable branch, so only bug fixes, missing
kemi exports (discuss on sr-dev if not sure) or improvements to
documentation or helper tools can be pushed to this branch.
As usual, if there is a bug fixed, commit and push first to master
branch and then cherry pick to 5.5 branch:
git cherry-pick -x COMMITID
In few weeks, the first release from branch 5.5 will be out,
respectively Kamailio v5.5.0.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - Online
May 17-20, 2021 (Europe Timezone) - June 7-10, 2021 (America Timezone)
* https://www.asipto.com/sw/kamailio-advanced-training-online/
Hello,
the branch 5.5 was created, therefore the master branch is open for
adding new features, to be part of future release series v5.6.x (or
whatever version is decided for next series).
Any bug fix committed to master that applies to 5.5.x or older stable
branches should be backported as usual with "git cherry-pick -x ..." to
appropriate branches like 5.5 or 5.4.
Expect that v5.5.0 will be released in a few weeks from now.
Based on the workflow used during the past years, the next future
release v5.6.0 should be out after another 6-10 months of development,
plus 1-2 months of testing, so sometime by end of 2021 or in the first
part of 2022.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - Online
May 17-20, 2021 (Europe Timezone) - June 7-10, 2021 (America Timezone)
* https://www.asipto.com/sw/kamailio-advanced-training-online/