]> sigrok.org Git - sigrok-cli.git/commitdiff
NEWS: Update for upcoming 0.7.1 release.
authorUwe Hermann <redacted>
Thu, 25 Oct 2018 20:01:46 +0000 (22:01 +0200)
committerUwe Hermann <redacted>
Thu, 25 Oct 2018 20:11:21 +0000 (22:11 +0200)
NEWS

diff --git a/NEWS b/NEWS
index a431a722ad7c5e317410ed4f879f5c8c78e39031..614c910b791228203dd144f0c092204ba0491e8f 100644 (file)
--- 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)
 ------------------