From: czichy Date: Wed, 11 May 2022 07:18:43 +0000 (+0300) Subject: Preparation for releasing 4.8.3 X-Git-Tag: 4.8.3^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F8260%2F1;p=ric-plt%2Flib%2Frmr.git Preparation for releasing 4.8.3 Issue-ID: RIC-638 Signed-off-by: czichy Change-Id: I69ca8ddedbe38046ed4ee754e2cc2fab8e07b70e --- diff --git a/CHANGES_CORE.txt b/CHANGES_CORE.txt index 562518e..df66c2a 100644 --- a/CHANGES_CORE.txt +++ b/CHANGES_CORE.txt @@ -5,6 +5,9 @@ # API and build change and fix summaries. Doc corrections # and/or changes are not mentioned here; see the commit messages. +2022 May 11; version 4.8.3 + Added config transfer related message types (RIC-638) + 2022 January 17; version 4.8.2 Fixes routing statistics printout crash (RIC-872). diff --git a/CMakeLists.txt b/CMakeLists.txt index b13880c..11bc04f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ cmake_minimum_required( VERSION 3.5 ) set( major_version "4" ) # should be automatically populated from git tag later, but until CI process sets a tag we use this set( minor_version "8" ) -set( patch_level "2" ) +set( patch_level "3" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" ) diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index 0e09166..a145539 100644 --- a/docs/rel-notes.rst +++ b/docs/rel-notes.rst @@ -22,6 +22,11 @@ the need to leap frog versions ceased, and beginning with version 4.0.0, the RMR versions should no longer skip. +2022 May 11; version 4.8.3 +------------------------------ + +Added header definitions for config transfer messages (RIC-638) + 2022 January 17; version 4.8.2 ------------------------------