Version bump and changelog updates

This commit is contained in:
Ross Owen
2024-05-30 14:18:52 +01:00
parent aef5311a4b
commit 425eb89e07
3 changed files with 27 additions and 14 deletions

View File

@@ -1,23 +1,36 @@
lib_xua Change Log lib_xua Change Log
================== ==================
UNRELEASED 4.1.0
---------- -----
* ADDED: MIDI unit and subsystem tests * ADDED: MIDI unit and sub-system tests
* CHANGED: Enable only the minimum number of ADAT input formats based for the * CHANGED: Only the minimum number of ADAT input formats are enabled based
supported sample frequencies on the supported sample rates
* CHANGED: Enabling ADAT tx enables different channel count interface alts, based on sample * CHANGED: Enabling ADAT tx enables different channel count interface alts,
rate based on sample rate
* CHANGED: Input audio buffer size and the condition to come out of underflow modified to * CHANGED: Input audio buffer size and the exit condition underflow modified
to fix buffer underflow in some configurations to to fix buffer underflow in some configurations
* FIXED: Device fails to enumerate when ADAT and S/PDIF transmit are enabled * CHANGED: CT_END token based handshake in MIDI channels transactions,
reducing opportuninity for deadlock
* FIXED: Device fails to enumerate when ADAT and S/PDIF transmit are
enabled
* FIXED: Update software PLL at the correct rate for ADAT S/MUX * FIXED: Update software PLL at the correct rate for ADAT S/MUX
* FIXED: Incorrect internal input EP count for input only devices * FIXED: Incorrect internal input EP count for input only devices
* FIXED: Samples transferred to ADAT tx too frequently in TDM mode * FIXED: Samples transferred to ADAT tx too frequently in TDM mode
* FIXED: S/MUX not initialised to a value based on DEFAULT_FREQ in clockgen * FIXED: S/MUX not initialised to a value based on DEFAULT_FREQ in
clockgen
* FIXED: Trap when moving to DSD mode on XS3A based devices * FIXED: Trap when moving to DSD mode on XS3A based devices
* ADDED: CT_END token based handshake in MIDI channels transactions
* Changes to dependencies:
- lib_adat: 1.0.1 -> 1.1.0
- lib_locks: 2.1.0 -> 2.2.0
- lib_logging: 3.1.1 -> 3.2.0
- lib_xassert: 4.1.0 -> 4.2.0
4.0.0 4.0.0
----- -----

View File

@@ -1,5 +1,5 @@
set(LIB_NAME lib_xua) set(LIB_NAME lib_xua)
set(LIB_VERSION 4.0.0) set(LIB_VERSION 4.1.0)
set(LIB_INCLUDES api set(LIB_INCLUDES api
src/core src/core
src/core/audiohub src/core/audiohub

View File

@@ -1,4 +1,4 @@
VERSION = 4.0.0 VERSION = 4.1.0
DEBUG ?= 0 DEBUG ?= 0