forked from Mirrors/sngrep
doc: update ChangeLog for 1.4.8 release
This commit is contained in:
parent
50810af311
commit
1ad248b022
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
2020-11-10 Ivan Alonso <kaian@irontec.com>
|
||||||
|
* sngrep 1.4.8 released
|
||||||
|
|
||||||
|
* capture: add support for IPv6 SDP connection address
|
||||||
|
* capture: fixed a crash while parsing INVITES without R-URI
|
||||||
|
* capture: fixed a crash while parsing malformed Req/Resp lines
|
||||||
|
* call flow: improved IPv6 RTP columns address display
|
||||||
|
* core: code cleanup removing unused variables
|
||||||
|
* core: fixed multiple snprintf memory overflows
|
||||||
|
* core: avoid crash when linking against ncurses without tinfo
|
||||||
|
|
||||||
|
|
||||||
2020-05-21 Ivan Alonso <kaian@irontec.com>
|
2020-05-21 Ivan Alonso <kaian@irontec.com>
|
||||||
* sngrep 1.4.7 released
|
* sngrep 1.4.7 released
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AC_INIT([sngrep], [1.4.7], [kaian@irontec.com], [sngrep], [http://www.irontec.com/])
|
AC_INIT([sngrep], [1.4.8], [kaian@irontec.com], [sngrep], [http://www.irontec.com/])
|
||||||
AM_INIT_AUTOMAKE([1.9])
|
AM_INIT_AUTOMAKE([1.9])
|
||||||
AC_CONFIG_HEADERS([src/config.h])
|
AC_CONFIG_HEADERS([src/config.h])
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
.\" Man page for the sngrep
|
.\" Man page for the sngrep
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2013-2019 Ivan Alonso <kaian@irontec.com>
|
.\" Copyright (c) 2013-2020 Ivan Alonso <kaian@irontec.com>
|
||||||
.\" Copyright (c) 2013-2019 Irontec S.L.
|
.\" Copyright (c) 2013-2020 Irontec S.L.
|
||||||
|
|
||||||
.TH SNGREP 8 "May 2020" "sngrep 1.4.7"
|
.TH SNGREP 8 "Nov 2020" "sngrep 1.4.8"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
sngrep (1.4.8) experimental; urgency=low
|
||||||
|
|
||||||
|
* sngrep 1.4.8 released
|
||||||
|
|
||||||
|
-- Ivan Alonso <kaian@irontec.com> Tue, 10 Oct 2020 10:46:10 +0200
|
||||||
|
|
||||||
sngrep (1.4.7) experimental; urgency=low
|
sngrep (1.4.7) experimental; urgency=low
|
||||||
|
|
||||||
* sngrep 1.4.7 released
|
* sngrep 1.4.7 released
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Summary: SIP Messages flow viewer
|
Summary: SIP Messages flow viewer
|
||||||
Name: sngrep
|
Name: sngrep
|
||||||
Version: 1.4.7
|
Version: 1.4.8
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
|
@ -59,6 +59,8 @@ make %{?_smp_mflags}
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 10 2020 Ivan Alonso <kaian@irontec.com> - 1.4.8
|
||||||
|
- Version 1.4.8
|
||||||
* Thu May 21 2020 Ivan Alonso <kaian@irontec.com> - 1.4.7
|
* Thu May 21 2020 Ivan Alonso <kaian@irontec.com> - 1.4.7
|
||||||
- Version 1.4.7
|
- Version 1.4.7
|
||||||
* Wed Oct 31 2018 Ivan Alonso <kaian@irontec.com> - 1.4.6
|
* Wed Oct 31 2018 Ivan Alonso <kaian@irontec.com> - 1.4.6
|
||||||
|
|
Loading…
Reference in New Issue