Skip to content

Commit f7b36df

Browse files
committed
doc: update ChangeLog for 1.8.0 release
1 parent a645254 commit f7b36df

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2023-12-20 Ivan Alonso <kaian@irontec.com>
2+
* sngrep 1.8.0 released
3+
4+
* fix typo in message, thanks to lintian
5+
* fix compiler warnings about unused variables
6+
* fix debian pkg dependency to libpcre2-8-0
7+
* Fixed a typo in comment line in filter.c
8+
* Redefine usage of POSIX signals
9+
* Support for building sngrep using CMake added
10+
111
2023-03-31 Ivan Alonso <kaian@irontec.com>
212
* sngrep 1.7.0 released
313

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.7.0], [kaian@irontec.com], [sngrep], [http://www.irontec.com/])
2+
AC_INIT([sngrep], [1.8.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 "Mar 2023" "sngrep 1.7.0"
6+
.TH SNGREP 8 "Mar 2023" "sngrep 1.8.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.7.0
4+
pkgver=1.8.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.8.0) experimental; urgency=low
2+
3+
* sngrep 1.8.0 released
4+
5+
-- Ivan Alonso <kaian@irontec.com> Wed, 20 Dec 2023 10:34:52 +0100
6+
17
sngrep (1.7.0) experimental; urgency=low
28

39
* sngrep 1.7.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.7.0
5+
Version: 1.8.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 Dec 20 2024 Ivan Alonso <kaian@irontec.com> - 1.8.0
63+
- Version 1.8.0
6264
* Fri Mar 31 2023 Ivan Alonso <kaian@irontec.com> - 1.7.0
6365
- Version 1.7.0
6466
* Wed Aug 31 2022 Ivan Alonso <kaian@irontec.com> - 1.6.0

0 commit comments

Comments
 (0)