Skip to content

Commit

Permalink
Prepare branch for 3.14.1.1 release
Browse files Browse the repository at this point in the history
- Updated version
- Updated CHANGELOG
- Updated manifest
- Updated fpga-src submodule

Signed-off-by: Michael West <[email protected]>
  • Loading branch information
michael-west committed Aug 16, 2019
1 parent 9edbdc2 commit 98c7c98
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 77 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log for Releases
==============================

## 003.014.001.001
Device3: latch n on m in axi_rate_change in DUC/DDC
Device3: UART: fix TX <-> RX, FIFO size as parameter
RFNoC: Fix off by one error in window.v
B200: Add command to query bootloader status
RFNoC: fix multidevice graph connections
MPMD: Fix corner case in MPM device discovery
Docs: x300: update docs for multiple timed commands
Docs: Fix Doxygen warnings due to spurious backslashes
Docs: RFNoC: Fix Doxygen warning due to undoc'd parameter
RFNoC: Re-enable flow ctrl for blocks on same xbar

## 003.014.001.000
N320: Terminate the DAC when not transmitting
E320: Add support for rev E
Expand Down
2 changes: 1 addition & 1 deletion host/cmake/Modules/UHDVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ find_package(Git QUIET)
set(UHD_VERSION_MAJOR 3)
set(UHD_VERSION_API 14)
set(UHD_VERSION_ABI 1)
set(UHD_VERSION_PATCH 0)
set(UHD_VERSION_PATCH 1)
set(UHD_VERSION_DEVEL FALSE)

########################################################################
Expand Down
Loading

0 comments on commit 98c7c98

Please sign in to comment.