Skip to content

Commit 347e312

Browse files
committed
Change version to 0.4.1 📝
1 parent 4d55975 commit 347e312

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2015-07-08 Ivan Alonso <[email protected]>
2+
* sngrep 0.4.1 released
3+
4+
* Added an option to capture RTP packets
5+
* Allow RTP packets to be saved with their calls
6+
* Improved Save panel default options
7+
* Added testing files
8+
* Improved SIP message parsed process
9+
* Improved SIP message payload memory usage
10+
* Fixed a bug with timestamp diff overflows
11+
* Fixed multiple memory leaks
12+
* Fixed compatibility with BSD systems
13+
114
2015-06-24 Ivan Alonso <[email protected]>
215
* sngrep 0.4.0 released
316

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.59])
2-
AC_INIT([sngrep], [0.4.1-alpha], [[email protected]], [sngrep], [http://www.irontec.com/])
2+
AC_INIT([sngrep], [0.4.1], [[email protected]], [sngrep], [http://www.irontec.com/])
33
AM_INIT_AUTOMAKE([1.9])
44
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
55
AC_CONFIG_HEADERS([src/config.h])

0 commit comments

Comments
 (0)