Preparation for releasing 4.8.3 60/8260/1 4.8.3
authorczichy <thoralf.czichy@nokia.com>
Wed, 11 May 2022 07:18:43 +0000 (10:18 +0300)
committerczichy <thoralf.czichy@nokia.com>
Wed, 11 May 2022 07:18:43 +0000 (10:18 +0300)
Issue-ID: RIC-638

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I69ca8ddedbe38046ed4ee754e2cc2fab8e07b70e

CHANGES_CORE.txt
CMakeLists.txt
docs/rel-notes.rst

index 562518e..df66c2a 100644 (file)
@@ -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).
 
index b13880c..11bc04f 100644 (file)
@@ -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" )
index 0e09166..a145539 100644 (file)
@@ -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
 ------------------------------