3.8.2 Release

- Updated fpga-src
- Updated version strings
- Updated images package
This commit is contained in:
Martin Braun 2015-01-28 23:48:16 +01:00
parent 659d2e2c78
commit d3bdb8f160
5 changed files with 19 additions and 5 deletions

View file

@ -1,6 +1,20 @@
Change Log for Releases
==============================
## 003.008.002
* CMake: Introducing named versions for dev branches, enable static libs,
* E300: Docs updates, compat number bump, VCTCXO updates,
more status bits for ref locking, fixed serial number length fix,
RSSI Sensor
* B200: RSSI sensor
* AD9361: Better handling of different interpolation rates in FIR,
fix for gain value truncation
* UBX: Added drivers
* Manual/Docs: Numerous updates, minimum compiler versions now specified,
* Converters: Multiple fixes for sc12
* Examples: Fixes to txrx_loopback_to_file
* Minor UHD fixes
## 003.008.001
* B2x0: Fixed PLL settings, Fixed external ref selection, serialized
streamer setup (thread-safety)

@ -1 +1 @@
Subproject commit b40be5ae504ccf0a5ebb5add0ab777250ca77407
Subproject commit fc192fbc2037076075f2eee09cc632447252b539

View file

@ -268,8 +268,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 "b20992748b90e6bdd228fe693f4d2ba2")
SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.001-release.zip")
SET(UHD_IMAGES_MD5SUM "164e052f2192f3652b03ee5976c9f53b")
SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.002-release.zip")
#}}}
########################################################################

View file

@ -28,7 +28,7 @@ FIND_PACKAGE(Git QUIET)
########################################################################
SET(UHD_VERSION_MAJOR 003)
SET(UHD_VERSION_MINOR 008)
SET(UHD_VERSION_PATCH 001)
SET(UHD_VERSION_PATCH 002)
SET(UHD_VERSION_DEVEL FALSE)
########################################################################

View file

@ -27,7 +27,7 @@
* The format is oldest API compatible release - ABI compat number.
* The compatibility number allows pre-release ABI to be versioned.
*/
#define UHD_VERSION_ABI_STRING "3.8.0-0"
#define UHD_VERSION_ABI_STRING "3.8.2-0"
/*!
* A macro to check UHD version at compile-time.