diff --git a/README.md b/README.md index 3bedd5b9..619ef00e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ OpenLI -- open source ETSI-compliant Lawful Intercept software -Version: 1.0.7 +Version: 1.0.8 --------------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 917d132b..ef5d6360 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Super primitive configure script -AC_INIT(openli, 1.0.7, salcock@waikato.ac.nz) +AC_INIT(openli, 1.0.8, salcock@waikato.ac.nz) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR(src/collector/collector.c) diff --git a/debian/changelog b/debian/changelog index f3a33e85..fefee145 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +openli (1.0.8-1) unstable; urgency=medium + + * Fix bugs that were causing HI1Operation messages to not be generated + under certain circumstances. + * Fix bugs that were causing HI1Operation messages to have an incorrect + sequence number if generated following an intercept configuration + file reload. + + -- Shane Alcock Wed, 11 Nov 2020 17:22:52 +1300 + openli (1.0.7-2) unstable; urgency=medium * Fix potential hang in postinst script when generating a password diff --git a/rpm/openli.spec b/rpm/openli.spec index 6dad0966..01fe23c2 100644 --- a/rpm/openli.spec +++ b/rpm/openli.spec @@ -1,6 +1,6 @@ Name: openli -Version: 1.0.7 -Release: 2%{?dist} +Version: 1.0.8 +Release: 1%{?dist} Summary: Software for performing ETSI-compliant lawful intercept License: GPLv3 @@ -235,6 +235,9 @@ fi %changelog +* Wed Nov 11 2020 Shane Alcock - 1.0.7-1 +- Updated for 1.0.8 release + * Wed Nov 11 2020 Shane Alcock - 1.0.7-2 - Fix hanging in provisioner postinst script