-
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.
Release files for version bump to 1.4.3
- Loading branch information
Showing
5 changed files
with
41 additions
and
7 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,29 @@ | ||
2016-05-10 Ivan Alonso <[email protected]> | ||
* sngrep 1.4.3 released | ||
|
||
* Capture | ||
* Added support for capturing from multiples interfaces from command line | ||
* Fixed a bug where IP reassembly was only working whe packet only had two fragments | ||
* Fixed a bug where TCP packets where not assembled in the correct order | ||
|
||
* HEP/EEP | ||
* Added support for UUID chunks sent by asterisk HEP PJSIP module | ||
|
||
* SIP | ||
* Improved From/To header regexp to parse URIs without user part | ||
* SIP responses codes 600 will now set callstate to BUSY | ||
|
||
* Call Flow | ||
* Added keybinding to deselect previously selected arrow (defaults to Ctrl+W) | ||
* Fixed a bug while displaying arrows order of a dialog from multiple input files | ||
|
||
* Configuration | ||
* Configuration file can no be specified using environment variable SNGREPRC | ||
* Added `-F` command line option to start sngrep without reading any configuration file | ||
|
||
* Packages/Build | ||
* OpenSSL depedencies are now being searching using pkg-config if available | ||
|
||
2016-12-19 Ivan Alonso <[email protected]> | ||
* sngrep 1.4.2 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.2], [[email protected]], [sngrep], [http://www.irontec.com/]) | ||
AC_INIT([sngrep], [1.4.3], [[email protected]], [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]) | ||
|
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-2016 Ivan Alonso <[email protected]> | ||
.\" Copyright (c) 2013-2016 Irontec S.L. | ||
|
||
.TH SNGREP 8 "December 2016" "sngrep 1.4.2" | ||
.TH SNGREP 8 "December 2016" "sngrep 1.4.3" | ||
|
||
.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,13 @@ | ||
sngrep (1.4.3) experimental; urgency=low | ||
|
||
* sngrep 1.4.3 releaed | ||
|
||
-- Ivan Alonso <[email protected]> Wed, 10 May 2017 16:44:47 +0200 | ||
|
||
sngrep (1.4.2) experimental; urgency=low | ||
|
||
* sngrep 1.4.2 released | ||
|
||
-- Ivan Alonso <[email protected]> Mon, 19 Dec 2016 14:00:26 +0100 | ||
|
||
sngrep (1.4.1) experimental; urgency=low | ||
|
@@ -17,11 +23,11 @@ sngrep (1.4.0) experimental; urgency=low | |
-- Ivan Alonso <[email protected]> Mon, 08 Aug 2016 10:57:07 +0200 | ||
|
||
sngrep (1.3.1) experimental; urgency=low | ||
|
||
* sngrep 1.3.1 released | ||
|
||
-- Ivan Alonso <[email protected]> Thu, 28 Apr 2016 11:45:00 +0100 | ||
|
||
sngrep (1.3.0) experimental; urgency=low | ||
|
||
* sngrep 1.3.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.4.2 | ||
Version: 1.4.3 | ||
Release: 0%{?dist} | ||
License: GPLv3 | ||
Group: Applications/Engineering | ||
|
@@ -59,6 +59,8 @@ make %{?_smp_mflags} | |
%{__rm} -rf %{buildroot} | ||
|
||
%changelog | ||
* Wed May 10 2017 Ivan Alonso <[email protected]> - 1.4.3 | ||
- Version 1.4.3 | ||
* Fri Dec 19 2016 Ivan Alonso <[email protected]> - 1.4.2 | ||
- Version 1.4.2 | ||
* Fri Oct 28 2016 Ivan Alonso <[email protected]> - 1.4.1 | ||
|
5f21dbe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.4.3 looks very good !
BTW, minor typo for the 1.4.3 release info text ...
5f21dbe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops! It will be fixed in the next release hehehe
It's just a minor release, not big changes. Some arrows bugs fixed (because not displaying a message arrow can make anyone mad while debugging) and a couple of new bugs that we have introduced for sure :-$
Some months since the previous release. Other projects are taking my time, but I will try to spend more with sngrep refactoring so it can be improved easily.
Thanks for the feedback ;-)
5f21dbe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though you could fix the typo in the release comments, now ...
https://github.com/irontec/sngrep/releases
5f21dbe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So be it 👍
5f21dbe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks much, it was a little confusing before.