release 4.9.4 step 1 of 2 48/12248/1 4.9.4
authorczichy <thoralf.czichy@nokia.com>
Wed, 13 Dec 2023 05:55:43 +0000 (07:55 +0200)
committerczichy <thoralf.czichy@nokia.com>
Wed, 13 Dec 2023 05:55:43 +0000 (07:55 +0200)
Change-Id: I2039570dca5599a962e352c1d2501187e29e0dfc
Signed-off-by: czichy <thoralf.czichy@nokia.com>
CHANGES_CORE.txt
CMakeLists.txt
docs/rel-notes.rst

index fd96abc..d9d4794 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.
 
+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
index 3a939be..0c5ce96 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 "9" )
-set( patch_level "3" )
+set( patch_level "4" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/rmr" )
index e1b9982..06f5f58 100644 (file)
@@ -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
 ------------------------------