From b73acb578237b634e70c07970ec13f6119563ee5 Mon Sep 17 00:00:00 2001 From: Tomasz Lemiech Date: Thu, 11 Aug 2016 21:14:47 +0200 Subject: [PATCH] Version 2.1.0 --- NEWS | 12 ++++++++++++ rtl_airband.cpp | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9504ae6..ec767cc 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ NEWS: +Version 2.1.0: + * Narrowband FM demodulation support + * Automatic Frequency Control + * Append mode for recording (enabled by default) + * Dongles, channels and outputs can be individually enabled and disabled + by a simple config flag (no need to comment out or delete large + configuration sections) + * Use VBR for MP3 encoding + * Modified power level calculation algorithm (better sensitivity) + * Support for manual squelch setting + * Bug fixes + Version 2.0.2: * Fixed a problem with running three dongles or more, simultaneously diff --git a/rtl_airband.cpp b/rtl_airband.cpp index b5cde50..28c6dd3 100644 --- a/rtl_airband.cpp +++ b/rtl_airband.cpp @@ -2,6 +2,7 @@ * RTLSDR AM demodulator and streaming * * Copyright (c) 2014 Wong Man Hang + * Copyright (c) 2015-2016 Tomasz Lemiech * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +18,7 @@ * along with this program. If not, see . */ -#define RTL_AIRBAND_VERSION "2.0.2" +#define RTL_AIRBAND_VERSION "2.1.0" #if defined USE_BCM_VC && !defined __arm__ #error Broadcom VideoCore support can only be enabled on ARM builds #endif