diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-07-19 07:46:16 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-07-19 10:31:40 -0700 |
commit | 5a488d5ed47720bde07b7c893cc4acba72235970 (patch) | |
tree | caa6bc2792a187b3bd4148384c37ccc69dc73fcc | |
parent | c2d22b75d5a00452161959cd407a72ff79e9298e (diff) | |
download | uhd-5a488d5ed47720bde07b7c893cc4acba72235970.tar.gz uhd-5a488d5ed47720bde07b7c893cc4acba72235970.tar.bz2 uhd-5a488d5ed47720bde07b7c893cc4acba72235970.zip |
Preparing for 3.13.0.0 Release
- Updated CHANGELOG
- Updated UHD version to non-devel
-rw-r--r-- | CHANGELOG | 23 | ||||
-rw-r--r-- | host/cmake/Modules/UHDVersion.cmake | 2 |
2 files changed, 24 insertions, 1 deletions
@@ -1,6 +1,29 @@ Change Log for Releases ============================== +## 003.013.000.000 +* N3x0: Enable fast-reinit, fix power level issue, accept 0x01 PID for + AD9371, fix concurrency issues with Liberio +* B200: Fix sc8/sc12 modes, fix frame-size related issues, fix tick rate + coercion, fix issues on update of tick rate, fix EOB-not-seen + issue +* E310: Move to RFNoC architecture (this disables network mode!) +* UBX: Fix phase synchronization for 184.32 MHz master clock rate, +* multi_usrp: Fix get_?x_info() API calls +* UHD: Remove more Boost usage, fix some compiler warnings, default to + all-channels subdev specs for X3x0 and N3x0, various LMX2592 + fixes, bump minimum CMake to 2.8.2, fix logging dtor issues +* RFNoC: Merge all existing RFNoC features into master +* FPGA: Fix various testbenches, add batch testbench execution mode, + improve uhd_image_builder and uhd_image_builder_gui, add all + existing RFNoC features +* Add Python API +* MPM: Enable Rev2 EEPROM format, fix some rare issues when detecting + Ethernet devices +* CMake: Allow to override UHD_GIT_BRANCH, fix Python-finding logic, add + ENABLE_N300 target + + ## 003.012.000.000 * N3x0: Add White Rabbit support, add N300 support, standard BIST includes fan, fix issue with 1GigE, switch to 2 radio blocks diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index 2f03efe1a..836f1b8ab 100644 --- a/host/cmake/Modules/UHDVersion.cmake +++ b/host/cmake/Modules/UHDVersion.cmake @@ -21,7 +21,7 @@ SET(UHD_VERSION_MAJOR 3) SET(UHD_VERSION_API 13) SET(UHD_VERSION_ABI 0) SET(UHD_VERSION_PATCH 0) -SET(UHD_VERSION_DEVEL TRUE) +SET(UHD_VERSION_DEVEL FALSE) ######################################################################## # If we're on a development branch, we skip the patch version |