Skip to content

Commit 5089514

Browse files
committed
doc: update ChangeLog for 1.6.0 release
1 parent 8e30b39 commit 5089514

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

ChangeLog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
2021-04-26 Ivan Alonso <[email protected]>
1+
2022-08-31 Ivan Alonso <[email protected]>
2+
* sngrep 1.6.0 released
3+
4+
* capture: added compatibility with openssl >= 3.5.0
5+
* capture: fixed memory leak while rotating dialogs
6+
* capture: added save file rotation through SIPHUP signal
7+
* capture: added support for opening gzip compressed input files
8+
* hep: received HEP packets can now be saved to PCAP files
9+
* core: added support for PCRE2 library
10+
* cf: raw payload preview now properly displays characters near window borders
11+
* cli: properly display captured dialog count when no interface is used
12+
13+
2022-04-26 Ivan Alonso <[email protected]>
214
* sngrep 1.5.0 released
315

416
* capture: add support for IP-IP encapsulation

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.59])
2-
AC_INIT([sngrep], [1.5.0], [[email protected]], [sngrep], [http://www.irontec.com/])
2+
AC_INIT([sngrep], [1.6.0], [[email protected]], [sngrep], [http://www.irontec.com/])
33
AM_INIT_AUTOMAKE([1.9])
44
AC_CONFIG_HEADERS([src/config.h])
55
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

doc/sngrep.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.\" Copyright (c) 2013-2021 Ivan Alonso <[email protected]>
44
.\" Copyright (c) 2013-2021 Irontec S.L.
55

6-
.TH SNGREP 8 "May 2021" "sngrep 1.5.0"
6+
.TH SNGREP 8 "May 2021" "sngrep 1.6.0"
77

88
.SH NAME
99

pkg/apk/APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributor: Francesco Colista <[email protected]>
22
# Maintainer: Francesco Colista <[email protected]>
33
pkgname=sngrep
4-
pkgver=1.5.0
4+
pkgver=1.6.0
55
pkgrel=0
66
pkgdesc="display SIP call message flows from a terminal"
77
url="https://github.com/irontec/sngrep"

pkg/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
sngrep (1.6.0) experimental; urgency=low
2+
3+
* sngrep 1.6.0 released
4+
5+
-- Ivan Alonso <[email protected]> Wed, 31 Aug 2022 11:56:30 +0200
6+
17
sngrep (1.5.0) experimental; urgency=low
28

39
* sngrep 1.5.0 released

pkg/rpm/SPECS/sngrep.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Summary: SIP Messages flow viewer
44
Name: sngrep
5-
Version: 1.5.0
5+
Version: 1.6.0
66
Release: 0%{?dist}
77
License: GPLv3
88
Group: Applications/Engineering
@@ -59,6 +59,8 @@ make %{?_smp_mflags}
5959
%{__rm} -rf %{buildroot}
6060

6161
%changelog
62+
* Wed Aug 31 2022 Ivan Alonso <[email protected]> - 1.6.0
63+
- Version 1.6.0
6264
* Tue Apr 26 2022 Ivan Alonso <[email protected]> - 1.5.0
6365
- Version 1.5.0
6466
* Fri Nov 19 2021 Ivan Alonso <[email protected]> - 1.4.10

0 commit comments

Comments
 (0)