-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e47333
commit 903b2cb
Showing
3 changed files
with
15 additions
and
2 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,15 @@ | ||
2015-11-05 Martin Gallo <[email protected]> | ||
|
||
* - Version v0.2.3 released. | ||
* - Minor documentation improvements. | ||
* - Fixed some issues in Windows builds. | ||
* - Added some basic unit test on dissecting SAP Router packets. | ||
* src/packet-saprouter.c: Better tracking of conversations. Now it's | ||
possible to trace request response packets and see the route information | ||
if the packet trace included that information (thanks Luca!). | ||
* src/vpa108csulzh.cpp: Improved the fix for CVE-2015-2278 by | ||
properly initializing arrays (thanks 'ret5ret'!). | ||
|
||
2015-06-24 Martin Gallo <[email protected]> | ||
|
||
* - Version v0.2.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
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
#endif | ||
|
||
/* Version number of package */ | ||
#define VERSION "0.2.3-dev" | ||
#define VERSION "0.2.3" |