Skip to content

Commit de1aa50

Browse files
Release new version 13.5.1.0+0~mr13.5.1.0
1 parent 923d99d commit de1aa50

File tree

2 files changed

+184
-1
lines changed

2 files changed

+184
-1
lines changed

debian/changelog

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,186 @@
1+
ngcp-rtpengine (13.5.1.0+0~mr13.5.1.0) unstable; urgency=medium
2+
3+
[ Richard Fuchs ]
4+
* [4574af0] MT#55283 remove debugging remnants
5+
* [18f1077] MT#55283 add tester rtpe_raw_req
6+
* [4cd65cc] MT#55283 add test for invalid SDP
7+
* [a68888d] MT#55283 consider transcoding codecs as symmetric
8+
* [4f66464] MT#55283 add test for Ie233a4a45b
9+
* [a7a43c9] MT#55283 fix mem leak
10+
* [59cea58] MT#55283 support soft shutdown for DTX
11+
* [cac4b2b] MT#55283 add test for I9cbb9e946
12+
* [02897cc] MT#55283 fix sdes_accept logic booboo
13+
* [14af582] MT#55283 tests for I577371570
14+
* [f50c056] MT#55283 fix double free
15+
* [38d2f07] MT#62571 make sure mix output exists when needed
16+
* [d14db53] MT#55283 use proper atomic ops
17+
* [872049b] MT#55283 fix possible off-by-one
18+
* [f5277e5] MT#55283 add http-buf-size option
19+
* [0dbbc94] MT#55283 create mix output only after tag is known
20+
* [3ce25d0] MT#55283 version-guard lws buf size
21+
* [c56899f] MT#55283 use intptr_t for pointer arith
22+
* [b39a43a] MT#62571 split out TLS send code
23+
* [3743573] MT#62571 remove redundant decls
24+
* [08ee3b2] MT#62571 abstract sink/output
25+
* [98db2ba] MT#62571 add sink config method
26+
* [fb2b698] MT#62571 add sink resampling stage
27+
* [293b393] MT#62571 remove output_config from decoder_new
28+
* [316161f] MT#62571 add sink to decode_t
29+
* [06c8920] MT#62571 turn mix output into sink
30+
* [ad06336] MT#62571 encapsulate tls_fwd
31+
* [5ebd94d] MT#62571 turn tls_fwd into allocated obj
32+
* [aa627d7] MT#62571 further encapsulate tls_fwd
33+
* [a14c20d] MT#62571 turn tls_fwd into sink
34+
* [7dfe1e3] MT#62571 support sending multi channel audio
35+
* [15465d0] MT#62571 allow creation of mix after streams
36+
* [6476b81] MT#62571 generic mix sink
37+
* [549e98e] MT#62571 generalise tls_fwd_new
38+
* [ef3b1c2] MT#62571 support mixed TLS/TCP output
39+
* [2845bb1] MT#62571 streamline resampling
40+
* [fe39a79] MT#55283 fix clashing PT numbers
41+
* [62b2166] MT#55283 test for Ia69cbb69a82
42+
* [7b7580d] MT#55283 fix typo
43+
* [fa8123e] MT#55283 explicitly return PTS/duration
44+
* [3ca9941] MT#55283 add ptime to logging in a few places
45+
* [daa769f] MT#55283 distinguish player cache ptimes
46+
* [e2e5e22] MT#55283 add tests for Ib118cd2ce/Ib36b36bb
47+
* [9c83de9] MT#55283 update format_parse to bool
48+
* [7998309] MT#55283 ignore G.729 fmtp
49+
* [7ac4c3e] MT#55283 whitespace fixes
50+
* [1b077c3] MT#55283 use auto lock in a few more places
51+
* [ffc539c] MT#55283 locking updates
52+
* [8f13d83] MT#55283 fix num_ports not being set
53+
* [3118b1e] MT#55283 update function to bool
54+
* [215500b] MT#55283 add port_is_in_range helper
55+
* [589bf0b] MT#55283 split up reserve_port
56+
* [98a78a3] MT#55283 update condition to test for socket
57+
* [116fc22] MT#55283 move subscribe-keyspace option
58+
* [6a72ce3] MT#55283 move Redis macros
59+
* [052f16d] MT#55283 allow allocation of out-of-pool ports
60+
* [7fbc612] MT#55283 add keyspace notification test
61+
* [b6bd980] MT#55283 upgrade xmlrpc_callback to string
62+
* [ab48284] MT#55283 allow null logical_intf
63+
* [8f92c6e] MT#55283 update test
64+
* [a9d48c0] MT#55283 update codec getter for jitter buffer
65+
* [16ab6ff] MT#55283 extend test
66+
* [35d3110] MT#55283 add alternative opus output
67+
* [eda9cc5] MT#63151 move asan flags
68+
* [e600a58] MT#63151 make poller.h override more specific
69+
* [d276ba4] MT#63151 move overridable headers
70+
* [4cfaf1a] MT#63151 remove duplication of files during make
71+
* [25ef320] MT#55283 update YCM conf
72+
* [ffacde5] MT#55283 trigger RTCP send from both send funcs
73+
* [70be9e6] MT#55283 use gcc for .S files
74+
* [262d1f7] MT#63317 fix RTP extension parsing
75+
* [646850c] MT#55283 remove duplicate make dep
76+
* [675eb7b] MT#55283 fix int size issues
77+
* [649e225] MT#55283 fix alloc alignment
78+
* [c0b245b] MT#55283 support SO_TIMESTAMP_OLD
79+
* [98c088f] MT#55283 silence asan warning
80+
* [f7eea45] MT#55283 remove support for buster
81+
* [b780349] MT#55283 support ICE nomination in test
82+
* [632d125] MT#55283 add remote-candidates test
83+
* [fdc6178] MT#55283 add forky backports script
84+
* [a9bfb88] MT#55283 fix forky script
85+
* [f2a9111] MT#55283 distinguish transcoding PTs
86+
* [eb28875] MT#55283 tests for I19c2aff7
87+
* [e03f814] MT#55283 combine in/out_lock
88+
* [cec0afa] MT#55283 clean up RTCP send locking
89+
* [f9ae163] MT#55283 add missing lock destruction
90+
* [08239c9] MT#55283 clarify _destroy_ptr
91+
* [7cf0b86] MT#55283 move kernelize_state into scope
92+
* [d9fbda8] MT#55283 fix RTD dashes in man page
93+
* [48ce74f] MT#55283 fix possible null dereference
94+
* [6626fd4] MT#55283 add alternative G.722 encoding
95+
* [6b66fa8] MT#63317 modernise __rtp_payload_types
96+
* [a04c77f] MT#63317 use direct int hashing
97+
* [a7e9d52] MT#55283 remove sp->desired_family
98+
* [1e0c91c] MT#55283 move option to correct section
99+
* [5927967] MT#55283 make sure DB entry exists
100+
* [0c06ed0] MT#61977 fix DB timestamping
101+
* [e2e4d8f] MT#55283 fix DB metadata output
102+
* [7d37d8b] MT#55283 set frame size after avcodec_open2
103+
* [0b64fb3] MT#55283 fix Homer timestamp byte order
104+
* [428999c] MT#61977 turn output-storage= into list
105+
* [2888415] MT#61977 remove logically dead test
106+
* [844a7e0] MT#61977 remove unused function
107+
* [644b664] MT#61977 rename functions
108+
* [496ae5f] MT#61977 split up output_config
109+
* [6a939c4] MT#61977 split up output_setup
110+
* [b2837ed] MT#61977 move unlinking to output_close
111+
* [c066b69] MT#61977 streamline output_close
112+
* [00a6119] MT#61977 reverse logic for file open mode
113+
* [820de80] MT#61977 convert notify-record option
114+
* [e8973a6] MT#61977 support output-storage=none
115+
* [74bc521] MT#61977 use _get_content for notifications
116+
* [09c87d5] MT#61977 move cleanup of notifiers
117+
* [d484e2d] MT#61977 generalise notification mechanism
118+
* [d122b39] MT#61977 introduce content_t
119+
* [b5019b8] MT#61977 move notification types
120+
* [bc9fc1e] MT#61977 add notification failure handling
121+
* [c425a65] MT#61977 add return value to execute_wrap
122+
* [3670f75] MT#61977 turn DB writing into a notification
123+
* [453ede0] MT#61977 add http/curl wrappers
124+
* [0b5d094] MT#61977 add S3 auth helpers
125+
* [c7edd6c] MT#61977 unit test for S3 auth
126+
* [c13c916] MT#61977 add up/download capability to HTTP
127+
* [f48fc84] MT#55283 defuse unstable tests
128+
* [0d1eedd] MT#61977 add S3 storage option
129+
* [1546d8a] MT#61977 add oauth/JWT helpers
130+
* [ed68ee3] MT#61977 add GCS storage option
131+
* [8a3d8c9] MT#63317 re-fix extension parsing
132+
* [afdeea8] MT#55283 more specific callback arg name
133+
* [8297449] MT#55283 switch callback argument
134+
* [b85e007] MT#55283 add extra dtls_connection_cleanup
135+
* [271b3b1] MT#55283 store sfd in fsin in dtls_connection
136+
* [89313ed] MT#55283 call del_item callback even on failure
137+
* [ec84147] MT#55283 final release of all sockets at shutdown
138+
* [529a701] MT#55283 use an intrusive list for ports release
139+
* [d7d7a98] MT#55283 lump in subscription log output
140+
* [ceb0639] MT#62571 wait with mix outputs until metadata
141+
* [14acdb2] MT#62571 don't open TCP when forwarding is not on
142+
* [25a28db] MT#55283 fix naughty bit field bug
143+
* [214316b] MT#55283 update GH actions to Ubuntu noble
144+
* [0548168] MT#55283 use explicit started flag
145+
* [923d99d] MT#55283 change default learning mode to heuristic
146+
147+
[ wangduanduan ]
148+
* [eba58fd] MT#55283 log: add log recevied stun request
149+
* [7b5235b] MT#55283 test: add test for unknown fmtp
150+
* [16ccd39] MT#55283 log: dtls log add src ip
151+
* [ec6d07d] MT#55283 dtls: add handshake type log
152+
153+
[ Donat Zenichev ]
154+
* [fd763f2] MT#63082 crypto: ignore dummy suites
155+
* [538d06a] MT#63082 parse crypto and rtcp: on error handling return -1
156+
* [f2c8922] MT#63082 rtcp parsing: improvements
157+
* [836423e] MT#61856 main: first static, then const
158+
* [856ab58] MT#61856 parse_attribute_crypto: initialize `err` at least to something
159+
* [2fd1480] MT#61856 recording-daemon: update const qualifiers
160+
* [03e6b84] MT#61856 recording-daemon: output.c make some of funcs static
161+
162+
[ Aki Huolman ]
163+
* [2abda66] MT#55283 Add documentation for MySQL database schema
164+
165+
[ Orgad Shaneh ]
166+
* [fa7b466] MT#55283 respect pause recording command
167+
* [2d55657] MT#55283 add timestamp markers to recording metadata for pause/resume events
168+
* [80240f6] MT#55283 fix recording auto-start when paused on new offer
169+
170+
[ John Burke ]
171+
* [afce798] MT#55283 early exit heuristic endpoint learning if endpoint matches SDP
172+
173+
[ Ivan Poddubnyi ]
174+
* [264014b] MT#55283 el: fix a typo in spec
175+
* [e9717df] MT#55283 el: fix build without systemd-notify support
176+
* [c55076a] MT#55283 el: fix dkms failing to build because of a missing file
177+
178+
[ Sergey Safarov ]
179+
* [d3c1937] MT#55283 el: updated GitHub sources download URL
180+
* [10925a2] MT#55283 el: Provides "ngcp-rtpengine" do not required because added
181+
182+
-- Sipwise Jenkins Builder <[email protected]> Mon, 08 Sep 2025 11:46:27 +0200
183+
1184
ngcp-rtpengine (13.5.0.0+0~mr13.5.0.0) unstable; urgency=medium
2185

3186
[ Richard Fuchs ]

el/rtpengine.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: ngcp-rtpengine
2-
Version: 13.5.0.0+0~mr13.5.0.0
2+
Version: 13.5.1.0+0~mr13.5.1.0
33
Release: 1%{?dist}
44
Summary: The Sipwise NGCP rtpengine daemon
55
Group: System Environment/Daemons

0 commit comments

Comments
 (0)