GNU Radio Release 3.3.0-rc2 available for testing

Tarballs for GNU Radio release 3.3.0-rc2 are available for testing:

http://gnuradio.org/releases/gnuradio/gnuradio-3.3.0-rc2.tar.gz
http://gnuradio.org/releases/gnuradio/gr-howto-write-a-block-3.3.0-rc2.tar.gz

md5sums:

f93fed74a20b42ee5037aa5adf531456 gnuradio-3.3.0-rc2.tar.gz
3ddc1bd9c4461a7db8ea39c04cf7ddaf
gr-howto-write-a-block-3.3.0-rc2.tar.gz

Main items:

  • Rework/update of UDP source and sinks by Don W.
  • Removal of libvrt (will be reworked for 3.4git)
  • Fix for missing files in USRP2 firmware directory

GIT changelog:

Release 3.3.0-rc2

Don W. (10):
Changes to gr_udp_{source,sink} for MinGW
Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
Use getaddrinfo in gr_udp_{source,sink}
Discard data in gr_udp_sink until receiver is started.
Updates to udp source/sink (select(), wait, cleanup)
Merge branch ‘master’ into udp
Merge branch ‘master’ into udp
Rework UDP source and sink, with incompatible API changes
Merge branch ‘master’ into udp
Flush pending errors in gr_udp_sink on disconnect()

Eric B. (9):
Add additional conditionalization of networking includes
Use -1 as file descriptor “not open” value instead of 0
Identify memory leaks that occur on error conditions
Correct update of d_temp_offset (parallel construction)
Move initialization of select timeout
Defend against a peer that sends an invalid message length.
Return immediately when using d_residual.
Simplify USE_SELECT usage
Refactor Makefile.am to move common files from 3 libraries into a
single variable.

Eric S. (1):
Add USRP2 clock source parameter to GRC blocks.

Johnathan C. (9):
grc: update UDP source and sink block wrappers
gnuradio-core: allow swig to handle exceptions in UDP source/sink
gnuradio-core: update copyrights
libvrt: remove from 3.3 API.
Merge remote branch ‘gnuradio/wip/udp_source_sink’
Fix erroneous file modes
usrp2-firmware: fix missing files in tarball
Merge remote branch ‘ets/grc-usrp2-clock-source’
Update revision to 3.3.0-rc2

Johnathan C.
Corgan Enterprises LLC