aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Kozel <derek.kozel@ettus.com>2017-07-17 20:04:18 +0100
committerDerek Kozel <derek.kozel@ettus.com>2017-07-17 20:04:18 +0100
commit508390592df4ccce03b95e33004d999b3f8e4cce (patch)
treeb976694b1693e5f07fed824ae103cca6de3c5b06
parentutils: Added warnings and checks to images downloader (diff)
downloaduhd-508390592df4ccce03b95e33004d999b3f8e4cce.tar.xz
uhd-508390592df4ccce03b95e33004d999b3f8e4cce.zip
Final changes for 3.9.7 release.release_003_009_007
- Updated Debian CHANGELOG - Updated images package
-rw-r--r--host/CMakeLists.txt4
-rw-r--r--host/cmake/debian/changelog19
2 files changed, 21 insertions, 2 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index fe9debef3..3fec89950 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -333,8 +333,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 "9f19ec39a91c2911bcbe01e524b7055b")
-SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.009.006-release.zip")
+SET(UHD_IMAGES_MD5SUM "6b8bada22ae0ac60b9e37102d6c773cb")
+SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.009.007-release.zip")
#}}}
########################################################################
diff --git a/host/cmake/debian/changelog b/host/cmake/debian/changelog
index 927230124..473570ae4 100644
--- a/host/cmake/debian/changelog
+++ b/host/cmake/debian/changelog
@@ -1,3 +1,22 @@
+uhd (3.9.7-0ubuntu1) trusty; urgency=low
+
+ * multi_usrp: Fixed get_normalized_tx_gain.
+ * E300: Fix for streamer recreation issue
+ * X300: Fix for network discovery, will now return early when correct serial is
+ found.
+ * CBX: Fixed LO LPF behaviour in 1.5-2 GHz range.
+ * UBX: Fixed dtor SIGABRT issue. Better error handling for setting dboard clock
+ rate.
+ * GPSDO: Improved detection.
+ * Examples: Added channel param to samps to/from file. sync_to_gps exits instead
+ of uncaught throw.
+ * C API: Fixed some missing fields in USRP info.
+ * Docs: Many minor fixes.
+ * CMake: Fixed GCC 4.4 compilation issue. Added ability to specify package
+ names.
+
+ -- Ettus Research <packages@ettus.com> Mon, 17 Jul 2017 09:46:59 -0800
+
uhd (3.9.6-0ubuntu1) trusty; urgency=low
- CMake/Builds: Many minor fixes. Better handle missing python-requests.