commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 02/03: docs: added release notes for 3.7.10


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/03: docs: added release notes for 3.7.10.2
Date: Mon, 27 Feb 2017 00:24:19 +0000 (UTC)

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

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit cab88cb2b9ef80bd91bfa8cdef230a11a60e2ea7
Author: Johnathan Corgan <address@hidden>
Date:   Sun Feb 26 15:39:56 2017 -0800

    docs: added release notes for 3.7.10.2
---
 docs/RELEASE-NOTES-3.7.10.2.md | 178 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 178 insertions(+)

diff --git a/docs/RELEASE-NOTES-3.7.10.2.md b/docs/RELEASE-NOTES-3.7.10.2.md
new file mode 100644
index 0000000..1ef13d0
--- /dev/null
+++ b/docs/RELEASE-NOTES-3.7.10.2.md
@@ -0,0 +1,178 @@
+ChangeLog v3.7.10.2
+===================
+
+This is the second bug-fix release for v3.7.10.
+
+Contributors
+------------
+
+The following list of people directly contributed code to this
+release:
+
+Alexandru Csete <address@hidden>
+A. Maitland Bottoms <address@hidden>
+Andrej Rode <address@hidden>
+Andy Walls <address@hidden>
+Bastian Bloessl <address@hidden>
+Ben Hilburn <address@hidden>
+Bob Iannucci <address@hidden>
+Chris Kuethe <address@hidden>
+Clayton Smith <address@hidden>
+Darek Kawamoto <address@hidden>
+Ethan Trewhitt <address@hidden>
+Geof Nieboer <address@hidden>
+Hatsune Aru <email witheld>
+Jacob Gilbert <address@hidden>
+Jiří Pinkava <address@hidden>
+Johannes Demel <address@hidden>
+Johnathan Corgan <address@hidden>
+Johannes Schmitz <address@hidden>
+Josh Blum <address@hidden>
+Kartik Patel <address@hidden>
+Konstantin Mochalov <address@hidden>
+Kyle Unice <address@hidden>
+Marcus Müller <address@hidden>
+Martin Braun <address@hidden>
+Michael De Nil <address@hidden>
+Michael Dickens <address@hidden>
+Nick Foster <address@hidden>
+Paul Cercueil <address@hidden>
+Pedro Lobo <address@hidden>
+Peter Horvath <address@hidden>
+Philip Balister <address@hidden>
+Ron Economos <address@hidden>
+Sean Nowlan <address@hidden>
+Sebastian Koslowski <address@hidden>
+Sebastian Müller <address@hidden>
+Sylvain Munaut <address@hidden>
+Thomas Habets <address@hidden>
+Tim O'Shea <address@hidden>
+Tobias Blomberg <email witheld>
+
+
+Bug Fixes
+=========
+
+The GNU Radio project tracks bug fixes via Github pull requests.  You
+can get details on each of the below by going to:
+
+https://github.com/gnuradio/gnuradio
+
+
+gnuradio-runtime
+----------------
+
+#1034 Fixed performance counter clock option (Pedro Lobo)
+#1041 Connect message ports before unlock (Bastian Bloessl)
+#1065 Fixed initialization order of ctrlport static variables (Kyle Unice)
+#1071 Fixed cmake lib/lib64 issues (Philip Balister)
+#1075 Fixed pmt thread safety issue (Darek Kawamoto)
+#1119 Start RPC on message port only blocks (Jacob Gilbert)
+#1121 Fixed tag_t default copy constructor / operator= bug (Darek Kawamoto)
+#1125 Fixed pmt_t threading issue with memory fence (Darek Kawamoto)
+#1152 Fixed numpy warning in pmt code (Bob Iannucci)
+#1160 Fixed swig operator= warning messages (Darek Kawamoto)
+
+
+gnuradio-companion
+------------------
+
+#901  Backwards compatibility fix for pygtk 2.16 (Michael De Nil)
+#1060 Fixed for Python 2.6.6 compatibility (Ben Hilburn)
+#1063 Fixed IndexError when consuming \b (Sebastian Koslowski)
+#1074 Fixed display scaling (Sebastian Koslowski)
+#1095 Fixed new flowgraph generation mode (Sebastian Koslowski)
+#1096 Fixed column widths for proper scaling (Sebastian Müller)
+#1135 Fixed trailing whitespace output (Clayton Smith)
+#1168 Fixed virtual connection with multiple upstream (Sebastian Koslowski)
+#1200 Fixed cheetah template evaluation 'optional' tag (Sean Nowls)
+
+
+docs
+----
+
+#1114 Fixed obsolete doxygen tags (A. Maitland Bottoms)
+
+
+gr-analog
+---------
+
+#1201 Added missing probe_avg_mag_sqrd_cf block to GRC (Sean Nowls)
+
+
+gr-blocks
+---------
+
+#1161 Fixed minor inconsistencies in block XML (Sebastian Koslowski)
+#1191 Fixed typo on xor block XML (Hatsune Aru)
+#1194 Fixed peak detector fix initial value (Bastian Bloessl)
+
+
+gr-digital
+----------
+
+#1084 Fixed msk_timing_recovery out-of-bounds (warning) (Nick Foster)
+#1149 Clarify documentation of clock_recovery_mm_xx (Thomas Habets)
+
+
+gr-dtv
+------
+
+#902  Fixed incorrect assert and set_relative_rate() (Ron Economos)
+#1066 Fixed GSL link problem with gr-dtv and gr-atsc (Peter Horvath)
+#1177 Add missing find_package for GSL (Geof Gnieboer)
+
+
+gr-fcd
+------
+
+#1030 Updated hidapi to latest HEAD (Alexandru Csete)
+
+
+gr-fec
+------
+
+#1049 Throw exception if K and R are not supported (Clayton Smith)
+#1174 Fixed missing header file installation (Sean Nowls)
+
+
+gr-filter
+---------
+
+#1070 Fix pfb_arb_resampler producing too many samples (Sylvain Munaut)
+
+
+gr-qtgui
+--------
+
+#899  Fixed dark.qss data lines forced-on (Tim O'Shea)
+#918  Fixed y-axis unit display in Frequency Sink (Tobias Blomberg)
+#920  Fixed axis labels checkbox in Frequency Sink (Tobias Blomberg)
+#1023 Fixed control panel FFT slider in Frequency Sink (Tobias Blomberg)
+#1028 Fixed cmake for C++ example (Bastian Bloessl)
+#1036 Corrected whitespace issues (Sebastian Koslowski)
+#1037 Fixed tag color to obey style sheet (Johannes Demel)
+#1158 Fixed SIGSEGV for tag trigger with constellation sink (Andy Walls)
+#1187 Fixed time sink complex message configuration (Kartik Patel)
+#1192 Fixed redundant time sink configuration options (Kartik Patel)
+
+
+gr-uhd
+------
+
+#914  Fixed order of include dirs (Martin Braun)
+#1133 Fixed channel number resolution (Andrej Rode)
+#1137 Disable boost thread interrupts during send() and recv() (Andrej Rode)
+#1142 Fixed documentation for pmt usage (Marcus Müller)
+
+
+Platform-specific changes
+-------------------------
+
+#886  Fixed numerous Windows/MSVC portability issues (Josh Blum)
+#1062 Set default filepath to documents dir for windows (Geof Gnieboer)
+#1085 Fixed mingw-w64 portability issues (Paul Cercueil)
+#1140 Added boost atomic and chrono linkage for Windows (Josh Blum)
+#1146 Use -undefined dynamic_lookup linkage for (swig) on MacOS (Konstantin 
Mochalov)
+#1172 Fixed file monitor on windows (Sebastian Koslowski)
+#1179 MSVC build updates (Josh Blum)



reply via email to

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