Skip to content

Commit a53dedc

Browse files
committed
Updated Changelog for 1.0.0 :memo
1 parent 1696a7a commit a53dedc

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
2015-10-06 Ivan Alonso <[email protected]>
2+
* sngrep 1.0.0 released
3+
4+
* Implemented basic TCP reassembly
5+
* Implemented basic IP reassembly
6+
* Implememted EEP/HEP client/server support
7+
* Implemented command line option --dump-config
8+
* Disabled RTP packet payload storage by default
9+
* Removed --enable-openssl configure flag (use --with-openssl instead)
10+
* Removed configurable ignore directives in rc file
11+
* Removed configurable option cl.filter
12+
* Improved payload memory storage
13+
* Added a confirmation dialog to overwrite saved files
14+
* Added save button to Columns select UI
15+
* Added a keybinding to remove selected dialogs in Call List
16+
* Added a keybinding to move to the first and last item in Call List
17+
* Added attribute color support (can be disabled with cl.colorattr)
18+
* Added a compressed view in Call Flow (one message per row)
19+
* Fixed IPv6 support
20+
* Fixed multiple memory leaks
21+
122
2015-09-01 Ivan Alonso <[email protected]>
223
* sngrep 0.4.2 released
324

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], [1.0.0-alpha], [[email protected]], [sngrep], [http://www.irontec.com/])
2+
AC_INIT([sngrep], [1.0.0], [[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)