gnuradio (3.6.5.1-1) unstable; urgency=low

  * New upstream release
  * Bug fixes
  audio: fix default alsa device from hw:0,0 to default, Bug #551 (Tim O'Shea)
  blocks: fix big-endian issue in wavefile blocks (Jaroslav Škarvada)
  blocks: fix erroneous linkage to gr-filter (#547) (Johnathan Corgan)
  blocks: fix for ~file_source crash, Bug #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 #549) (Johnathan Corgan)
  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 Rondeau)
  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 Rondeau)
  core: making block_registry thread-safe for multiple flowgraphs to
        access it (Tom Rondeau)
  core: fix 2 threading issues with the shared memory system. (Tom Rondeau)
  digital: a block should not hold a reference to itself (Josh Blum)
  digital: bugfixes to ofdm_chanest, HPD and frame EQ (Martin Braun)
  digital: hack to prevent the HPD from crashing flow graphs (Martin Braun)
  digital: remove stray import from QA test (Johnathan Corgan)
  grcc: set grc file path, which is required for hier blocks (Bastian Bloessl)
  wavelet: fix for -lgslcblas getting stripped out of link flags (Tim O'Shea)
  wavelet: do not use unsupported compile flags for OSX (Michael Dickens)
  wxgui: Fixes to solve issues using GL sinks on OS X (Balint Seeber)
  wxgui: fix exception in callback before label set (Marcus D. Leech)
  wxgui: fix flickering on Linux created by bea6d506 (Sylvain Munaut)

 -- A. Maitland Bottoms <bottoms@debian.org>  Mon, 01 Jul 2013 06:51:25 -0400

gnuradio (3.6.5-1) unstable; urgency=low

  * New upstream release
  * Important new features (3.6.5):
  
  New OFDM PHY layer (Martin Braun, Ben Reynwar)
  This release includes new OFDM PHY layer blocks in gr-digital. These
  have been rewritten from scratch to allow more configurability and to use
  some of the newer GNU Radio features (stream tags, async messages). Some
  work remains to tie these into a full over-the-air transceiver, so further
  development will be happening in the GNU Radio 3.7.x release series.
  
  * New runtime logging capability (Tom Rondeau)
  GNU Radio has a logging interface to enable various levels of logging
  information to be printed to the console or a file. The logger derives
  from log4cpp (http://log4cpp.sourceforge.net/) which is readily
  available in most Linux distributions. This is an optional dependency
  and GNU Radio will work without it. See:
  http://gnuradio.org/cgit/gnuradio.git/tree/docs/doxygen/other/logger.dox
  
  * Minor features/changes (3.6.5):
  build: git now ignores the build/ directory (Ben Hilburn)
  build: create and install a config.h for external projects (Tom Rondeau)
  build: install our cmake modules into share/gnuradio/cmake/Modules
  (Tom Rondeau)
  blocks: fixed udp_source to avoid permanent work blockage (Josh Blum)
  blocks: added proper EOF for msg tags test (Josh Blum)
  blocks: added gr::blocks::socket_pdu (Tim O'Shea)
  blocks: added gr::blocks::taptun_pdu (Tim O'Shea)
  blocks: added gr::blocks::pdu_to_tagged_stream (Tim O'Shea)
  blocks: added gr::blocks::tagged_stream_to_pdu (Tim O'Shea)
  blocks: added default arg value to mute_XX (Tim O'Shea)
  blocks: added probe_rate block (Tim O'Shea)
  blocks: fixed probe_signal_vx vector utilisation (Mike Jameson)
  blocks: fixed XML data type in gr::blocks::deinterleave (Miklos Maroti)
  docs: updated pfb introduction (Ben Reynwar)
  digital: added option to QAM to help with frequency locking (Ben Reynwar)
  digital: made qa_constellation_receiver more reliable (Ben Reynwar)
  digital: added QAM32-like constellation (Ben Reynwar)
  filter: added callback to adjust resampling rate of pfb_arb_resampler
  block (Tom Rondeau)
  filter: added fractional_resampler as a renamed
  fractional_interpolator (Tom Rondeau)
  grc: added sorting ability to GRC category tree (Gregory Warnes)
  grc: made 'float' an acceptable alias to 'real' in parameter types
  (Tom Rondeau)
  modtool: added tagged_stream block as an option (Martin Braun)
  modtool: fixed general python block template (Mike Jameson)
  uhd: added a usrp PC sync option (Josh Blum)
  uhd: added getters for bandwidth setting and range (Josh Blum)
  uhd: updated usrp_spectrum_sense with frequency readout (Mike Jameson)

 -- A. Maitland Bottoms <bottoms@debian.org>  Mon, 27 May 2013 15:28:27 -0400

gnuradio (3.6.4.2-1) unstable; urgency=low

  * New upstream release
  * Bug fixes:
  docs: fixed QT docs keywords (Ben Reynwar)
  blocks: fixed XML wrapper for gr::blocks::complex_to_real (Johnathan Corgan)
  blocks: fixed file meta data source to handle repeat of files (Tom Rondeau)
  blocks: fixed XML data type in gr::blocks::plateau_detector_fb
  (Johnathan Corgan)
  digital: fixed virtual destructor for constellation class (Tom Rondeau)
  digital: fixed SNR estimators (Tom Rondeau)
  filter: fixed pfb_arb_resampler XML for I/O types (Johnathan Corgan)
  filter: fixed exception when using interpolating filter with no taps
  (Tom Rondeau)
  filter: fixed pfb_arb_resampler to handle default taps (None) case
  (Tom Rondeau)
  grc: fixed (removed) "c" key shortcut for create heir action (Tim O'Shea)
  grc: fixed problem with order of message ports vs. data ports (Tom Rondeau)
  runtime: fixed thread safety issue with tags and perf counters (Tim O'Shea)
  runtime: fixed gr types for setting processor affinity (Tom Rondeau)
  runtime: fixed swig issue with affinity mask vector (Tom Rondeau)
  modtool: fixed gr-modtool template output signature (Johnathan Corgan)
  modtool: fixed case when module name ends in 0 (Martin Braun)
  modtool: fixed typo in help string (Tim Monahan-Mitchell)
  modtool: fixed wording in modtool for 'float' sink/source type (Tom Rondeau)
  modtool: fixed some setup for noblock gen (Tom Rondeau)
  modtool: fixed initial templates of a block (Tom Rondeau)
  pkg: fixed packages for Ubuntu 13.04 (Nicholas Corgan)
  qtgui: fixed init FFT Size box for QTGUI sink (Tom Rondeau)
  video-sdl: fixed typo in .pc file (Johnathan Corgan)
  volk: fixed CentOS build failure with extra lib64 in path (Johnathan Corgan)
  wxgui: fixed GL sinks issues on OS X (Balint Seeber)
  wxgui: fixed set_callback failure in nongl sinks (Marcus Leech)
  wxgui: fixed scaling issue of nongl FFT plot (issue #523) (Tom Rondeau)

 -- A. Maitland Bottoms <bottoms@debian.org>  Mon, 27 May 2013 00:28:52 -0400

gnuradio (3.6.4.1-1) unstable; urgency=low

  * New upstream release
  * Bug fixes:
  core: fixed filename path operator (Tim O'Shea)
  core: fixed async message queue max length (Tom Rondeau)
  docs: fixed missing gr-uhd to sphinx docs. (Ben Reynwar)
  docs: fixed a section name collision (Tom Rondeau)
  modtool: fixed Python general blocks syntax (Martin Braun)
  modtool: fixed general python block template (Mike Jameson)
  modtool: fixed extra comma bug in gr_modtool Python (Tom Rondeau)
  volk: fixed MSVC include directory (Nicholas Corgan)

 -- A. Maitland Bottoms <bottoms@debian.org>  Tue, 19 Mar 2013 17:12:54 -0400

gnuradio (3.6.4-1) unstable; urgency=low

  * Include arm build fix from Peter Michael Green (Closes: #682595)
  * Include debian/watch file by Bart Martens
  * postinst, do not specify --theme for xdg-icon-resource (Closes: #673597)
  * gnuradio-dev depends on same version of gnuradio (Closes: #678919)
  * fix debian/control format (Closes: #689357)
  * New upstream release
  http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_6_4
  
  Ability to set processor affinity for GNU Radio blocks
  http://www.trondeau.com/home/2013/2/7/block-core-affinity.html
  
  Inclusion of gr_modtool by Martin Braun
  http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules
  
  Use of GNU Radio preferences in native C++ applications
  http://gnuradio.org/cgit/gnuradio.git/commit/?id=3643a858
  
  Addition of GNU Radio block performance counters
  http://gnuradio.org/redmine/projects/gnuradio/wiki/PerformanceCounters

 -- A. Maitland Bottoms <bottoms@debian.org>  Tue, 26 Feb 2013 21:44:34 -0500

gnuradio (3.6.3.1-1) experimental; urgency=low

  * New upstream bugfix release
  analog: fixed floating point accuracy issue in CTCSS squelch (Tom Rondeau)
  blocks: fixed use of bare boost::mutex::scoped_lock (Johnathan Corgan)
  blocks: fixed missing include in file_source_impl (Josh Blum)
  cmake: fixed chrono as a necessary Boost library under MSVC (Nicholas Corgan)
  cmake: allow user to override check for bad versions of boost (Tom Rondeau)
  cmake: disable certain buggy Boost versions to fix Issue #513. (Tom Rondeau)
  cmake: fixing generated includes, deps, and header installation.
  core: fixed gr_pdu_to_tagged_stream XML for type (Johnathan Corgan)
  core: fixed gr_message_debug for printing PDUs (Johnathan Corgan)
  core: fixed missing include in gr_socket_pdu (Josh Blum)
  core: fixed missing include for gruel thread (Josh Blum)
  core: fixed redundant test settings (Josh Blum)
  core: fixed gr_random_pdu MSVC incompatibility issue (Nicholas Corgan)
  core: fixed missing include to gr_block_registry.h (Tim O'Shea)
  digital: fixed bug in digital_bert_rx.py (Ben Reynwar)(thanks Charles Ru)
  digital: fixed pfb_clock_sync grc xml file for loop bandwidth (Ben Reynwar)
  filter: fixed synthesis filter output rate (Tom Rondeau)
  grc: fixed failing drag-n-drop in GRC on Windows (Balint Seeber)
  grc: fixed Bug #485 by gracefully exiting (Martin Braun)
  howto: fixed block parameters documentation (Julien Olivain)
  uhd: fixed gain defaults in usrp_wfm_rcv*.py examples (Mike Jameson)
  uhd: fixed default midpoint gain for usrp_am_mw_rcv.py example (Mike Jameson)
  uhd: fixed usrp_nbfm_ptt.py example receive path (Mike Jameson)
  uhd: fixed audio_alsa_sink busy using default in examples (Mike Jameson)
  volk: fixed bad find_package missing components (Josh Blum)
  volk: fixed cmake, the profiler is no longer strictly unix (Josh Blum)
  volk: fixed volk_profile MSVC incompatibility (Nicholas Corgan)

 -- A. Maitland Bottoms <bottoms@debian.org>  Tue, 26 Feb 2013 20:14:48 -0500

gnuradio (3.6.3-2) experimental; urgency=low

  * postinst, do not specify --theme gnome for xdg-icon-resource (673597)
  * gnuradio-dev depends on same version of gnuradio (678919)
  * Debian build uses generic arm, not v7 (682595)
  * fix debian/control format (689357)
  * build with portaudio19-dev and libjack-jackd2-dev
    (in addition to pulseaudio and alsa)

 -- A. Maitland Bottoms <bottoms@debian.org>  Sun, 10 Feb 2013 10:37:05 -0500

gnuradio (3.6.3-1) experimental; urgency=low

  * New upstream release
  Bug fixes:
  Overhaul of cmake include directory ordering (Michael Dickens)
  Fixed use of default noise seed in channel model (Alick Zhao)
  Fixed file_meta_source/sink incompatibilities with MSVC (Nicholas Corgan)
  Fixed some unused parameter warnings (Alexandru Csete)
 
 -- A. Maitland Bottoms <bottoms@debian.org>  Mon, 28 Jan 2013 00:10:46 -0500

gnuradio (3.6.3~rc0-1) experimental; urgency=low

  * New upstream release
  * Addition/upgrade of message passing infrastructure (Tim O'Shea, Tom
    Rondeau, Johnathan Corgan, Josh Blum)
  
  This introduces the ability to add and connect formally defined
  asychronous message ports to signal processing blocks and
  hierarchical blocks. These message ports can be connected to pass
  asynchronous data in the form of PMTs (polymorphic types) among
  blocks in a flowgraph. It is also possible to implement pure
  message passing blocks that have no requirement for streaming
  ports or work functions.
  
  We've also introduced the concept of PDUs (Protocol Data Units) as
  a convention for passing data+metadata using the new messaging
  ports. A PDU is a PMT pair that combines a PMT dictionary of
  metadata keys/values along with a PMT blob to hold a vector of
  data in memory.
  
  A few new general purpose blocks supporting these capabilties are
  in gnuradio-core:
  
  gr_message_debug
  gr_message_strobe
  gr_tagged_stream_to_pdu
  gr_pdu_to_tagged_stream
  
  Two new blocks for interfacing with networking stacks using the
  new PDU semantics:
  
  gr_socket_pdu
  gr_tuntap_pdu
  
  This new message passing capability and PDU convention is aimed at
  providing the infrastructure to better support software radio
  implementations using packet-oriented semantics, such as MAC-layer
  processing.

  * Addition of new Python-based signal processing blocks (Josh Blum)
  
  This feature, originally introduced by Josh Blum as part of
  GrExtras, allows implementing signal processing blocks directly in
  Python, and has now become a standard feature of GNU Radio.

  * Addition of gr-analog top-level component (Tom Rondeau)
  
  This implements the current gnuradio-core signal processing blocks
  used for analog signal processing into their own top-level
  component, gr-analog, and uses the new 3.7 API organization. The
  original blocks in gnuradio-core will be removed on the 3.7 branch
  prior to 3.7 release.

  * Addition of gr-blocks top-level component (Johnathan Corgan)
  
  This implements a large portion of the gnuradio-core non-signal
  processing blocks in the 3.7 API form. The original blocks in
  gnuradio-core will be removed on the 3.7 branch prior to 3.7
  release.
  
  * Metadata file source and sink blocks (Tom Rondeau)
  
  Two new blocks implement enhanced file source and sink blocks that
  incorporate metadata passed using the stream tags feature in GNU
  Radio. It is now possible to store things like frequency and
  sample rate into capture files, or whatever key/value pairs you
  tag onto data streams inside a flowgraph.
  
  http://www.trondeau.com/home/2012/12/15/metadata-file-format.html
  
  * GNU Radio buffer latency control (Tim O'Shea, Tom Rondeau)
  
  For finer-grained control over latency inside a GNU Radio
  flowgraph, it is now possible to adjust, on a per-block basis, the
  maximum noutput_items that will be used to call a block work
  function. In addition, it is possible to set the maximum size an
  output buffer can grow to before a work function is called.

  * New GNU Radio Companion (GRC) capabilities
  
  Added optional flag to pad source and sink (Josh Blum)
  Added wildcard type to pad source and sink (Josh Blum)
  Added ability to reload XML for block (Tim O'Shea)
  Added ability to automatically create hier_blocks
        from a flowgraph (Tim Newman)
  Added ability to open custom GRC hier block definitions (Tim O'Shea)
  Added new grcc command line GRC-to-Python utility (Tom Rondeau)

  * New Documentation Updates (Tom Rondeau)
  
  We are introducing documentation into the Doxygen manual
  describing features and capabilities of GNU Radio, above and
  beyond just documenting the API functions. Tom Rondeau has
  written about this here:
  
  http://www.trondeau.com/home/2012/12/18/new-documentation-for-new-features.html
  
  Some examples of commits where this has been done:
  
  gnuradio.org/cgit/gnuradio.git/commit/?id=77ea309 (PMT type usage)
  gnuradio.org/cgit/gnuradio.git/commit/?id=a21c5f7 (Message passing interface)
  gnuradio.org/cgit/gnuradio.git/commit/?id=996e599 (Metatdata format)
  gnuradio.org/cgit/gnuradio.git/commit/?id=5fcb7eb (Max output buffer control)

  * Other new features:
  
  Allow file source to open new files while running (Brett L. Trotter)
  Allow source blocks to return none/yield (Josh Blum)
  Improved capabilities of uhd_fft.grc example in gr-uhd (Ben Hilburn)
  Added parameter in qtgui sink's GRC block
        to set the update rate (Julien Olivain)
  Added source block hook in gr-uhd for issue stream cmd (Josh Blum)
  Added cmake package support for Ubuntu 12.10 (Nicholas Corgan)
  Added gr::blocks::patterned_interleaver (Tim O'Shea)
  Allow user to set Python path during cmake configuration (Tom Rondeau)
  Enabled serialize/deserialize for PMT vectors (Tom Rondeau)
  Added unsigned long long int support to the PMT sugar functions (Tom Rondeau)
  Allow using pmt_init_Xvector methods in python (Tom Rondeau)
  Bug fixes:
  
  * Numerous cmake related bug-fixes (Josh Blum, Johnathan Corgan, Tom Rondeau)
  Fixed parallel build failures in cmake (Tom Rondeau)
  Fixed segfaults due to old, no longer nedded SWIG workaround (Tom Rondeau)
  Fixed memory leak issue in arbitrary resampler blocks (Tom ROndeau)
  Fixed use of default noise seed in channel model (Alick Zhao)
  Fixed scaling bug in QAM constellations (Ben Reynwar)
  Fixed installation of grc examples (Johnathan Corgan)
  Fixed finding Qwt6 installed on OSX using MacPorts (Ben Reynwar)
  Fixed implicit assumption in skiphead (Josh Blum)
  Fixed include tag include usage throughout core (Josh Blum)
  Fixed incorrect private usage in gr_endian_swap (Josh Blum)
  Fixed segfault in gr-filter due to memory free bug (Josh Blum)
  Fixed UHD pmt tuple ref namespace issue (Josh Blum)
  Fixed gr_tag_debug to handle lacking srcid (Martin Braun)
  Fixed gr-analog for 'sincos(f)' on MacOSX (Michael Dickens)
  Fixed gr-analog build issues on Windows (Nicholas Corgan)
  Fixed qtgui time sink to take the bandwidth parameter
        to set x-axis correctly (Tom Rondeau)
  Fixed float-in, complex-out fft block to use the right io sig (Tom Rondeau)
  Fixed Clang imcompatibility by removing '.version' lines
        in ASM code in core (Tom Rondeau)

  * Contributors this release:
  
  Alick Zhao <alick9188@gmail.com>
  Ben Hilburn <ben.hilburn@ettus.com>
  Ben Reynwar <ben@reynwar.net>
  Brett L. Trotter <blt@webtrotter.com>
  Johnathan Corgan <johnathan@corganlabs.com>
  Josh Blum <josh@joshknows.com>
  Julien Olivain <Julien.Olivain@lacime.etsmtl.ca>
  Martin Braun <martin.braun@kit.edu>
  Michael Dickens <mlk@alum.mit.edu>
  Nicholas Corgan <nick.corgan@ettus.com>
  Tim O'Shea <tim.oshea753@gmail.com>
  Tim Newman <tim.newman@gmail.com>
  Tom Rondeau <tom@trondeau.com>
  
 -- A. Maitland Bottoms <bottoms@debian.org>  Wed, 26 Dec 2012 18:56:06 -0500

gnuradio (3.6.2-1) experimental; urgency=low

  * New upstream release
  * Build system changes
  
    Added support for setting SYSCONFDIR
    
  * Top-level component changes

    A new top-level component, gr-filter, has been created. This component
    implements all the filter-related functionality that is in
    gnuradio-core, and uses the new style 3.7 API. The filter blocks in
    gnuradio-core are now deprecated; but will remain in gnuradio-core
    until the 3.7 release. Developers are encouraged to begin using the
    new blocks in preparation.
    
  * New signal processing blocks
  
    gr_and_const_bb: adds bb type to gr_and_const* block
    gr_annotator_raw: allows tagging stream with pmt key, value pair from
    outside GNU Radio
    gr_endian_swap: change item endianness through block
    gr_message_burst_source: turn received messages into a stream and tag them
    gr_tag_debug: debug display of all tags going through block`
    digital_gfsk_demod, digital_gfsk_mod: Gaussian Frequency Shift Keying
    modulator and demodulator
    
  * New feature additions
  
    Support has now been added for ARM processors that do not implement
    NEON. gr-uhd has added rx tagging for changes in sample rate and
    center frequency.
    Added support for serializing pmt tuples
    Added BER/SNR simulation example
    Removed gruel dependency on inet.h
    
  * Bug fixes
  
    core: fix minor bug in gri_wavefile endian swapping
    core: only check for *.conf in preferences directory
    digital: fixed incorrect variable name in qam_demod XML
    digital: fix FLL block to use fir_filter
    digital: remove unused parameter from DPSK demod GRC block
    digital: fix use of Gray code in digital mod/demod GRC files
    fcd: fix copy and paste error in documentation
    uhd: fix stopping flowgraph while streaming
    volk: don't initialize zero phase in rotator kernel
    volk: don't use ORC for volk_16u_byteswap_u kernel
    volk: add missing AVX support in volk_32f_x2_dot_prod_32f kernels
    volk: fix __m128 cast in volk_32fc_x2_dot_prod_32fc_a kernel
    volk: fix volk_32f_x2_dot_prod_32f_u_sse tail case
    volk: use loadu for unaligned volk_32f_x2_dot_prod_32f_u_sse*
    volk: fix for win64 MSVC not having MMX support
    volk: special werror unused cmd line arg for clang
    
  * Contributors
  
    Ben Reynwar
    Chí-Thanh Christopher Nguyễn
    Hendrik van Wyk
    Jaroslav Skarvada
    Johnathan Corgan
    Josh Blum
    Martin Braun
    Nicholas Corgan
    Nick Foster
    Tim O'Shea
    Tom Rondeau
    Wayne Roberts

 -- A. Maitland Bottoms <bottoms@debian.org>  Wed, 05 Sep 2012 23:56:07 -0400

gnuradio (3.6.1-1) unstable; urgency=low

  * New upstream release
  http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_6_1
  * With Sphinx Python documentation
  * new gr-fft component, more gr-digital component features
  * Supports click-to-tune operation via GRC FFT display

 -- A. Maitland Bottoms <bottoms@debian.org>  Mon, 11 Jun 2012 13:34:12 -0400

gnuradio (3.6.0-1) unstable; urgency=low

  * New upstream release
    - gr-wavelet component enabled
    - Python and grc examples in /usr/share/gnuradio/examples
    - Python applications have .py extension removed (Closes: #671825)
  * Debian package installs c++ examples in /usr/bin
  * More robust postinst (Closes: #672102)

 -- A. Maitland Bottoms <bottoms@debian.org>  Wed,  9 May 2012 23:51:05 -0400

gnuradio (3.5.3.2-1) unstable; urgency=low

  * New upstream release

 -- A. Maitland Bottoms <bottoms@debian.org>  Sun, 22 Apr 2012 11:19:14 -0400

gnuradio (3.5.3.1-1) unstable; urgency=low

  * New upstream release
    Fixed segfault in PMT library
    Fixed QA for constellation to always reset the seed for deterministic tests
    Updated volk AVX tests to workaround buggy Xen hypervisors
  * gnuradio-dev ships .pc files. (Closes: #669117)

 -- A. Maitland Bottoms <bottoms@debian.org>  Wed, 18 Apr 2012 12:21:17 -0400

gnuradio (3.5.3-3) unstable; urgency=low

  * kfreebsd patches

 -- A. Maitland Bottoms <bottoms@debian.org>  Sat, 14 Apr 2012 00:27:43 -0400

gnuradio (3.5.3-2) unstable; urgency=low

  * build depend on libusb-1.0-0-dev [linux-any], libusb2-dev [kfreebsd-any]
  (Closes: #668471)

 -- A. Maitland Bottoms <bottoms@debian.org>  Thu, 12 Apr 2012 00:58:50 -0400

gnuradio (3.5.3-1) unstable; urgency=low

  * New upstream release
  * with Support for FunCube Dongle (gr-fcd) (Closes: #660570)
  * gnuradio now depends upon python-lxml python-wxgtk2.8
    to make gnuradio-companion work well. (Closes: #664607, #664608)

 -- A. Maitland Bottoms <bottoms@debian.org>  Mon, 09 Apr 2012 01:08:06 -0400

gnuradio (3.5.2.1-1) unstable; urgency=low

  * New upstream release.

 -- A. Maitland Bottoms <bottoms@debian.org>  Fri, 16 Mar 2012 20:30:18 -0400

gnuradio (3.5.1-1) unstable; urgency=low

  * new upstream version, re-packaged from scratch with modern tools
	    closes: #642716, #645332, #394849, #616832, #590048, #642580,
	    #647018, #557050, #559640, #631863
  * CMake build

 -- A. Maitland Bottoms <bottoms@debian.org>  Sun, 26 Feb 2012 21:26:16 -0500

gnuradio (3.4.1-1) unstable; urgency=low

  * New upstream release
  * comedi: fix to use comedi 0.8 API
  * support for the Ettus UHD interface
  * deprecating libusrp and libusrp2

 -- A. Maitland Bottoms <bottoms@debian.org>  Wed, 28 Sep 2011 02:13:45 -0000

gnuradio (3.3.0.dfsg-1) UNRELEASED; urgency=low

  * new upstream version
  * add Vcs entries to the control file
  * use maintainer-clean target, always run bootstrap before configure
  * switch from using python-central to dh_python2
  * switch to doxygen-latex as a build dep, closes: #616252

 -- Bdale Garbee <bdale@gag.com>  Fri, 04 Mar 2011 08:33:04 -0700

gnuradio (3.2.2.dfsg-2) unstable; urgency=low

  * fix typos in short package descriptions, closes: #556572
  * resolve gnuradio-companion conflict with grc by renaming our binary,
    closes: #557050
  * accept patches that remove moc files and make libusrp packages depend
    on adduser, closes: #566564, #566565, #574209, #574231, #574209
  * stop delivering custom prefs.py, closes: #559640
  * lose the conflicts on python-wxgtk2.6, closes: #582486

 -- Bdale Garbee <bdale@gag.com>  Tue, 08 Jun 2010 20:05:02 -0600

gnuradio (3.2.2.dfsg-1) unstable; urgency=low

  * new upstream version, includes gcc4.3 support, closes: #474801, #524387
  * upstream tarball modified to elide unnecessary Altera-licensed files
  * merge debian/ content restructuring from upstream svn
  * change build-dep from fftw3-dev to libfftw3-dev, closes: #458231
  * fix problem with rebuilding, closes: #441739
  * no longer need to move to contrib now that sdcc is fully back in main,
    we just need to build depend on sdcc 2.9.0 or later, closes: #457402
  * rebuild reflects python-central file location change, closes: #490513
  * change Jack build depend to libjack-dev, closes: #527413

 -- Bdale Garbee <bdale@gag.com>  Sun, 01 Nov 2009 15:13:54 -0700

gnuradio (3.0.4-2) unstable; urgency=high

  * rebuild with new version number and upload to finally (?) recover from
    over-zealous removal in response to bug 453154
  * recommend udev instead of hotplug, closes: #448907

 -- Bdale Garbee <bdale@gag.com>  Sun, 23 Dec 2007 12:11:49 -0700

gnuradio (3.0.4-1) unstable; urgency=low

  * new upstream version
  * fix build failure with gcc-4.3 by adding a #include, closes: #420896

 -- Bdale Garbee <bdale@gag.com>  Tue, 14 Aug 2007 22:38:32 -0600

gnuradio (3.0.3-1) unstable; urgency=low

  * new upstream version
  * tweak gnuradio-doc package to eliminate spurious subdirectory level
  * add a usrp-doc binary package, recommended by the usrp package, and
    include xmlto in build dependencies so usrp_guide.html gets generated,
    closes: #407368

 -- Bdale Garbee <bdale@gag.com>  Sun, 11 Mar 2007 23:55:32 -0600

gnuradio (3.0.2-2) unstable; urgency=high

  * add run-time dependency on python-wxgtk2.6.  leaving urgency high since
    this would be a silly bug to release etch with if we can avoid it.

 -- Bdale Garbee <bdale@gag.com>  Mon,  4 Dec 2006 15:35:53 -0700

gnuradio (3.0.2-1) unstable; urgency=high

  * new upstream version, fixes FTBFS issues

 -- Bdale Garbee <bdale@gag.com>  Sun, 12 Nov 2006 14:52:33 -0800

gnuradio (3.0-3) unstable; urgency=high

  * put python-all-dev back in the build-depends list, closes: #398246
  * move gr-wxgui conflicts/depends to python-gnuradio, closes: #396302
  * fix up sections in control to match overrides

 -- Bdale Garbee <bdale@gag.com>  Sun, 12 Nov 2006 10:59:58 -0800

gnuradio (3.0-2) unstable; urgency=high

  * reworked package dependencies so that the 'gnuradio' binary package no
    longer depends on the pieces in contrib.  instead, the 'usrp' binary
    package in contrib now depends on all the USRP-related pieces.  A user
    who doesn't have a USRP board can just install 'gnuradio' and get all
    the relevant pieces, a USRP user needs to install both 'gnuradio' and
    'usrp'.  Closes: #394533
  * improve consistency of references to 'GNU Radio' as upstream project name
  * make the gnuradio package dependencies on python-gnuradio and python-usrp
    be version specific on suggestion from Ramakrishnan Muthukrishnan

 -- Bdale Garbee <bdale@gag.com>  Fri, 10 Nov 2006 00:39:38 -0800

gnuradio (3.0-1) unstable; urgency=low

  * new maintainer, new upstream version
  * Restructuring source and binary packages to follow upstream changes, more
    or less repackaging from scratch taking ideas from the previous packaging
    by Ramakrishnan Muthukrishnan and Steinar H. Gunderson.  This single
    source package replaces all of:
        gnuradio-core
        gnuradio-examples
        gr-audio-alsa
        gr-audio-jack
        gr-audio-oss
        gr-usrp
        gr-wxgui
        usrp
    In addition, the 'gnuradio' binary package is a new meta-package that
    conveniently depends on everything gnuradio related to ease installation.

 -- Bdale Garbee <bdale@gag.com>  Sun,  8 Oct 2006 13:28:21 -0600
