From e06c3b84a4afd2c8128b5ebb94be283247ec4d1b Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Mon, 21 Jul 2014 14:45:11 -0700 Subject: uhd: updating CHANGELOG for uhd-3.7.2 release --- CHANGELOG | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 174128a50..dd89ef0e0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,28 @@ Change Log for Releases ============================== -## 003.007.001 +## 003.007.002 +* Properly flushing PCIe chain on device to prevent stale data. +* Adjusted bus clock rate in FPGA to improve timing. +* Fixed issue where FPGA would fail to load FPGA image over PCIe. +* Fixed incompatibility issue with USRP2 FPGA burner utility. +* Fixed issue where ZPU would report empty NMEA strings from GPSDO. +* Updated some functions to no longer use deprecated Boost calls. +* Fixed issue where libusb would declare 'connection refused'. +* Fixed Windows library package naming. +* Updated documentation. +* Fixed reversed TX / RX colors in X300 LED indicators. +* DBSRX2 now works properly with X300 / X310. +* Updated include files to build on older distros of Linux. +* Fixed issue with 'item32' type converter from GNU Radio. +* Fixed issue where channels on B210 would occasionally not be phase-aligned. +* Fixed problem causing channels on B210 to swap between runs. +* Fixed issue in N-Series devices causing scaling error @ 50 MSps. +* The B200 / B210 now generates an internal PPS if none is provided. +* Improved performance on PCIe for X300. +* B200 / B210 properly reports clock rate (issue with float comparison). +## 003.007.001 * Fixed issue with TVRX2 divider calculation. * Fixed issue using calibration utilities on B-Side daughterboard in an X3xx. * Replaced unsafe `sscanf` call in utilities. -- cgit v1.2.3 From 7911d3e2e90672f44eafc635208053fe75ff19d9 Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Tue, 22 Jul 2014 15:36:57 -0700 Subject: Updated CHANGELOG for UHD-3.7.2-rc1 --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index dd89ef0e0..6a7856e9a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,8 @@ Change Log for Releases * The B200 / B210 now generates an internal PPS if none is provided. * Improved performance on PCIe for X300. * B200 / B210 properly reports clock rate (issue with float comparison). +* Fixed issue with filter selection in B200 that caused loss of RX power. +* Removed ref lock check from X300 where it wasn't necessary. ## 003.007.001 * Fixed issue with TVRX2 divider calculation. -- cgit v1.2.3