-
Notifications
You must be signed in to change notification settings - Fork 188
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.4.10 release
- Loading branch information
Showing
5 changed files
with
21 additions
and
4 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,3 +1,12 @@ | ||
2021-11-19 Ivan Alonso <[email protected]> | ||
* sngrep 1.4.10 released | ||
|
||
* build: fix compilation warnings on MacOS 10.15 | ||
* build: fix compilation errors when using -Werror=format-security | ||
* capture: properly set transport as TCP for assembled TCP messages | ||
* config: alias keyword now supports IP:PORT format | ||
* filter: increased size of src and dst fields for IPv6 addresses | ||
|
||
2021-05-20 Ivan Alonso <[email protected]> | ||
* sngrep 1.4.9 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ([2.59]) | ||
AC_INIT([sngrep], [1.4.9], [[email protected]], [sngrep], [http://www.irontec.com/]) | ||
AC_INIT([sngrep], [1.4.10], [[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.4.9" | ||
.TH SNGREP 8 "May 2021" "sngrep 1.4.10" | ||
|
||
.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,3 +1,9 @@ | ||
sngrep (1.4.10) experimental; urgency=low | ||
|
||
* sngrep 1.4.10 released | ||
|
||
-- Ivan Alonso <[email protected]> Fri, 19 Nov 2021 11:00:24 +0100 | ||
|
||
sngrep (1.4.9) experimental; urgency=low | ||
|
||
* sngrep 1.4.9 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.4.9 | ||
Version: 1.4.10 | ||
Release: 0%{?dist} | ||
License: GPLv3 | ||
Group: Applications/Engineering | ||
|
@@ -59,8 +59,10 @@ make %{?_smp_mflags} | |
%{__rm} -rf %{buildroot} | ||
|
||
%changelog | ||
* Fri Nov 19 2021 Ivan Alonso <[email protected]> - 1.4.10 | ||
- Version 1.4.10 | ||
* Thu May 20 2021 Ivan Alonso <[email protected]> - 1.4.9 | ||
- Version 1.4.9 | ||
- Version 1.4.9 | ||
* Tue Oct 10 2020 Ivan Alonso <[email protected]> - 1.4.8 | ||
- Version 1.4.8 | ||
* Thu May 21 2020 Ivan Alonso <[email protected]> - 1.4.7 | ||
|