-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update ChangeLog for 1.6.0 release
- Loading branch information
Showing
6 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
2021-04-26 Ivan Alonso <[email protected]> | ||
2022-08-31 Ivan Alonso <[email protected]> | ||
* sngrep 1.6.0 released | ||
|
||
* capture: added compatibility with openssl >= 3.5.0 | ||
* capture: fixed memory leak while rotating dialogs | ||
* capture: added save file rotation through SIPHUP signal | ||
* capture: added support for opening gzip compressed input files | ||
* hep: received HEP packets can now be saved to PCAP files | ||
* core: added support for PCRE2 library | ||
* cf: raw payload preview now properly displays characters near window borders | ||
* cli: properly display captured dialog count when no interface is used | ||
|
||
2022-04-26 Ivan Alonso <[email protected]> | ||
* sngrep 1.5.0 released | ||
|
||
* capture: add support for IP-IP encapsulation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ([2.59]) | ||
AC_INIT([sngrep], [1.5.0], [[email protected]], [sngrep], [http://www.irontec.com/]) | ||
AC_INIT([sngrep], [1.6.0], [[email protected]], [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])]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
.\" Copyright (c) 2013-2021 Ivan Alonso <[email protected]> | ||
.\" Copyright (c) 2013-2021 Irontec S.L. | ||
|
||
.TH SNGREP 8 "May 2021" "sngrep 1.5.0" | ||
.TH SNGREP 8 "May 2021" "sngrep 1.6.0" | ||
|
||
.SH NAME | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Contributor: Francesco Colista <[email protected]> | ||
# Maintainer: Francesco Colista <[email protected]> | ||
pkgname=sngrep | ||
pkgver=1.5.0 | ||
pkgver=1.6.0 | ||
pkgrel=0 | ||
pkgdesc="display SIP call message flows from a terminal" | ||
url="https://github.com/irontec/sngrep" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
sngrep (1.6.0) experimental; urgency=low | ||
|
||
* sngrep 1.6.0 released | ||
|
||
-- Ivan Alonso <[email protected]> Wed, 31 Aug 2022 11:56:30 +0200 | ||
|
||
sngrep (1.5.0) experimental; urgency=low | ||
|
||
* sngrep 1.5.0 released | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Summary: SIP Messages flow viewer | ||
Name: sngrep | ||
Version: 1.5.0 | ||
Version: 1.6.0 | ||
Release: 0%{?dist} | ||
License: GPLv3 | ||
Group: Applications/Engineering | ||
|
@@ -59,6 +59,8 @@ make %{?_smp_mflags} | |
%{__rm} -rf %{buildroot} | ||
|
||
%changelog | ||
* Wed Aug 31 2022 Ivan Alonso <[email protected]> - 1.6.0 | ||
- Version 1.6.0 | ||
* Tue Apr 26 2022 Ivan Alonso <[email protected]> - 1.5.0 | ||
- Version 1.5.0 | ||
* Fri Nov 19 2021 Ivan Alonso <[email protected]> - 1.4.10 | ||
|