From 8038727d59d5c359721f0b94698a563083464827 Mon Sep 17 00:00:00 2001 From: Aaron Rossetto Date: Tue, 13 Jul 2021 07:13:10 -0500 Subject: uhd: Update version, manifest, and changelogs Recently, we released UHD v4.1.0.1, which addressed some bugs that found their way into the UHD v4.1.0.0 release. While the changes that addressed those bugs were made in the master branch, they were cherry-picked into the UHD-4.1 branch, and the v4.1.0.1 release was made from that branch. However, the version, manifest, and changelogs were updated only in the UHD-4.1 branch, not in master. The effect of that is that the current master (a.k.a. the absolute latest, perhaps unstable, use-at-your-own-risk code) branch's version, manifest, and changelogs still reflect the v4.1.0.0 release. Furthermore, the UHD documentation refers to the manifest file in the master branch as the way to get (at least) the most recent filesystem and FPGA artifacts. Not updating the manifest in master renders that documentation inaccurate. This commit updates those details in master to reflect the latest v4.1.0.1 release artifacts, and updates the version of master to 4.2.0-git. --- host/cmake/debian/changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'host/cmake/debian') diff --git a/host/cmake/debian/changelog b/host/cmake/debian/changelog index c2aa25a0d..a61758fbe 100644 --- a/host/cmake/debian/changelog +++ b/host/cmake/debian/changelog @@ -1,3 +1,23 @@ +uhd (4.1.0.1-0ubuntu1) ubuntu_release; urgency=low + + * cmake + - remove redundant include + - correctly set and unset any CMAKE_REQUIRED variables + - fix finding PkgConfig to work robustly (without CMake warnings) + * core + - remove boost::math in favor of std cmath + * docs + - x4xx: Update information on CPLD updating + - usrp_x4xx: improve filesystem update instructions + * mpm + - zbx: Fix revision compat check + - Update usrp_update_fs to support X410 + - max10_cpld_flash_ctrl: improve programming log + - Skip DTS compatibility check if DTS is not being updated + + -- Ettus Research Mon, 12 Jul 2021 04:29:39 -0800 + + uhd (4.1.0.0-0ubuntu1) ubuntu_release; urgency=low * adf535x -- cgit v1.2.3