GNU Radio Release 3.0.x (Stable Branch)

Latest Official Release Tarballs

Latest Unofficial Release Tarballs

The BuildGuide has the instructions for compiling and installing GNU Radio on your system.

Browse Source Code Repository

source:/gnuradio/branches/releases/3.0

Releases tagged:

Release History

Changes in Release 3.0.4 since 3.0.3

  • Updated to latest config.guess, config.sub (r6073)
  • Fixec gr_crc32 header prototype (r6072)
  • Fixed gain setting for BasicTX and LFTX in digital examples (r6070)
  • Fixed wfm_rcv_pll stereo operation (r6069)
  • Fixed incorrect itemsize in gr_kludge_copy (r6068)
  • Fixed USRP stop() ordering (r6067)
  • Fixed realtime priority calculation (r6066)
  • Fixed USB kernel memory issues (r6065)

Changes in Release 3.0.3 since 3.0.2

Bug Fixes:

  • Fixed false sync problem with digital packet code (r4641)
  • Fixed shared memory leak on NetBSD (r4420)

Minor Enhancements:

  • Merged trunk (@4071) versions of dqpsk and dbpsk modulators (r4072)
  • Stuff zeros in head of FPGA Tx pipeline when Tx FIFO is empty (r4446)

Documentation:

Build System:

  • Fixed python usage in build check (r4026)
  • Use PORTAUDIO_CFLAGS in gr-audio-portaudio build (r4029)
  • Cleaned up build system linking macro usage (r4649)

Miscellaneous:

  • Fixed compilation warning in usrper.cc (r4409)
  • Added QA test for gr.noise_source_f (r4412)
  • Removed obsolete bus_interface.v file (r4411)
  • Removed obsolete dbs_tx.py (r4413)

Changes in 3.0.2 since 3.0.1

  • Improve help on usrp_siggen.py (r3964)

Changes in 3.0.1 since 3.0.1rc1

Changes in 3.0.1rc1 since 3.0

  • Fixed 'make clean' breakage in gr-trellis using BSD make (r3753, ticket:87)
  • Updated gr-how-to-write-a-block README (r3841)
  • Improved error message on size mismatch in fg.connect (r3849)
  • Eliminate compiler warnings (r3854)
  • Fix for systems missing include/linux/compiler.h (r3914)