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 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
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.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training, Oct 21-23, 2019, Berlin, Germany -- https://asipto.com/u/kat
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/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
*/