Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Jun 20, 2017
1 parent 2e2a38b commit 0dc10dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# NEWS

### Version 1.1.0 (2017-06-20):
* Support for SDRPlay RSP1 and 2 using native binary API
* Added dissector for ISO 8073/X.224 Connection-oriented Transport Protocol
* Added dissectors for ICAO Context Management and CPDLC
* Enhancements for ES-IS and XID dissectors
* Support for referring to dongles using their serial numbers
* Output formatting fixes
* Bug fixes

### Version 1.0.0 (2017-02-26):
* First public release
2 changes: 1 addition & 1 deletion dumpvdl2.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "tlv.h"

#ifndef DUMPVDL2_VERSION
#define DUMPVDL2_VERSION "1.0.0"
#define DUMPVDL2_VERSION "1.1.0"
#endif
#define RS_K 249 // Reed-Solomon vector length (bytes)
#define RS_N 255 // Reed-Solomon codeword length (bytes)
Expand Down

0 comments on commit 0dc10dc

Please sign in to comment.