|
| 1 | +openli (1.1.11-1) unstable; urgency=medium |
| 2 | + |
| 3 | + * SIP: fix crash when processing an INVITE where the SDP address is |
| 4 | + missing but the SDP username is present. |
| 5 | + * SIP: add ability to extract target usernames from tel: URIs. |
| 6 | + * RADIUS: fix memory leak when RADIUS sessions have multiple usable |
| 7 | + identities. |
| 8 | + * Collector: add ability to use multiple threads for SIP parsing. |
| 9 | + * Collector: merged capabilities of SMS threads into the new SIP parsing |
| 10 | + threads. Standalone SMS interception threads now no longer exist. |
| 11 | + * Collector: add configuration option to specify a coremap for an |
| 12 | + individual input. |
| 13 | + * Collector: improved packet processing thread performance by avoiding |
| 14 | + fragment offset calculations if the packet is clearly not a fragment. |
| 15 | + * Collector: improved encoding performance by pre-encoding certain |
| 16 | + members of the IPAddress structure that are likely to occur frequently. |
| 17 | + * Collector: improved TCP reassembly performance by replacing regular |
| 18 | + sorting of TCP segments with an in-order insertion. |
| 19 | + * SIP: improved SIP parsing performance by avoiding CSeq extraction from |
| 20 | + responses when there are no relevant unresponded requests. |
| 21 | + * Collector: improved TCP reassembly performance by automatically skipping |
| 22 | + ACKs without data. |
| 23 | + * Collector: fix deadlock on exit problems caused when threads exited in |
| 24 | + a bad order. |
| 25 | + * SIP: fix crashes when a TCP stream had to be reset due to packet loss. |
| 26 | + * Collector: improved packet processing performance by skipping the |
| 27 | + static IP intercept code path for IP packets in situations where there |
| 28 | + were no static IP intercepts configured. |
| 29 | + |
| 30 | + -- Shane Alcock < [email protected]> Sat, 11 Jan 2025 15:32:04 +1300 |
| 31 | + |
1 | 32 | openli (1.1.10-2) unstable; urgency=medium |
2 | 33 |
|
3 | 34 | * Add explicit version to libwandder2 dependency to force upgraded |
|
0 commit comments