Skip to content

Commit

Permalink
Release files for version bump to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaian committed May 10, 2017
1 parent f9ec50e commit 5f21dbe
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 7 deletions.
26 changes: 26 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2016-05-10 Ivan Alonso <kaian@irontec.com>
* 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 <kaian@irontec.com>
* sngrep 1.4.2 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.2], [kaian@irontec.com], [sngrep], [http://www.irontec.com/])
AC_INIT([sngrep], [1.4.3], [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])
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-2016 Ivan Alonso <kaian@irontec.com>
.\" 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

Expand Down
14 changes: 10 additions & 4 deletions pkg/debian/changelog
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 <kaian@irontec.com> Wed, 10 May 2017 16:44:47 +0200

sngrep (1.4.2) experimental; urgency=low

* sngrep 1.4.2 released

-- Ivan Alonso <kaian@irontec.com> Mon, 19 Dec 2016 14:00:26 +0100

sngrep (1.4.1) experimental; urgency=low
Expand All @@ -17,11 +23,11 @@ sngrep (1.4.0) experimental; urgency=low
-- Ivan Alonso <kaian@irontec.com> Mon, 08 Aug 2016 10:57:07 +0200

sngrep (1.3.1) experimental; urgency=low

* sngrep 1.3.1 released

-- Ivan Alonso <kaian@irontec.com> Thu, 28 Apr 2016 11:45:00 +0100

sngrep (1.3.0) experimental; urgency=low

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

%changelog
* Wed May 10 2017 Ivan Alonso <kaian@irontec.com> - 1.4.3
- Version 1.4.3
* Fri Dec 19 2016 Ivan Alonso <kaian@irontec.com> - 1.4.2
- Version 1.4.2
* Fri Oct 28 2016 Ivan Alonso <kaian@irontec.com> - 1.4.1
Expand Down

5 comments on commit 5f21dbe

@abelbeck
Copy link
Contributor

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 ...

- Configuration file can no be specified using environment variable SNGREPRC
+ Configuration file can now be specified using environment variable SNGREPRC

@Kaian
Copy link
Member Author

@Kaian Kaian commented on 5f21dbe May 11, 2017

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 ;-)

@abelbeck
Copy link
Contributor

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

@Kaian
Copy link
Member Author

@Kaian Kaian commented on 5f21dbe May 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So be it 👍

@abelbeck
Copy link
Contributor

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.

Please sign in to comment.