diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-22 14:41:42 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-22 14:43:22 -0700 |
commit | e864711eb8a3878c0ddf821e8b0c0585afe9f98c (patch) | |
tree | 5ae1c063bb18ae066a31d3325c4ef3d80c945559 | |
parent | 3578d2164452e9f0101c920b7a01975d10ea91a8 (diff) | |
parent | 3ef416e1a2c9338dda552586abbbb8505e95ff49 (diff) | |
download | uhd-e864711eb8a3878c0ddf821e8b0c0585afe9f98c.tar.gz uhd-e864711eb8a3878c0ddf821e8b0c0585afe9f98c.tar.bz2 uhd-e864711eb8a3878c0ddf821e8b0c0585afe9f98c.zip |
Merge branch 'UHD-3.9.LTS' into maint
-rw-r--r-- | CHANGELOG | 15 | ||||
-rw-r--r-- | host/cmake/debian/changelog | 18 |
2 files changed, 33 insertions, 0 deletions
@@ -22,6 +22,21 @@ Change Log for Releases - Added more aggressive optimization strategies for FPGA builds - Xilinx IP tool upgrade scripts cleaned up +## 003.009.005 +- B200: Update DSPs after changing tick rate +- X300: Added option to disable ADC self test, prevent DAC from + underrunning +- UBX: Fixed noise issues, reduced power consumption/heat, added codes for + upcoming board revisions, force RX LNAs on (reduces rx settling time) +- WBX: Fixed rev2 and rev3 boards on X300 +- Utils/Examples: Cleaned up query_gpsdo_sensors, test_dboard_coercion, +- Manual: Minor fixes and updates +- CMake: Fix lib64 detection, better platform detection, Doxygen may use shorter + filenames +- Octoclock: GPSDO-related fixes, sequence number consistency fixes, UART + fixes (off-by-one errors). uhd_usrp_probe will pick up an OC now, + added Wireshark dissector for OC packets + ## 003.009.004 - GPIO control: Fix address mismatch for RX and full duplex. This fixes full-duplex mode for most devices. diff --git a/host/cmake/debian/changelog b/host/cmake/debian/changelog index 48732ca38..f38aab406 100644 --- a/host/cmake/debian/changelog +++ b/host/cmake/debian/changelog @@ -22,6 +22,24 @@ uhd (3.10.0.0-0ubuntu1) trusty; urgency=low -- Ettus Research <packages@ettus.com> Thu, 11 Aug 2016 04:48:49 -0800 +uhd (3.9.5-0ubuntu1) trusty; urgency=low + + - B200: Update DSPs after changing tick rate + - X300: Added option to disable ADC self test, prevent DAC from + underrunning + - UBX: Fixed noise issues, reduced power consumption/heat, added codes for + upcoming board revisions, force RX LNAs on (reduces rx settling time) + - WBX: Fixed rev2 and rev3 boards on X300 + - Utils/Examples: Cleaned up query_gpsdo_sensors, test_dboard_coercion, + - Manual: Minor fixes and updates + - CMake: Fix lib64 detection, better platform detection, Doxygen may use shorter + filenames + - Octoclock: GPSDO-related fixes, sequence number consistency fixes, UART + fixes (off-by-one errors). uhd_usrp_probe will pick up an OC now, + added Wireshark dissector for OC packets + + -- Ettus Research <packages@ettus.com> Mon, 22 Aug 2016 02:36:40 -0800 + uhd (3.9.4-0ubuntu1) trusty; urgency=low - GPIO control: Fix address mismatch for RX and full duplex. |