Skip to content

Commit

Permalink
doc: update docs for version 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaian committed Oct 31, 2018
1 parent 32dd890 commit 372df49
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2018-10-31 Ivan Alonso <[email protected]>
* sngrep 1.4.6 released

* capture: fixed pcap reading from stdin
* capture: make SIP regexp more tolerant to invalid uris
* capture: SIP dialogs can now start with INFO, REFER and UPDATE
* call list: Added methods and key bindings for soft clear of call list
* call flow: improved performance while displaying a dialog with lots of messages
* call flow: arrows are now sorted by time while displaying multiple dialogs
* ui: fixed multiples buffer overflows crashes
* ui: improve compatibility with newest ncurses version

2018-01-19 Ivan Alonso <[email protected]>
* sngrep 1.4.5 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.4.5], [[email protected]], [sngrep], [http://www.irontec.com/])
AC_INIT([sngrep], [1.4.6], [[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])])
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-2018 Ivan Alonso <[email protected]>
.\" Copyright (c) 2013-2018 Irontec S.L.

.TH SNGREP 8 "September 2017" "sngrep 1.4.5"
.TH SNGREP 8 "October 2018" "sngrep 1.4.6"

.SH NAME

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.4.6) experimental; urgency=low

* sngrep 1.4.6 released

-- Ivan Alonso <[email protected]> Wed, 31 Oct 2018 17:19:27 +0100

sngrep (1.4.5) experimental; urgency=low

* sngrep 1.4.5 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.4.5
Version: 1.4.6
Release: 0%{?dist}
License: GPLv3
Group: Applications/Engineering
Expand Down Expand Up @@ -59,6 +59,8 @@ make %{?_smp_mflags}
%{__rm} -rf %{buildroot}

%changelog
* Wed Oct 31 2018 Ivan Alonso <[email protected]> - 1.4.6
- Version 1.4.6
* Fri Dec 22 2017 Ivan Alonso <[email protected]> - 1.4.5
- Version 1.4.5
* Sun Sep 17 2017 Ivan Alonso <[email protected]> - 1.4.4
Expand Down

0 comments on commit 372df49

Please sign in to comment.