Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Jan 1, 2018
1 parent e8041b4 commit b51b8d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# NEWS

### Version 1.2.0 (2018-01-01):
* Better input signal filtering - reduced bit error rate, 10-50% more
messages successfully decoded.
* SDRPlay: major bugfixes in sample buffer handling code - shall now
perform equally well as RTLSDR (or even better).
* SDRPlay: --gain knob replaced with --gr (gain reduction). This makes
gain configuration in dumpvdl2 compatible with other SDRPlay apps.
See README.md for details.
* SDRPlay: support for selecting device by serial number.
* Added optional build-time PLATFORM knob which sets CPU-specific
compiler flags to optimize the code for various flavours of
Raspberry Pi. Supported values: rpiv1, rpiv2, rpiv3.
* Other minor bug fixes

### 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
Expand Down
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.1.0"
#define DUMPVDL2_VERSION "1.2.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 b51b8d3

Please sign in to comment.