Skip to content

Commit c038c50

Browse files
committed
Bump version number to 1.0.8-1
1 parent 470c1f1 commit c038c50

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OpenLI -- open source ETSI-compliant Lawful Intercept software
22

3-
Version: 1.0.7
3+
Version: 1.0.8
44

55
---------------------------------------------------------------------------
66

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Super primitive configure script
22

3-
AC_INIT(openli, 1.0.7, salcock@waikato.ac.nz)
3+
AC_INIT(openli, 1.0.8, salcock@waikato.ac.nz)
44

55
AM_INIT_AUTOMAKE([subdir-objects])
66
AC_CONFIG_SRCDIR(src/collector/collector.c)

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
openli (1.0.8-1) unstable; urgency=medium
2+
3+
* Fix bugs that were causing HI1Operation messages to not be generated
4+
under certain circumstances.
5+
* Fix bugs that were causing HI1Operation messages to have an incorrect
6+
sequence number if generated following an intercept configuration
7+
file reload.
8+
9+
-- Shane Alcock <shane.alcock@waikato.ac.nz> Wed, 11 Nov 2020 17:22:52 +1300
10+
111
openli (1.0.7-2) unstable; urgency=medium
212

313
* Fix potential hang in postinst script when generating a password

rpm/openli.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: openli
2-
Version: 1.0.7
3-
Release: 2%{?dist}
2+
Version: 1.0.8
3+
Release: 1%{?dist}
44
Summary: Software for performing ETSI-compliant lawful intercept
55

66
License: GPLv3
@@ -235,6 +235,9 @@ fi
235235

236236

237237
%changelog
238+
* Wed Nov 11 2020 Shane Alcock <salcock@waikato.ac.nz> - 1.0.7-1
239+
- Updated for 1.0.8 release
240+
238241
* Wed Nov 11 2020 Shane Alcock <salcock@waikato.ac.nz> - 1.0.7-2
239242
- Fix hanging in provisioner postinst script
240243

0 commit comments

Comments
 (0)