discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] GNU Radio release v3.7.9.1 available


From: West, Nathan
Subject: [Discuss-gnuradio] GNU Radio release v3.7.9.1 available
Date: Sat, 13 Feb 2016 17:43:33 -0500

GNU Radio release v3.7.9.1 and corresponding live SDR environment is now available for download:

http://gnuradio.org/releases/gnuradio/gnuradio-3.7.9.1.tar.gz
http://gnuradio.org/releases/gnuradio/gnuradio-3.7.9.1.tar.gz.asc

http://s3-dist.gnuradio.org/ubuntu-14.04.3-desktop-amd64-gnuradio-3.7.9.1.torrent

MD5 sums:

653155499bcefb1478b1963f11841434  gnuradio-3.7.9.1.tar.gz
d712141f1e11584a29566713a58c79a1  ubuntu-14.04.3-desktop-amd64-gnuradio-3.7.9.1.torrent

Contributors

The following list of people directly contributed code to this release. As an added bonus this is the first contribution for three of these authors!

Closed issues

Code

This release includes a number of minor typos and miscellaneous rewording of error messages. The following sections summarize substantial changes.

GRC

Scheduler and Runtime fixes

A new unit test is available to test a bug reported on stack overflow where blocks (such as the delay block) would drop tags. Paul David stepped in with his first contribution to GNU Radio with a fix.

Fix an issue with flat_flowgraph calculating alignment by misinterpreting units of write and read indices. This was only apparent when these indices are non-zero (a flowgraph has stopped and restarted).

Fix exceptions thrown in hier_block2 constructors.

Check d_ninput_items_required for overflow and shut down if overflow is detected.

Allow hier_block2's to change I/O signature in the constructor, which was previously allowed by the API, but broken.

gr-blocks

Use unsigned char rather than char in add_const_bb. This was the legacy behavior with the older add_const_XX and was accidentally replaced with char when replacing the templated version.

Fix vector length units from bytes to number of items in PDU to tagged stream and tagged stream to PDU blocks.

gr-filter

Add a check to the rational resampler to stop working after we've operated on all input items (closed issue #831)

Throw an error when pfb clock sync is given constant taps which results in a derivative of 0 (calculated as NaN). (closed issue #812 and 734). Added a reset_taps function to externally set taps which should be used in place of set_taps

Fix a memory leak in pfb decimator (closed issue #882)

gr-analog

Maximum Deviation parameter for NBFM transmitter exposed to GRC

gr-digital

Change the constellation receiver to inherit from control_loop publically rather than the impl to better support the control port interface. (closed issue #876)

gr-fec

TLC to puncture/depuncture GRC files in gr-fec

gr-zeromq

Major performance and correctness fixes to gr-zeromq

Builds

Fix cross compiling on for 64-bit architectures by not setting DEBIAN, REDHAT, and SLACKWARE. OOT modules created with modtool should update their cmake/Modules/GrPlatform.cmake to support cross 64-bit builds.


Nathan

reply via email to

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