From cee6849ab65e0302e6f75b5bea424356019fb141 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 25 Oct 2018 22:01:46 +0200 Subject: [PATCH 1/1] NEWS: Update for upcoming 0.7.1 release. --- NEWS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS b/NEWS index a431a72..614c910 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +0.7.1 (2018-10-26) +------------------ + + * Command line option changes: + - Add the --protocol-decoder-samplenum option. + * Scan: Fix auto-select of non-demo device, if there's only one (bug #848). + * Protocol decoding: Always print colon after protocol decoder ID. + * input: + - Increase chunk size to 4MB (large performance improvements). + - Make read from stdin work with the presence of -I specs. + * Manpage: + - Fix outdated references to -V (it's -L now). + - Don't list specific output formats, only mention -L. + - Improve decoder stacking documentation. + - Mention currently unsupported channel name auto-matching. + - Various example invocation improvements (bug #1181). + * Fix invalid frame limit error reporting. + * Bugfix in order to make sr_session_stop() actually work. + * Add a .desktop file and an icon. + * Don't unnecessarily run the 'analog' output module on data sources + which don't have analog channels, thus improving performance. + * HACKING: Prefer git pull requests over mailing list patches. + 0.7.0 (2017-06-12) ------------------ -- 2.30.2