From: czichy Date: Wed, 13 Dec 2023 05:55:43 +0000 (+0200) Subject: release 4.9.4 step 1 of 2 X-Git-Tag: 4.9.4^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F48%2F12248%2F1;p=ric-plt%2Flib%2Frmr.git release 4.9.4 step 1 of 2 Change-Id: I2039570dca5599a962e352c1d2501187e29e0dfc Signed-off-by: czichy --- diff --git a/CHANGES_CORE.txt b/CHANGES_CORE.txt index fd96abc..d9d4794 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. +2023 Dec 13; version 4.9.4 + same as 4.9.3 + 2023 Dec 12; version 4.9.3 Fixes for CVE-2023-40998 (RIC-989) and CVE-2023-40997 (RIC-991) related to incorrect parsing of RMR messages diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a939be..0c5ce96 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 "9" ) -set( patch_level "3" ) +set( patch_level "4" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" ) diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst index e1b9982..06f5f58 100644 --- a/docs/rel-notes.rst +++ b/docs/rel-notes.rst @@ -21,6 +21,11 @@ the RMR core library was assigned odd major numbers (e.g. the need to leap frog versions ceased, and beginning with version 4.0.0, the RMR versions should no longer skip. +2023 Dec 13; version 4.9.4 +------------------------------ + +same as 4.9.3 + 2023 Dec 12; version 4.9.3 ------------------------------