diff --git a/README.md b/README.md index dd6da68..7d53644 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ OpenLI -- open source ETSI-compliant Lawful Intercept software -Version: 1.1.6 +Version: 1.1.7 --------------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index fc0d504..855e0d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Super primitive configure script -AC_INIT([openli],[1.1.6],[shane@alcock.co.nz]) +AC_INIT([openli],[1.1.7],[shane@alcock.co.nz]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR(src/collector/collector.c) diff --git a/debian/changelog b/debian/changelog index b630e5f..f848d51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +openli (1.1.7-1) unstable; urgency=medium + + * Collector: fix file descriptor leak caused by timers in SMS worker + threads. + * Collector: fix bug where a forwarder thread would be unable to exit + if the collector is trying to shut down due to an error. + * Collector: fix another race condition that can cause a collector to + hang when it is being halted. + * Collector: VoIP sync thread now recognises more SIP keep alive + payloads (including eXoSIP keep alives) so will no longer complain + about invalid SIP payload when these KAs are observed. + * Collector: fix segfault that can occur if an IP data session is + assigned to more than 5 IP addresses. + * Collector: fix segfault in VoIP sync thread if the expiry timer for + a completed call cannot be properly created (e.g. if we run out of + file descriptors). + + -- Shane Alcock Tue, 23 Jul 2024 09:53:36 +1200 + openli (1.1.6-1) unstable; urgency=medium * Fix incorrect encoding of userLocationInformation field. diff --git a/rpm/openli.spec b/rpm/openli.spec index eae409e..47e4e99 100644 --- a/rpm/openli.spec +++ b/rpm/openli.spec @@ -1,5 +1,5 @@ Name: openli -Version: 1.1.6 +Version: 1.1.7 Release: 1%{?dist} Summary: Software for performing ETSI-compliant lawful intercept @@ -283,6 +283,9 @@ fi %changelog +* Tue Jul 23 2024 Shane Alcock - 1.1.7-1 +- Updated for 1.1.7 release + * Mon Jul 1 2024 Shane Alcock - 1.1.6-1 - Updated for 1.1.6 release