Hello,
the branch 5.3 was created late last evening, therefore the master
branch is open for adding new features, to be part of future release
series v5.4.x.
Any bug fix committed to master that applies to 5.3.x or older stable
branches should be backported as usual with "git cherry-pick -x ..." to
appropriate branches like 5.3 or 5.2.
Expect that v5.3.0 will be released in a few weeks from now.
Based on the workflow used during the past years, the next future
release v5.4.0 should be out …
[View More]after another 8-10 months of development,
plus 1-2 months of testing, so sometime in close to the end of spring
2020 or afterwards.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training, Oct 21-23, 2019, Berlin, Germany -- https://asipto.com/u/kat
[View Less]
Hello,
the branch 5.3 has been created, to be used for releasing v5.3.x series.
To check out this branch, the following commands can be used:
git clone https://github.com/kamailio/kamailio kamailio-5.3
cd kamailio-5.3
git checkout -b 5.3 origin/5.3
Pushing commits in this branch:
git push origin 5.3:5.3
Note that 5.3 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 …
[View More]tools can be pushed to this branch.
You may notice a bit of more activity on tls (some issue is under work)
and siptrace (a bit of cleanup for coherence might be done) modules, but
over all no new features will be pushed there.
As usual, if there is a bug fixed, commit and push first to master
branch and then cherry pick to 5.2 branch:
git cherry-pick -x COMMITID
In few weeks, the first release from branch 5.3 will be out,
respectively Kamailio v5.3.0.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training, Oct 21-23, 2019, Berlin, Germany -- https://asipto.com/u/kat
[View Less]
Hello,
if there are no strong opinions against, then it is time to branch 5.3
on git repository. I am considering to do it by the end of the day on
Wednesday, October 2, 2019.
After that, the master will be again open for new features, while 5.3
branch will continue to get the only fixes and improvements to
documentation and tools. 2-3 weeks later we should release v5.3.0, the
first stable version in 5.3.x series.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.…
[View More]com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training, Oct 21-23, 2019, Berlin, Germany -- https://asipto.com/u/kat
[View Less]
Module: kamailio
Branch: master
Commit: 9a268f13454c498fd374ca24b1a876e057ff155d
URL: https://github.com/kamailio/kamailio/commit/9a268f13454c498fd374ca24b1a876e…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-10-02T16:27:40+02:00
crypto: spelling fix in comment
---
Modified: src/modules/crypto/api.h
---
Diff: https://github.com/kamailio/kamailio/commit/9a268f13454c498fd374ca24b1a876e…
Patch: https://github.com/…
[View More]kamailio/kamailio/commit/9a268f13454c498fd374ca24b1a876e…
---
diff --git a/src/modules/crypto/api.h b/src/modules/crypto/api.h
index fa87923304..ce79c72229 100644
--- a/src/modules/crypto/api.h
+++ b/src/modules/crypto/api.h
@@ -41,7 +41,7 @@ typedef int (*load_crypto_f)( struct crypto_binds* );
int load_crypto( struct crypto_binds *cb );
/*!
- * \brief Function to be called directly from other modules to load the CRYTPO API
+ * \brief Function to be called directly from other modules to load the CRYPTO API
* \param cb crypto API export binding
* \return 0 on success, -1 if the API loader could not imported
*/
[View Less]