From 8f24fa374c6c3d08837ec77631d1b112ac1b24eb Mon Sep 17 00:00:00 2001 From: Jenkins User Date: Wed, 16 Dec 2015 09:33:26 +0100 Subject: [PATCH] Release new version 4.3.0.0+0~mr4.3.0.0 --- debian/changelog | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/debian/changelog b/debian/changelog index d65d926c0..6d59de0d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,52 @@ +ngcp-rtpengine (4.3.0.0+0~mr4.3.0.0) unstable; urgency=medium + + [ Frederic-Philippe Metz ] + * [10f6e51] Replaced sprintf by snprintf for cdrbuffer + * [8219921] Extended callid space for list_* output + + [ smititelu ] + * [c406e6d] Some ICE NULL checks + * [637f9f9] Add logging related to kernelization and strict-source flag - master branch + * [4b92d14] Allow more than 65536 open files + * [c44c35a] Add 'rtpengine-ctl list maxsessions' command + * [00bb10b] Add 'rtpengine-ctl set maxsessions X' command + * [012bcc4] Add 'rtpengine-ctl list maxopenfiles' command + * [06b1293] Update rtpengine-ctl util + * [c969ab9] Change maxsessions feature behaviour + * [32a4299] Update README.md for --max-sessions + * [0309123] Update README with REDIS details + + [ Camille Oudot ] + * [fad4074] allow non-root users to control the kernel module + * [5a8f5c3] add possibility to choose rtpengine process user + * [88ce85e] remove kernel module uid/gid global switch + * [6f6a703] add option to set the group owning /proc/rtpengine + * [548b710] disable procfs uid/gid for kernels prior to 3.10 + + [ Richard Fuchs ] + * [99a3faf] MT#15289 add "reset" flag to un-learn certain parameters + * [ed75c99] fix a memory leak + * [1a67331] fix compiler warnings + * [28d877b] remove superfluous ice agent warning + * [2cff49b] support reset flag in ng-client + * [1c6eec4] additional DTLS debug log messages + * [59a69f0] Improve DTLS packet processing + * [cae0b4b] compile fix for debug builds + * [afa46a4] use `reset` flag to also reset and restart ICE agents + * [6d3865b] Mass update - manual merge of rfuchs/socket-rework branch + * [6b5c4e8] Mass update for non-daemon code (see `6d3865b`) + * [31d28a3] MT#16783 support via-branch matching in `delete` messages + * [cd34dde] fix missing redis expiry times + * [cb53218] fix incomplete dialogue association when initial offer contains to-tag + + [ Lucian Balaceanu ] + * [41fa252] Replacing redis hashkeys with -CALLID_IDX instead of -POINTER + * [8ee14e5] Fixing managed_sess_min interval statistic. + + [ Sipwise Jenkins Builder ] + + -- Sipwise Jenkins Builder Wed, 16 Dec 2015 09:33:26 +0100 + ngcp-rtpengine (4.2.0.0+0~mr4.2.0.0) unstable; urgency=medium [ Stefan Mititelu ]