This this the changelog file for the Pothos SoapySDR toolkit.

Release 0.5.0 (2017-12-25)
==========================

- Require SoapySDR version 0.6, removed compatibility ifdefs
- Renamed the project repo from pothos-sdr to PothosSoapy
- Device info switched to Pothos version 0.6 device info format
- Alternative JSON C++ library to handle JSON parsing/emitting

Release 0.4.4 (2017-07-21)
==========================

- Fixed overlay widget type it should be ComboBox
- Added overlay support for time and clock source

Release 0.4.3 (2017-04-23)
==========================

- Added overlay support for device and antenna options

Release 0.4.2 (2016-09-25)
==========================

- Fix the lockup condition with the sensor probes

Release 0.4.1 (2016-09-01)
==========================

- Support packet messages with SOAPY_SDR_ONE_PACKET
- Added null pointer checks for stream and device

Release 0.4.0 (2016-08-02)
==========================

- Switch to 0.4.0 API emitSignal() call
- Deprecate setCommandTime() for SoapySDR 0.5.0
- Re-implement method registration without templates
- Fixed setChannelSetting() for channel bound calls
- Fixed copy+paste typo for getGainMode() channel call
- Added named parameter to set/getHardwareTime() calls
- Added setting background thread configuration options
- Added event squashing option for excess setter events

Release 0.3.1 (2016-05-10)
==========================

- Added arbitrary global and channel settings hooks
- Use SoapySDR::errToStr() on readStream/writeStream
- Use SoapySDR::errToStr() on activate/deactivate
- Added missing libpoco-dev to debian Build-Depends

Release 0.3.0 (2015-12-16)
==========================

- Added debian packaging support for sdr toolkit
- Added report stream status forwarding to signal
- Added support for GPIO bank config and readback
- Added support for per-channel sensors querying

Release 0.2.1 (2015-08-26)
==========================

- Set clock rate before sample rate in block description
- SDR Source non-blocking read low throughput optimization
- Created TX burst timer block for transmit demos
- SDR Sink consumes available input on writeStream error
- SDR Sink skips out of range labels to fix EOB problem

Release 0.2.0 (2015-06-17)
==========================

- Preserve the ordering of setters during initialization
- Use cached tune arguments when unspecified by slot
- Support arbitrary value types in key/value parameters
- Added multi-channel alignment block for MIMO applications
- Added random dropper block for testing overflow recovery
- Make use of the label width for the SDR Sink end of burst

Release 0.1.1 (2015-06-16)
==========================

- Fix possible device pointer leak in destructor
- Allow frequency setting of 0.0 Hz to be used
- Fixed the label index interpretation for the SDR Sink

Release 0.1.0 (2014-12-21)
==========================

This is the first public release of the Pothos SDR toolkit.
