diff --git a/ChangeLog b/ChangeLog index d471513d..68a6c7d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2020-05-21 Ivan Alonso + * sngrep 1.4.7 released + + * capture: fixed a crash with invalid CSeq values + * capture: allow configurable libpcap capture buffer + * hep: support parsing of HEPv3 headers in any order + * ssl: updated code to exclude depcreted OpenSSL functions + * call raw: add support to IP alias display + * call list: updated diverted Call state conditions + * cli: match expression now applies to whole SIP payload + * cli: add support to multiple comma separated capture devices + * sip: add KDMQ custom method to SIP parser + 2018-10-31 Ivan Alonso * sngrep 1.4.6 released diff --git a/configure.ac b/configure.ac index a9df7ab1..5e3fe28b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([sngrep], [1.4.6], [kaian@irontec.com], [sngrep], [http://www.irontec.com/]) +AC_INIT([sngrep], [1.4.7], [kaian@irontec.com], [sngrep], [http://www.irontec.com/]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([src/config.h]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/doc/sngrep.8 b/doc/sngrep.8 index a0c9594a..bbed37a4 100644 --- a/doc/sngrep.8 +++ b/doc/sngrep.8 @@ -3,7 +3,7 @@ .\" Copyright (c) 2013-2019 Ivan Alonso .\" Copyright (c) 2013-2019 Irontec S.L. -.TH SNGREP 8 "October 2018" "sngrep 1.4.6" +.TH SNGREP 8 "May 2020" "sngrep 1.4.7" .SH NAME diff --git a/pkg/debian/changelog b/pkg/debian/changelog index 6da092ee..b88de788 100644 --- a/pkg/debian/changelog +++ b/pkg/debian/changelog @@ -1,3 +1,9 @@ +sngrep (1.4.7) experimental; urgency=low + + * sngrep 1.4.7 released + + -- Ivan Alonso Thu, 21 May 2020 11:46:22 +0200 + sngrep (1.4.6) experimental; urgency=low * sngrep 1.4.6 released diff --git a/pkg/rpm/SPECS/sngrep.spec b/pkg/rpm/SPECS/sngrep.spec index 2ac262e7..abe3d3e2 100644 --- a/pkg/rpm/SPECS/sngrep.spec +++ b/pkg/rpm/SPECS/sngrep.spec @@ -2,7 +2,7 @@ Summary: SIP Messages flow viewer Name: sngrep -Version: 1.4.6 +Version: 1.4.7 Release: 0%{?dist} License: GPLv3 Group: Applications/Engineering @@ -59,6 +59,8 @@ make %{?_smp_mflags} %{__rm} -rf %{buildroot} %changelog +* Thu May 21 2020 Ivan Alonso - 1.4.7 + - Version 1.4.7 * Wed Oct 31 2018 Ivan Alonso - 1.4.6 - Version 1.4.6 * Fri Dec 22 2017 Ivan Alonso - 1.4.5