Skip to content

Commit 5a488d5

Browse files
committed
Preparing for 3.13.0.0 Release
- Updated CHANGELOG - Updated UHD version to non-devel
1 parent c2d22b7 commit 5a488d5

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Change Log for Releases
22
==============================
33

4+
## 003.013.000.000
5+
* N3x0: Enable fast-reinit, fix power level issue, accept 0x01 PID for
6+
AD9371, fix concurrency issues with Liberio
7+
* B200: Fix sc8/sc12 modes, fix frame-size related issues, fix tick rate
8+
coercion, fix issues on update of tick rate, fix EOB-not-seen
9+
issue
10+
* E310: Move to RFNoC architecture (this disables network mode!)
11+
* UBX: Fix phase synchronization for 184.32 MHz master clock rate,
12+
* multi_usrp: Fix get_?x_info() API calls
13+
* UHD: Remove more Boost usage, fix some compiler warnings, default to
14+
all-channels subdev specs for X3x0 and N3x0, various LMX2592
15+
fixes, bump minimum CMake to 2.8.2, fix logging dtor issues
16+
* RFNoC: Merge all existing RFNoC features into master
17+
* FPGA: Fix various testbenches, add batch testbench execution mode,
18+
improve uhd_image_builder and uhd_image_builder_gui, add all
19+
existing RFNoC features
20+
* Add Python API
21+
* MPM: Enable Rev2 EEPROM format, fix some rare issues when detecting
22+
Ethernet devices
23+
* CMake: Allow to override UHD_GIT_BRANCH, fix Python-finding logic, add
24+
ENABLE_N300 target
25+
26+
427
## 003.012.000.000
528
* N3x0: Add White Rabbit support, add N300 support, standard BIST
629
includes fan, fix issue with 1GigE, switch to 2 radio blocks

host/cmake/Modules/UHDVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SET(UHD_VERSION_MAJOR 3)
2121
SET(UHD_VERSION_API 13)
2222
SET(UHD_VERSION_ABI 0)
2323
SET(UHD_VERSION_PATCH 0)
24-
SET(UHD_VERSION_DEVEL TRUE)
24+
SET(UHD_VERSION_DEVEL FALSE)
2525

2626
########################################################################
2727
# If we're on a development branch, we skip the patch version

0 commit comments

Comments
 (0)