From 3e56219ea78b320c85ca5496d674969f76a033d9 Mon Sep 17 00:00:00 2001 From: Kaian Date: Tue, 26 Apr 2022 15:59:33 +0200 Subject: [PATCH] doc: update ChangeLog for 1.4.10 release --- ChangeLog | 9 +++++++++ configure.ac | 2 +- doc/sngrep.8 | 2 +- pkg/apk/APKBUILD | 2 +- pkg/debian/changelog | 6 ++++++ pkg/rpm/SPECS/sngrep.spec | 4 +++- 6 files changed, 21 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f94f19d5..865a4374 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2021-04-26 Ivan Alonso + * sngrep 1.5.0 released + + * capture: add support for IP-IP encapsulation + * capture: add support for IPv6 fragments reassembly + * hep: add support for saving HEP received packets to PCAP + * tls: check client TLS version in gnutls code + * ui: fixed a crash when leaving ncurses screens + 2021-11-19 Ivan Alonso * sngrep 1.4.10 released diff --git a/configure.ac b/configure.ac index 0697e653..a1a3c1ba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([sngrep], [1.4.10], [kaian@irontec.com], [sngrep], [http://www.irontec.com/]) +AC_INIT([sngrep], [1.5.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 2592c056..6d385803 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.4.10" +.TH SNGREP 8 "May 2021" "sngrep 1.5.0" .SH NAME diff --git a/pkg/apk/APKBUILD b/pkg/apk/APKBUILD index 7b65091f..b7efaedf 100644 --- a/pkg/apk/APKBUILD +++ b/pkg/apk/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=sngrep -pkgver=1.4.10 +pkgver=1.5.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 f6c647f5..e8a8e199 100644 --- a/pkg/debian/changelog +++ b/pkg/debian/changelog @@ -1,3 +1,9 @@ +sngrep (1.5.0) experimental; urgency=low + + * sngrep 1.5.0 released + + -- Ivan Alonso Tue, 26 Apr 2022 15:57:37 +0200 + sngrep (1.4.10) experimental; urgency=low * sngrep 1.4.10 released diff --git a/pkg/rpm/SPECS/sngrep.spec b/pkg/rpm/SPECS/sngrep.spec index 93fa9dc2..19f34ab2 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.10 +Version: 1.5.0 Release: 0%{?dist} License: GPLv3 Group: Applications/Engineering @@ -59,6 +59,8 @@ make %{?_smp_mflags} %{__rm} -rf %{buildroot} %changelog +* Tue Apr 26 2022 Ivan Alonso - 1.5.0 + - Version 1.5.0 * Fri Nov 19 2021 Ivan Alonso - 1.4.10 - Version 1.4.10 * Thu May 20 2021 Ivan Alonso - 1.4.9