From 5089514cd83b88016c9876a6e4d8a33b56e58123 Mon Sep 17 00:00:00 2001 From: Kaian Date: Wed, 31 Aug 2022 16:02:22 +0200 Subject: [PATCH] doc: update ChangeLog for 1.6.0 release --- ChangeLog | 14 +++++++++++++- configure.ac | 2 +- doc/sngrep.8 | 2 +- pkg/apk/APKBUILD | 2 +- pkg/debian/changelog | 6 ++++++ pkg/rpm/SPECS/sngrep.spec | 4 +++- 6 files changed, 25 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index aefddf71..c919d072 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,16 @@ -2021-04-26 Ivan Alonso +2022-08-31 Ivan Alonso + * sngrep 1.6.0 released + + * capture: added compatibility with openssl >= 3.5.0 + * capture: fixed memory leak while rotating dialogs + * capture: added save file rotation through SIPHUP signal + * capture: added support for opening gzip compressed input files + * hep: received HEP packets can now be saved to PCAP files + * core: added support for PCRE2 library + * cf: raw payload preview now properly displays characters near window borders + * cli: properly display captured dialog count when no interface is used + +2022-04-26 Ivan Alonso * sngrep 1.5.0 released * capture: add support for IP-IP encapsulation diff --git a/configure.ac b/configure.ac index d9505874..4fa65994 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([sngrep], [1.5.0], [kaian@irontec.com], [sngrep], [http://www.irontec.com/]) +AC_INIT([sngrep], [1.6.0], [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 6d385803..a223e6b0 100644 --- a/doc/sngrep.8 +++ b/doc/sngrep.8 @@ -3,7 +3,7 @@ .\" Copyright (c) 2013-2021 Ivan Alonso .\" Copyright (c) 2013-2021 Irontec S.L. -.TH SNGREP 8 "May 2021" "sngrep 1.5.0" +.TH SNGREP 8 "May 2021" "sngrep 1.6.0" .SH NAME diff --git a/pkg/apk/APKBUILD b/pkg/apk/APKBUILD index b7efaedf..4e471b00 100644 --- a/pkg/apk/APKBUILD +++ b/pkg/apk/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=sngrep -pkgver=1.5.0 +pkgver=1.6.0 pkgrel=0 pkgdesc="display SIP call message flows from a terminal" url="https://github.com/irontec/sngrep" diff --git a/pkg/debian/changelog b/pkg/debian/changelog index e8a8e199..b9d04237 100644 --- a/pkg/debian/changelog +++ b/pkg/debian/changelog @@ -1,3 +1,9 @@ +sngrep (1.6.0) experimental; urgency=low + + * sngrep 1.6.0 released + + -- Ivan Alonso Wed, 31 Aug 2022 11:56:30 +0200 + sngrep (1.5.0) experimental; urgency=low * sngrep 1.5.0 released diff --git a/pkg/rpm/SPECS/sngrep.spec b/pkg/rpm/SPECS/sngrep.spec index 19f34ab2..de4959d8 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.5.0 +Version: 1.6.0 Release: 0%{?dist} License: GPLv3 Group: Applications/Engineering @@ -59,6 +59,8 @@ make %{?_smp_mflags} %{__rm} -rf %{buildroot} %changelog +* Wed Aug 31 2022 Ivan Alonso - 1.6.0 + - Version 1.6.0 * Tue Apr 26 2022 Ivan Alonso - 1.5.0 - Version 1.5.0 * Fri Nov 19 2021 Ivan Alonso - 1.4.10