Skip to content

Commit 3e56219

Browse files
committed
doc: update ChangeLog for 1.4.10 release
1 parent d81bf00 commit 3e56219

File tree

6 files changed

+21
-4
lines changed

6 files changed

+21
-4
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2021-04-26 Ivan Alonso <kaian@irontec.com>
2+
* sngrep 1.5.0 released
3+
4+
* capture: add support for IP-IP encapsulation
5+
* capture: add support for IPv6 fragments reassembly
6+
* hep: add support for saving HEP received packets to PCAP
7+
* tls: check client TLS version in gnutls code
8+
* ui: fixed a crash when leaving ncurses screens
9+
110
2021-11-19 Ivan Alonso <kaian@irontec.com>
211
* sngrep 1.4.10 released
312

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.4.10], [kaian@irontec.com], [sngrep], [http://www.irontec.com/])
2+
AC_INIT([sngrep], [1.5.0], [kaian@irontec.com], [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 <kaian@irontec.com>
44
.\" Copyright (c) 2013-2021 Irontec S.L.
55

6-
.TH SNGREP 8 "May 2021" "sngrep 1.4.10"
6+
.TH SNGREP 8 "May 2021" "sngrep 1.5.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 <fcolista@alpinelinux.org>
22
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
33
pkgname=sngrep
4-
pkgver=1.4.10
4+
pkgver=1.5.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.5.0) experimental; urgency=low
2+
3+
* sngrep 1.5.0 released
4+
5+
-- Ivan Alonso <kaian@irontec.com> Tue, 26 Apr 2022 15:57:37 +0200
6+
17
sngrep (1.4.10) experimental; urgency=low
28

39
* sngrep 1.4.10 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.4.10
5+
Version: 1.5.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+
* Tue Apr 26 2022 Ivan Alonso <kaian@irontec.com> - 1.5.0
63+
- Version 1.5.0
6264
* Fri Nov 19 2021 Ivan Alonso <kaian@irontec.com> - 1.4.10
6365
- Version 1.4.10
6466
* Thu May 20 2021 Ivan Alonso <kaian@irontec.com> - 1.4.9

0 commit comments

Comments
 (0)