diff options
author | Derek Kozel <derek.kozel@ettus.com> | 2017-07-31 10:51:37 +0100 |
---|---|---|
committer | Derek Kozel <derek.kozel@ettus.com> | 2017-07-31 10:51:37 +0100 |
commit | bd6e21dc06cfca6f1165b1eba6ddbf5a46dc343c (patch) | |
tree | 3374ad747870ece8648a81b1b9b8a5cadffcac55 | |
parent | 09f3d0d7ca0b47c79a412b41810479ba3cf24936 (diff) | |
download | uhd-bd6e21dc06cfca6f1165b1eba6ddbf5a46dc343c.tar.gz uhd-bd6e21dc06cfca6f1165b1eba6ddbf5a46dc343c.tar.bz2 uhd-bd6e21dc06cfca6f1165b1eba6ddbf5a46dc343c.zip |
Final changes for 3.10.2.0
- Updated Debian CHANGELOG
- Updated images package
-rw-r--r-- | host/CMakeLists.txt | 4 | ||||
-rw-r--r-- | host/cmake/debian/changelog | 32 |
2 files changed, 34 insertions, 2 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 377302857..282a580fa 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -341,8 +341,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 "0afdbe84eaa54edc6a405bce426c28ed") -SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.010.002.000-rc1.zip") +SET(UHD_IMAGES_MD5SUM "8e6e5edab697fa7e3c63c612ba6f79f5") +SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.010.002.000-release.zip") #}}} ######################################################################## diff --git a/host/cmake/debian/changelog b/host/cmake/debian/changelog index 5dea31b00..15a735619 100644 --- a/host/cmake/debian/changelog +++ b/host/cmake/debian/changelog @@ -1,3 +1,35 @@ +uhd (3.10.2.0-0ubuntu1) trusty; urgency=low + + * multi_usrp: Fixed get_normalized_tx_gain. + * E300: Fix for streamer recreation issue. Reduced minimum timeout, fixed + potential race condition. + * X300: Fix for network discovery, will now return early when correct serial is + found. Fixed issue with DAC sync. All async messages now go through + single DMA channel on PCIe. Improved TX performance. Fixed page size + acquisition for PCIe. Fixed some FW communication errors. Improved flow + control. Removed MTU throttling. Legacy compat falls back to min spp + for mixed transport types. + * CBX: Fixed LO LPF behaviour in 1.5-2 GHz range. + * UBX: Fixed dtor SIGABRT issue. Better error handling for various dboard clock + rates. + * TwinRX: Added LO reimport feature. + * GPSDO: Improved detection. Improved query_gpsdo sensor. + * RFNoC: Fixed issue with DDC and DUC command tick rate. + * UHD: Fixed potential memory leak in tasks. Fixed get_normalized_tx_gain(). + Fixed default socket buffer size to honor MTU. + * Examples: Added channel param to samps to/from file. sync_to_gps exits + instead of uncaught throw. latency_test improved output. Use + next_pps in test_clock_synch. Added TwinRX FHSS example. + * Utils: Modified behaviour of uhd_images_downloader so it won't delete dirs + when using -i + * Tools: Updates to CHDR dissector. Added set_time_source_out(). Fixed LO API. + * C API: Fixed some missing fields in USRP info. + * Docs: Many minor fixes. Fixed Doxygen warnings related to /* in files. + * CMake: Fixed GCC 4.4 compilation issue. Added ability to specify package + names. + + -- Ettus Research <packages@ettus.com> Mon, 31 Jul 2017 02:37:48 -0800 + uhd (3.10.1.1-0ubuntu1) trusty; urgency=low - Docs: The protocol for Gen-3 devices is now consistently referred to as CHDR. |