commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/03: docs: add release notes for v3.7.10.


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/03: docs: add release notes for v3.7.10.1
Date: Mon, 15 Aug 2016 00:45:34 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

nwest pushed a commit to branch maint
in repository gnuradio.

commit ce31e80c7c0f9c1685c92e660336a40514adc1f7
Author: Nathan West <address@hidden>
Date:   Sun Aug 14 20:15:45 2016 -0400

    docs: add release notes for v3.7.10.1
---
 docs/RELEASE-NOTES-3.7.10.1.md | 68 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 68 insertions(+)

diff --git a/docs/RELEASE-NOTES-3.7.10.1.md b/docs/RELEASE-NOTES-3.7.10.1.md
new file mode 100644
index 0000000..5cc9ab3
--- /dev/null
+++ b/docs/RELEASE-NOTES-3.7.10.1.md
@@ -0,0 +1,68 @@
+ChangeLog v3.7.10.1
+=================
+
+This is the first bug-fix release for v3.7.10
+
+Contributors
+------------
+
+The following list of people directly contributed code to this
+release:
+
+ * Artem Pisarenko <address@hidden>
+ * Ben Hilburn <address@hidden>
+ * Christopher Chavez <address@hidden>
+ * Johnathan Corgan <address@hidden>
+ * Jonathan Brucker <address@hidden>
+ * Nicholas Corgan <address@hidden>
+ * Nicolas Cuervo <address@hidden>
+ * Ron Economos <address@hidden>
+ * Sebastian Koslowski <address@hidden>
+ * Stephen Larew <address@hidden>
+
+
+## Major Development Areas
+
+This contains bug fixes primarily for GRC and DTV.
+
+### GRC
+
+Catch more exceptions thrown by ConfigParser when reading corrupted grc.conf 
files.
+
+Fix the docstring update error for empty categories.
+
+Fix grcc to call refactored GRC code.
+
+Convert initially opened files to absolute paths to prevent attempting to read 
from tmp.
+
+Move startup checks back in to gnuradio-companion script from grc/checks.py.
+
+
+### DTV
+
+Fix a segfault that occurs from out-of-bounds access in
+dvbt_bit_inner_interleaver forecast by forecasting an enumerated list of all
+input streams.
+
+Fix VL-SNR framing.
+
+### Digital
+
+Enable update rate in block_recovery_mm blocks to keep tags close to the the 
proper clock-recovered sample time. Tag offsets will still be off between calls 
to work, but each work call updates the tag rate.
+
+### Analog
+
+Fix the derivative calculation in fmdet block.
+
+### Builds
+
+Fix linking GSL to gr-fec.
+
+Use gnu99 C standard rather than gnu11 standard to maintain support for GCC 
4.6.3.
+
+### Other
+
+Minor spelling and documentation fixes.
+
+Fix uhd_siggen_gui when using lo_locked.
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]