diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-22 14:40:03 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-22 14:40:49 -0700 |
commit | 3ef416e1a2c9338dda552586abbbb8505e95ff49 (patch) | |
tree | f6fdb756cf3b7057deb4d07b32b6469b60727cc0 /host/cmake | |
parent | f5a082fd3841571d2a53a9e677b5dfe6d653bd94 (diff) | |
download | uhd-3ef416e1a2c9338dda552586abbbb8505e95ff49.tar.gz uhd-3ef416e1a2c9338dda552586abbbb8505e95ff49.tar.bz2 uhd-3ef416e1a2c9338dda552586abbbb8505e95ff49.zip |
Preparing branch for 3.9.5 Release
- Updated CHANGELOG (incl. Debian)
- Updated version
- Updated images package
FPGA submodule pointer already up-to-date.
Diffstat (limited to 'host/cmake')
-rw-r--r-- | host/cmake/Modules/UHDVersion.cmake | 2 | ||||
-rw-r--r-- | host/cmake/debian/changelog | 18 |
2 files changed, 19 insertions, 1 deletions
diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index 4b26efdb2..ca0030712 100644 --- a/host/cmake/Modules/UHDVersion.cmake +++ b/host/cmake/Modules/UHDVersion.cmake @@ -28,7 +28,7 @@ FIND_PACKAGE(Git QUIET) ######################################################################## SET(UHD_VERSION_MAJOR 003) SET(UHD_VERSION_MINOR 009) -SET(UHD_VERSION_PATCH 004) +SET(UHD_VERSION_PATCH 005) SET(UHD_VERSION_DEVEL FALSE) ######################################################################## diff --git a/host/cmake/debian/changelog b/host/cmake/debian/changelog index f83d834a2..6b50f5b78 100644 --- a/host/cmake/debian/changelog +++ b/host/cmake/debian/changelog @@ -1,3 +1,21 @@ +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. |