From 5f21dbe8477370ce66855998a6a8bfc0c152435e Mon Sep 17 00:00:00 2001 From: Kaian Date: Wed, 10 May 2017 16:46:07 +0200 Subject: [PATCH] Release files for version bump to 1.4.3 --- ChangeLog | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- doc/sngrep.8 | 2 +- pkg/debian/changelog | 14 ++++++++++---- pkg/rpm/SPECS/sngrep.spec | 4 +++- 5 files changed, 41 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index a5278dac..9bfe2b13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2016-05-10 Ivan Alonso + * sngrep 1.4.3 released + + * Capture + * Added support for capturing from multiples interfaces from command line + * Fixed a bug where IP reassembly was only working whe packet only had two fragments + * Fixed a bug where TCP packets where not assembled in the correct order + + * HEP/EEP + * Added support for UUID chunks sent by asterisk HEP PJSIP module + + * SIP + * Improved From/To header regexp to parse URIs without user part + * SIP responses codes 600 will now set callstate to BUSY + + * Call Flow + * Added keybinding to deselect previously selected arrow (defaults to Ctrl+W) + * Fixed a bug while displaying arrows order of a dialog from multiple input files + + * Configuration + * Configuration file can no be specified using environment variable SNGREPRC + * Added `-F` command line option to start sngrep without reading any configuration file + + * Packages/Build + * OpenSSL depedencies are now being searching using pkg-config if available + 2016-12-19 Ivan Alonso * sngrep 1.4.2 released diff --git a/configure.ac b/configure.ac index 8be3194e..0255ad28 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([sngrep], [1.4.2], [kaian@irontec.com], [sngrep], [http://www.irontec.com/]) +AC_INIT([sngrep], [1.4.3], [kaian@irontec.com], [sngrep], [http://www.irontec.com/]) AM_INIT_AUTOMAKE([1.9]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_HEADERS([src/config.h]) diff --git a/doc/sngrep.8 b/doc/sngrep.8 index dcdf1f16..69a797a8 100644 --- a/doc/sngrep.8 +++ b/doc/sngrep.8 @@ -3,7 +3,7 @@ .\" Copyright (c) 2013-2016 Ivan Alonso .\" Copyright (c) 2013-2016 Irontec S.L. -.TH SNGREP 8 "December 2016" "sngrep 1.4.2" +.TH SNGREP 8 "December 2016" "sngrep 1.4.3" .SH NAME diff --git a/pkg/debian/changelog b/pkg/debian/changelog index a350c130..4d97ff30 100644 --- a/pkg/debian/changelog +++ b/pkg/debian/changelog @@ -1,7 +1,13 @@ +sngrep (1.4.3) experimental; urgency=low + + * sngrep 1.4.3 releaed + + -- Ivan Alonso Wed, 10 May 2017 16:44:47 +0200 + sngrep (1.4.2) experimental; urgency=low - + * sngrep 1.4.2 released - + -- Ivan Alonso Mon, 19 Dec 2016 14:00:26 +0100 sngrep (1.4.1) experimental; urgency=low @@ -17,11 +23,11 @@ sngrep (1.4.0) experimental; urgency=low -- Ivan Alonso Mon, 08 Aug 2016 10:57:07 +0200 sngrep (1.3.1) experimental; urgency=low - + * sngrep 1.3.1 released -- Ivan Alonso Thu, 28 Apr 2016 11:45:00 +0100 - + sngrep (1.3.0) experimental; urgency=low * sngrep 1.3.0 released diff --git a/pkg/rpm/SPECS/sngrep.spec b/pkg/rpm/SPECS/sngrep.spec index 143e617b..965bc38d 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.2 +Version: 1.4.3 Release: 0%{?dist} License: GPLv3 Group: Applications/Engineering @@ -59,6 +59,8 @@ make %{?_smp_mflags} %{__rm} -rf %{buildroot} %changelog +* Wed May 10 2017 Ivan Alonso - 1.4.3 + - Version 1.4.3 * Fri Dec 19 2016 Ivan Alonso - 1.4.2 - Version 1.4.2 * Fri Oct 28 2016 Ivan Alonso - 1.4.1