Hello,
git branch 5.1 was just created (to host the release series v5.1.x),
therefore new features can now be pushed again in master branch. They
will be part of the next future release, likely to be numbered 5.2.x.
Any fixes that affect existing code in branches 5.1 or older version
have to be backported - push first to master and then cherry pick -- see
the contributing guidelines at:
-
https://www.kamailio.org/wiki/devel/git-commit-guidelines#backporting_commi…
Many thanks to all contributors so far! Testing of branch 5.1 and giving
feedback for it is very appreciated!
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - www.asipto.com
Kamailio World Conference - www.kamailioworld.com
Hello,
the GIT branch 5.1 has just been created, it will host the release
series 5.1.x. To get this branch from GIT, you can use:
git clone https://github.com/kamailio/kamailio.git kamailio
cd kamailio
git checkout -b 5.1 origin/5.1
Hopefully in two-three weeks time frame the full release of 5.1.0 will
be out.
>From now on, any corresponding fix has to be pushed first to master
branch and then cherry-picked to branch 5.1. No new features can get in
branch 5.1. Enhancements to documentation or helping tools, as well as
kemi exports are still allowed. If you are not sure about doing or not a
backport, ask on sr-dev mailing list.
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - www.asipto.com
Kamailio World Conference - www.kamailioworld.com