add 20.04.1 changelog and bump version

This commit is contained in:
Andre Puschmann 2020-05-08 21:12:22 +02:00
parent 53ab53ee77
commit 39fe760d2b
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Change Log for Releases
=======================
## 20.04.1
* Fix for UE MIMO segfault issue
* Fix for eNodeB SR configuration
* Clang compilation warning fixes
* Fix GPS tracking synchronization
## 20.04
* Carrier Aggregation and Time Alignment in srsENB
* Complete Sidelink PHY layer (all transmission modes)

View File

@ -20,5 +20,5 @@
SET(SRSLTE_VERSION_MAJOR 20)
SET(SRSLTE_VERSION_MINOR 04)
SET(SRSLTE_VERSION_PATCH 0)
SET(SRSLTE_VERSION_PATCH 1)
SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")