Skip to content

Commit

Permalink
doc: update ChangeLog for 1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaian committed Dec 20, 2023
1 parent a645254 commit f7b36df
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2023-12-20 Ivan Alonso <kaian@irontec.com>
* sngrep 1.8.0 released

* fix typo in message, thanks to lintian
* fix compiler warnings about unused variables
* fix debian pkg dependency to libpcre2-8-0
* Fixed a typo in comment line in filter.c
* Redefine usage of POSIX signals
* Support for building sngrep using CMake added

2023-03-31 Ivan Alonso <kaian@irontec.com>
* sngrep 1.7.0 released

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.59])
AC_INIT([sngrep], [1.7.0], [kaian@irontec.com], [sngrep], [http://www.irontec.com/])
AC_INIT([sngrep], [1.8.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])])
Expand Down
2 changes: 1 addition & 1 deletion doc/sngrep.8
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" Copyright (c) 2013-2021 Ivan Alonso <kaian@irontec.com>
.\" Copyright (c) 2013-2021 Irontec S.L.

.TH SNGREP 8 "Mar 2023" "sngrep 1.7.0"
.TH SNGREP 8 "Mar 2023" "sngrep 1.8.0"

.SH NAME

Expand Down
2 changes: 1 addition & 1 deletion pkg/apk/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=sngrep
pkgver=1.7.0
pkgver=1.8.0
pkgrel=0
pkgdesc="display SIP call message flows from a terminal"
url="https://github.com/irontec/sngrep"
Expand Down
6 changes: 6 additions & 0 deletions pkg/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sngrep (1.8.0) experimental; urgency=low

* sngrep 1.8.0 released

-- Ivan Alonso <kaian@irontec.com> Wed, 20 Dec 2023 10:34:52 +0100

sngrep (1.7.0) experimental; urgency=low

* sngrep 1.7.0 released
Expand Down
4 changes: 3 additions & 1 deletion pkg/rpm/SPECS/sngrep.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Summary: SIP Messages flow viewer
Name: sngrep
Version: 1.7.0
Version: 1.8.0
Release: 0%{?dist}
License: GPLv3
Group: Applications/Engineering
Expand Down Expand Up @@ -59,6 +59,8 @@ make %{?_smp_mflags}
%{__rm} -rf %{buildroot}

%changelog
* Wed Dec 20 2024 Ivan Alonso <kaian@irontec.com> - 1.8.0
- Version 1.8.0
* Fri Mar 31 2023 Ivan Alonso <kaian@irontec.com> - 1.7.0
- Version 1.7.0
* Wed Aug 31 2022 Ivan Alonso <kaian@irontec.com> - 1.6.0
Expand Down

0 comments on commit f7b36df

Please sign in to comment.