Hi Daniel!
I think this one will be useful for debugging TLS issues in stable release.
regards
klaus
Module: sip-router
Branch: master
Commit: 9bc19d4994f20aa354092aba9ae784de91547fc6
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9bc19d4…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Fri Feb 26 13:39:55 2010 +0100
tls: TLS_MALLOC_DBG can now be set on make cfg
Enabling tls extra malloc debugging info, does not require anymore
editing tls_init.c. It can be enabled at cfg time
(make cfg extra_defs=-DTLS_MALLOC_DBG) or at compile/re-compile
time ( make -C modules/tls clean;
make -C modules/tls extra_defs=-DTLS_MALLOC_DBG).
When TLS_MALLOC_DBG is enabled, an extra warning will be printed
at compile time. NO_TLS_MALLOC_DBG takes precedence over
TLS_MALLOC_DBG.
Am 01.03.2010 16:20, schrieb Daniel-Constantin Mierla:
Hello,
I think it is time to prepare for first minor release (3.0.1) in 3.0
series. We are approaching two months since kamailio 3.0.0, period
within several issues were reported and fixed. Please report anything
you are aware is not currently working in 3.0 to
sr-dev(a)lists.sip-router.org or bug tracker:
http://sip-router.org/tracker/
As for date, end of this week or beginning of next week would be a good
time? Other opinions?
Cheers,
Daniel