First release in this series is numbered 4.3.x and it was released in June 10, 2015.
Previous stable version was 4.2.x (released on October 16, 2014), see what was new in that release at:
This is a draft of new features added in 4.3 version, manually updated, thus not always synchronized with what is new in source code repository.
$vn(x) = 0; $vn(x) = “abc”; $vn(x) = $null;
$xavp(x=>a) = "b"; $xavp(x=>c) = "d"; $xavp(x=>e) = "f";
write_sdp_pv
parameter, to return the new SDP in a $var() or $avp() instead of message bodyclose_expired_tcp
. When set to 1, usrloc will close the corresponding TCP connection for expired entriesMEMMNG=2
option to activate TLSFSupport reproducible builds adding compile options to skip compile date or set a particular value
make CC_EXTRA_OPTS="-DVERSION_NODATE"
make CC_EXTRA_OPTS='"-DVERSION_DATE=\"19:30:40 Feb 8 2015\""'