Skip to content

Commit

Permalink
Bump version to 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Oct 22, 2024
1 parent 77915ab commit f678572
Show file tree
Hide file tree
Showing 4 changed files with 28 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.9
Version: 1.1.10

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

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.9],[[email protected]])
AC_INIT([openli],[1.1.10],[[email protected]])

AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_SRCDIR(src/collector/collector.c)
Expand Down
22 changes: 22 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
openli (1.1.10-1) unstable; urgency=medium

* RADIUS: Accounting Response packets no longer need to be seen by
the collector; session state updates are now inferred from
Accounting Requests automatically without the need to see the
matching Response.
* Collector: using multiple forwarding threads now actually
behaves as expected.
* Voice: fix bug where the RTP stream might not be intercepted if
there are multiple intercepts configured for the same target.
* Mediator: fix bug where a mediator using RabbitMQ would never receive
intercept records from a collector.
* SIP: fix bug where SIP sessions using TCP keepalives would not be
intercepted due to errors in the TCP reassembly code.
* SIP: fix crash caused by incorrectly freeing a packet that had been
claimed by the TCP reassembler.
* SIP: fix bug where SIP messages that do not begin at the start of the
TCP payload would not be intercepted or used to update the call
state.

-- Shane Alcock <[email protected]> Tue, 22 Oct 2024 15:46:51 +1300

openli (1.1.9-1) unstable; urgency=medium

* RADIUS: fix crash that can occur under very rare circumstances due to
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.9
Version: 1.1.10
Release: 1%{?dist}
Summary: Software for performing ETSI-compliant lawful intercept

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


%changelog
* Tue Oct 22 2024 Shane Alcock <[email protected]> - 1.1.10-1
- Updated for 1.1.10 release

* Wed Sep 18 2024 Shane Alcock <[email protected]> - 1.1.9-1
- Updated for 1.1.9 release

Expand Down

0 comments on commit f678572

Please sign in to comment.