diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-05-05 13:02:52 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-05-05 13:02:52 -0700 |
commit | 2b5a88bb2031367123f728827660d267c87f220a (patch) | |
tree | 078824c0d16b8ff56b5ac5cb71a2d72152998156 | |
parent | 60ed2ef4212a74911c490f2bb6b91d791844fcfc (diff) | |
download | uhd-2b5a88bb2031367123f728827660d267c87f220a.tar.gz uhd-2b5a88bb2031367123f728827660d267c87f220a.tar.bz2 uhd-2b5a88bb2031367123f728827660d267c87f220a.zip |
Final changes for 3.9.4 release:
- Updated UHD images packages (zip file name change)
- Updated Debian changelog
-rw-r--r-- | host/CMakeLists.txt | 4 | ||||
-rw-r--r-- | host/cmake/debian/changelog | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 258c288be..29e89b8b7 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -274,8 +274,8 @@ UHD_INSTALL(FILES #{{{IMG_SECTION # This section is written automatically by /images/create_imgs_package.py # Any manual changes in here will be overwritten. -SET(UHD_IMAGES_MD5SUM "7c7356d1ca2979c7c9aeeead5eeac39e") -SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.009.004-rc1.zip") +SET(UHD_IMAGES_MD5SUM "c33b36a74d82198c8cfede64d8775c46") +SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.009.004-release.zip") #}}} ######################################################################## diff --git a/host/cmake/debian/changelog b/host/cmake/debian/changelog index 75aeeab81..f83d834a2 100644 --- a/host/cmake/debian/changelog +++ b/host/cmake/debian/changelog @@ -1,3 +1,18 @@ +uhd (3.9.4-0ubuntu1) trusty; urgency=low + + - GPIO control: Fix address mismatch for RX and full duplex. + This fixes full-duplex mode for most devices. + - B200: Fixed auto rate selection (can now select 61.44 Msps) + - UBX: Fix member declaration order which could cause + segfaults for debug builds + - Manual/Docs: Numerous fixes, use dot for graphs in manual + - Utils: multiple fixes for query_gpsdo_sensors, fixed floating point + comparison + - Windows: Include registry file in installation + - Converters: Improve NEON converters + + -- Ettus Research <packages@ettus.com> Thu, 05 May 2016 12:56:28 -0800 + uhd (3.9.3-0ubuntu1) trusty; urgency=low * UBX: Fixed a phase synchronization issue on the sub-1GHz band |