From: Uwe Hermann Date: Thu, 25 Oct 2018 20:01:46 +0000 (+0200) Subject: NEWS: Update for upcoming 0.7.1 release. X-Git-Tag: sigrok-cli-0.7.1~1 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=cee6849ab65e0302e6f75b5bea424356019fb141;hp=3df03cc2b16dad892b5a9a5026311f23a1d02caa NEWS: Update for upcoming 0.7.1 release. --- 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) ------------------