Skip to content

Commit

Permalink
Bump version to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Jul 22, 2024
1 parent 86d2580 commit b608bd1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OpenLI -- open source ETSI-compliant Lawful Intercept software

Version: 1.1.6
Version: 1.1.7

---------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Super primitive configure script

AC_INIT([openli],[1.1.6],[[email protected]])
AC_INIT([openli],[1.1.7],[[email protected]])

AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_SRCDIR(src/collector/collector.c)
Expand Down
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 23 Jul 2024 09:53:36 +1200

openli (1.1.6-1) unstable; urgency=medium

* Fix incorrect encoding of userLocationInformation field.
Expand Down
5 changes: 4 additions & 1 deletion rpm/openli.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -283,6 +283,9 @@ fi


%changelog
* Tue Jul 23 2024 Shane Alcock <[email protected]> - 1.1.7-1
- Updated for 1.1.7 release

* Mon Jul 1 2024 Shane Alcock <[email protected]> - 1.1.6-1
- Updated for 1.1.6 release

Expand Down

0 comments on commit b608bd1

Please sign in to comment.