aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorDerek Kozel <derek.kozel@ettus.com>2017-01-27 00:05:39 -0800
committerMartin Braun <martin.braun@ettus.com>2017-01-27 10:49:35 +0100
commitc705922a08e32c8b0ec7ef6af6137835f87b2f42 (patch)
tree00b63591fa70666245826f468652eb92a12d44bd /host
parent92d3054d5917e5256a652c7f16a1bf0ee9859f9a (diff)
downloaduhd-c705922a08e32c8b0ec7ef6af6137835f87b2f42.tar.gz
uhd-c705922a08e32c8b0ec7ef6af6137835f87b2f42.tar.bz2
uhd-c705922a08e32c8b0ec7ef6af6137835f87b2f42.zip
Final changes for 3.10.1.1 release.
- Updated Debian CHANGELOG - Updated images package
Diffstat (limited to 'host')
-rw-r--r--host/CMakeLists.txt4
-rw-r--r--host/cmake/debian/changelog23
2 files changed, 25 insertions, 2 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index 5197f3a07..22f193ef6 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 "9641027408a4bbd478ad221d3dae1cfd")
-SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.010.001.001-rc1.zip")
+SET(UHD_IMAGES_MD5SUM "e5ac0830665a6c77a46ba0ae32f9fa11")
+SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.010.001.001-release.zip")
#}}}
########################################################################
diff --git a/host/cmake/debian/changelog b/host/cmake/debian/changelog
index 94ee3885a..5dea31b00 100644
--- a/host/cmake/debian/changelog
+++ b/host/cmake/debian/changelog
@@ -1,3 +1,26 @@
+uhd (3.10.1.1-0ubuntu1) trusty; urgency=low
+
+ - Docs: The protocol for Gen-3 devices is now consistently referred to as CHDR.
+ - X300: Fixed EEPROM corruption bug (happened when two processes would access
+ find routines on the same device at the same time). Improved initialization
+ time. CE clock is now 214 MHz. Fixed channel list generation. Find routines
+ now more lenient in case one devices fails (others can still be found then).
+ Improve PCIe behaviour. Fix timed commands for non-TwinRX dboards. Improve
+ AXI Interconnect (faster, improved build timing).
+ - N230: Use second_addr (like X300).
+ - C API: Added UHD_VERSION macro. Fixed online rate change.
+ - Utils: Minor fixes to uhd_images_downloader.
+ - Build/CMake: Fixed some Py3k build issues. Fixed many compiler warnings. Allow
+ to specify package names.
+ - RFNoC: Fixed sampling rate mismatch error. Noc-Shell uses a non-cascaded 2-clk
+ FIFO. Increase default FIFO sizes on DUC and DDC blocks.
+ - UBX: Force on RX driver to eliminate transient.
+ - Transport code: Fixed memory leak.
+ - FPGA repository: Merged usrp3_rfnoc and usrp3 directories again. Cleaned up
+ superfluous files. Clean separation between Gen-3 and other devices in usrp3.
+
+ -- Ettus Research <packages@ettus.com> Thu, 26 Jan 2017 04:15:56 -0800
+
uhd (3.10.1.0-0ubuntu1) trusty; urgency=low
- Fixed multiple compiler warnings