-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release new version 12.0.1.0+0~mr12.0.1.0
- Loading branch information
1 parent
16e7b94
commit 140086a
Showing
2 changed files
with
136 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,138 @@ | ||
ngcp-rtpengine (12.0.1.0+0~mr12.0.1.0) unstable; urgency=medium | ||
|
||
[ Richard Fuchs ] | ||
* [088c58a] TT#136957 fix typo | ||
* [583c681] TT#136957 refactor some parts of kernelize() | ||
* [7a2b7d5] TT#136957 add RTP mirrors to kernel mode | ||
* [3ad63ba] MT#54294 more generic packet_encoded_rtp | ||
* [b3c9278] MT#55283 fix double-free bug | ||
* [2ac7631] MT#55283 accept alternative Opus encodings | ||
* [397abf4] MT#55283 fix variable/argument shadowing in test | ||
* [850a1a5] MT#57820 fix possible NULL deref | ||
* [205f03d] MT#56861 fix RTP header pointer | ||
* [9d3ebc3] MT#55283 fix `git describe --tags` usage | ||
* [0fd8117] MT#56374 cap sleep time under ASAN | ||
* [c71a341] MT#56374 switch from usleep to nanosleep | ||
* [ac7d5e8] MT#56374 remove DTLS timer from poller_timer | ||
* [a5793cb] MT#56471 switch CPU detection to ifunc | ||
* [ef29dc4] MT#56471 add detection for SSE2 | ||
* [6eca29a] MT#56471 change mix_in_fn_t indirection | ||
* [7247ef4] MT#56471 convert s16_mix_in to ifunc | ||
* [9fc1b54] MT#56471 add SIMD implementation of s16_mix_in | ||
* [38344ac] MT#56128 add missing NULL checks | ||
* [0bc36b6] MT#55283 refactor call_ng_flags_list | ||
* [c109168] MT#55283 pull forward creation of codec_handlers | ||
* [051a41c] MT#55283 don't try to free NULL string | ||
* [45f46b2] MT#55283 refactor test makefile into helper script | ||
* [fb51b00] MT#55283 fatal Glib warnings during tests | ||
* [4ab95a0] MT#56128 remove unsupported media type warning | ||
* [8266b2d] MT#57848 safeguard against NULL dereferences | ||
* [9922e77] MT#56128 add __MT_MAX | ||
* [7990d12] MT#56128 convert sdp_manipulations to array | ||
* [4089005] MT#56128 simplify sdp_manipulations_add case | ||
* [e59e03e] MT#56128 simplify sdp_manipulations_subst case | ||
* [bd59c12] MT#56128 convert to sdp_manipulate_remove | ||
* [d8c1a67] MT#56128 use existing helper functions | ||
* [6b294c8] MT#56128 add helper function for table building | ||
* [bd9d2d6] MT#55283 add extra string escaping mechanism | ||
* [0a400e0] MT#56128 support sdp-attr manipulations via flags | ||
* [37d7762] MT#55283 silence compiler warning | ||
* [f4d8b2d] MT#55283 disable redis async delete feature | ||
* [f9f9348] MT#56374 eliminate poller_timer functionality | ||
* [ba7620d] MT#56374 move poller to lib/ | ||
* [84f4467] MT#56374 move rtpe_shutdown to auxlib | ||
* [61ca57f] MT#56374 move ssl_random to auxlib | ||
* [16c08ef] MT#56374 move pthread helper functions to auxlib | ||
* [73489fc] MT#56374 obsolete non-global pollers | ||
* [ee0fa94] MT#56374 move resources() to lib | ||
* [bf4c66e] MT#55283 silence warning | ||
* [3e81cfa] MT#55283 further compiler warning fixes | ||
* [4aa1d5f] MT#55283 move prototype | ||
* [118a7ed] MT#56374 move thread_create to lib | ||
* [94ba3e0] MT#55283 catch possible NULL pointer | ||
* [82b2829] MT#55283 also strip a=tls-id from media | ||
* [3b53910] MT#55283 remove pointless lock | ||
* [7a06e17] MT#56374 convert poller_poll to static | ||
* [386f1d9] MT#56374 use slice allocator in poller | ||
* [20633a8] MT#56374 remove poller_update_item | ||
* [baf12d2] MT#56374 use LOCK macro in poller | ||
* [577941c] MT#56374 convert poller_map_add to static | ||
* [fe9d1f5] MT#56374 avoid aborting in poller | ||
* [f7c4eab] MT#56374 convert poller->items to GPtrArray | ||
* [e58d36f] MT#56374 update glib dependency to >= 2.40 | ||
* [196249e] MT#56374 refactor asan pthread cleanup hack | ||
* [0be5b73] MT#56374 add `poller-size` config var | ||
* [1de9aee] MT#55283 limit cname length | ||
* [d9e682b] MT#56374 add convenience macros for string creation | ||
* [e82c4ad] MT#56374 delay thread creation until after forking | ||
* [6e05fe3] MT#55283 check for NULL flags | ||
* [85b8a76] MT#55283 add modprobe.d fragment | ||
* [309b697] MT#55283 annotate str functions | ||
* [40d3765] MT#55283 fix CLI description | ||
* [267f965] MT#55283 unify constructor signatures | ||
* [3a2e048] MT#55283 add missing static | ||
* [baf339f] MT#55283 update to C11 | ||
* [9081d39] MT#55283 move codec_handler_lookup | ||
* [2d2c987] MT#55283 restore AMR unit tests | ||
* [9b6cc05] MT#55283 annotate some signalling functions | ||
* [c42887a] MT#55283 use fancy "named args" syntax | ||
* [61ce4ca] MT#55283 annotate codec_store functions | ||
* [f66df03] MT#55283 add missing "duration" option | ||
* [50a91aa] MT#55283 refactor to inline __ip_recvfrom_options | ||
* [16dde52] MT#55283 add function to enable PKTINFO delivery | ||
* [8328c0b] MT#55283 add recvfrom_to family | ||
* [f2f825d] MT#55283 enable PKTINFO for UDP listeners | ||
* [20db645] MT#55283 add cmsg_pktinfo family | ||
* [8893281] MT#55283 switch to anonymous unions | ||
* [c83a0e8] MT#55283 fix compilation for older kernels | ||
* [5c5ad6d] MT#55283 use fancy "named args" syntax | ||
* [6038711] MT#55283 update var to bool | ||
* [2364464] MT#55283 split up codec_offer/answer | ||
* [19a0b93] MT#55283 rename rtp_payload_type_fmt_eq | ||
* [d9131bf] MT#55283 introduce __monologue_free | ||
* [410e9d4] MT#55283 test-transcode -> dynamic monologues | ||
* [5f345ec] MT#55283 pass flags to subscribe answer | ||
* [4cbc35e] MT#55283 fix RTCP/MOS reporting | ||
* [e5cb001] MT#56374 add perf-tester | ||
* [673caae] MT#55283 fix compilation for older ffmpeg | ||
* [4c78099] MT#56374 replace test fixtures | ||
* [125657e] MT#56374 move glib helper to auxlib | ||
* [d6928c7] MT#56374 add gettid() wrapper | ||
* [028eacd] MT#55283 fix AMR tests mem leaks | ||
* [cbd217d] MT#55283 fix for NULL selected_sfd | ||
* [7200c7a] MT#55283 actually grant the capabilities | ||
* [5cd489d] MT#55283 fix libncurses dependency for stretch | ||
* [4b2dff1] MT#55283 fix warnings for older/non-gcc compilers | ||
* [4f6f5fd] MT#55283 update config settings to bool type | ||
* [48f9803] MT#55283 fix config parsing strategy | ||
* [ea0d177] MT#55283 update parsing function to bool | ||
* [1475e19] MT#55283 use g_free after g_strdup | ||
* [cbd17da] MT#55283 switch to pcre2 | ||
* [16e7b94] MT#55283 add `allow-asymmetric-codecs` option | ||
|
||
[ Orgad Shaneh ] | ||
* [1a28b73] MT#55283 Rename aux -> helpers | ||
* [a92d79e] MT#55283 Replace bash shebangs with sh | ||
|
||
[ Stefan Mititelu ] | ||
* [9630574] MT#55283 Add total stats interface log line | ||
|
||
[ Donat Zenichev ] | ||
* [7e52297] MT#56374 Move `poller.c` from DAEMONSRCS to LIBSRCS | ||
* [bea76e6] MT#57834 Suppress warnings coming from `spandsp_logging` | ||
* [d9f12ce] TT#136952 fix `cw_printf()` in `cli_list_tag_info()` | ||
|
||
[ Tom Briden ] | ||
* [88c0ffd] MT#55283 Fix not sending metadata on TLS forwarded | ||
|
||
[ Alex Hermann ] | ||
* [d4d9333] MT#55283 Don't log an error on success when sending DTMF event | ||
|
||
[ Дилян Палаузов ] | ||
* [3a94093] docs/usage.md: typo | ||
|
||
-- Sipwise Jenkins Builder <[email protected]> Wed, 30 Aug 2023 18:06:07 +0200 | ||
|
||
ngcp-rtpengine (11.5.0.0+0~mr11.5.0.0) unstable; urgency=medium | ||
|
||
[ Richard Fuchs ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters