The final planned release of the GNU Radio 3.6 API, release 3.6.5.1, is
available for download:
http://gnuradio.org/releases/gnuradio/gnuradio-3.6.5.1.tar.gz
Contributors:
Balint S. [email protected]
Bastian B. [email protected]
Jaroslav Škarvada [email protected]
Johnathan C. [email protected]
Josh B. [email protected]
Marcus L. [email protected]
Martin B. [email protected]
Michael D. [email protected]
Sylvain M. [email protected]
Tim Monahan-Mitchell [email protected]
Tim O’Shea [email protected]
Tom R. [email protected]
Bug fixes:
audio: fix default alsa device from hw:0,0 to default, Bug
#551http://gnuradio.org/redmine/issues/551(Tim O’Shea)
blocks: fix big-endian issue in wavefile blocks (Jaroslav Škarvada)
blocks: fix erroneous linkage to gr-filter
(#547http://gnuradio.org/redmine/issues/547)
(Johnathan C.)
blocks: fix for ~file_source crash, Bug
#550http://gnuradio.org/redmine/issues/550(Tim O’Shea)
blocks: fix param test in keep_me_in_n GRC wrapper (Tim
Monahan-Mitchell)
blocks: fix use of assertGreater in QA for older Python (Johnathan
Corgan)
cmake: fix CRLF to LF in in some modules (fixes
#549http://gnuradio.org/redmine/issues/549)
(Johnathan C.)
cmake: make install directory of GNU Radio cmakes files configurable
(Jaroslav Škarvada)
core: ensure message passing blocks marked done are handled (Johnathan
Corgan)
core: fir_filter_with_buffer using consistent error margins in all QA
tests
(Tom R.)
core: fix vmcircbuf file read/compare to use strncmp instead of strcmp
(Tom
Rondeau)
core: makes sure if capping to max_noutput_items with output_multiple
that
the value is always an output_multiple. (Tom R.)
core: making block_registry thread-safe for multiple flowgraphs to
access
it (Tom R.)
core: fix 2 threading issues with the shared memory system. (Tom
Rondeau)
digital: a block should not hold a reference to itself (Josh B.)
digital: bugfixes to ofdm_chanest, HPD and frame EQ (Martin B.)
digital: crude hack to prevent the HPD from crashing flow graphs (Martin
Braun)
digital: remove stray import from QA test (Johnathan C.)
grcc: set grc file path, which is required for hier blocks (Bastian
Bloessl)
wavelet: fix for -lgslcblas getting stripped out of the link flags (Tim
O’Shea)
wavelet: do not use unsupported compile flags for OSX (Michael D.)
wxgui: Fixes to solve issues using GL sinks on OS X (Balint S.)
wxgui: fix exception in callback before label set (Marcus D. Leech)
wxgui: fix issue with flickering on Linux created by bea6d506 (Sylvain
Munaut)