forked from Mirrors/sngrep
Change version number and update ChangeLog 📝
This commit is contained in:
parent
a66d8d5cee
commit
f2d60b5a19
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2015-09-01 Ivan Alonso <kaian@irontec.com>
|
||||
* sngrep 0.4.2 released
|
||||
|
||||
* Fixed a crash with RTP format detection
|
||||
* Fixed capture.rtp setting
|
||||
* Fixed a crash while parsing captured packets headers
|
||||
* Fixed a crash while creating new columns in call flow window
|
||||
* Restored TLS and WS transport payload display
|
||||
* Added Timestamp to the first RTP packet displayed in call flow window
|
||||
* Improved packet payload storage
|
||||
|
||||
2015-07-08 Ivan Alonso <kaian@irontec.com>
|
||||
* sngrep 0.4.1 released
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
AC_PREREQ([2.59])
|
||||
AC_INIT([sngrep], [0.5.0-alpha], [kaian@irontec.com], [sngrep], [http://www.irontec.com/])
|
||||
AC_INIT([sngrep], [1.0.0-alpha], [kaian@irontec.com], [sngrep], [http://www.irontec.com/])
|
||||
AM_INIT_AUTOMAKE([1.9])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" Copyright (c) 2013-2015 Ivan Alonso <kaian@irontec.com>
|
||||
.\" Copyright (c) 2013-2015 Irontec S.L.
|
||||
|
||||
.TH SNGREP 8 "June 2015" "sngrep 0.5.0"
|
||||
.TH SNGREP 8 "June 2015" "sngrep 1.0.0"
|
||||
|
||||
.SH NAME
|
||||
|
||||
|
|
Loading…
Reference in New Issue