Hello,
I am considering to release Kamailio v5.8.5 (out of branch 5.8) on
Thursday, Jan 23, 2025. If anyone is aware of issues not yet on the bug
tracker, report them there asap in order to have a better chance to be
fixed.
Cheers,
Daniel
--
Daniel-Constantin Mierla (@ asipto.com)
twitter.com/miconda -- linkedin.com/in/miconda
Kamailio Consultancy, Training and Development Services -- asipto.com
Hello,
the branch 6.0 was created, therefore the master branch is open for
adding new features, to be part of future release series v6.1.x.
Any bug fix committed to master that applies to 6.0.x or older stable
branches should be backported as usual with "git cherry-pick -x ..." to
appropriate branches like 6.0 or 5.8.
Expect that v6.0.0 will be released in a few weeks from now.
Based on the workflow used during the past years, the next future
release v6.1.0 should be out after another 8-10 months of development,
plus 1-2 months of testing, so sometime during the last part of 2025 or
the beginning of 2026.
Cheers,
Daniel
--
Daniel-Constantin Mierla (@ asipto.com)
twitter.com/miconda -- linkedin.com/in/miconda
Kamailio Consultancy, Training and Development Services -- asipto.com
Kamailio World Conference, May 12-13, 2025, Berlin -- kamailioworld.com
Hello,
the branch 6.0 has been created, to be used for releasing v6.0.x series.
To check out this branch, the following commands can be used:
git clone https://github.com/kamailio/kamailio kamailio-6.0
cd kamailio-6.0
git checkout -b 6.0 origin/6.0
Pushing commits in this branch:
git push origin 6.0:6.0
Note that 6.0 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 6.0 branch:
git cherry-pick -x COMMITID
In few weeks, the first release from branch 6.0 will be out,
respectively Kamailio v6.0.0.
Cheers,
Daniel
--
Daniel-Constantin Mierla (@ asipto.com)
twitter.com/miconda -- linkedin.com/in/miconda
Kamailio Consultancy, Training and Development Services -- asipto.com