From a66eb2dc00136a77779414452835bb6364d5e1fb Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" Date: Mon, 20 Apr 2020 11:10:50 -0400 Subject: [PATCH] Increase version to 5.0.12 and update ReadMe --- README.md | 6 +++++- src/os/inc/osapi-version.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7157b9d88..024113275 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,11 @@ This distribution contains: 3. A directory structure and makefiles to manage it all. ## Version Notes: - +- 5.0.12: DEVELOPMENT + - Use the target_include_directories and target_compile_definitions functions from CMake to manage the build flags per target. + - Build implementation components using a separate CMakeLists.txt file rather than aux_source_directory. + - Provide sufficient framework for combining the OSAL BSP, UT BSP, and the CFE PSP and eliminating the duplication/overlap between these items. + - Minor updates (see https://github.com/nasa/osal/pull/417) - 5.0.11: DEVELOPMENT - The more descriptive return value OS_ERR_NAME_NOT_FOUND (instead of OS_FS_ERROR) will now be returned from the following functions (): OS_rmfs, OS_mount, OS_unmount, OS_FS_GetPhysDriveName - Wraps OS_ShMem* prototype and unit test wrapper additions in OSAL_OMIT_DEPRECATED diff --git a/src/os/inc/osapi-version.h b/src/os/inc/osapi-version.h index 8d1f61507..3195b86a1 100644 --- a/src/os/inc/osapi-version.h +++ b/src/os/inc/osapi-version.h @@ -20,7 +20,7 @@ #define OS_MAJOR_VERSION 5 /**< @brief Major version number */ #define OS_MINOR_VERSION 0 /**< @brief Minor version number */ -#define OS_REVISION 11 /**< @brief Revision number */ +#define OS_REVISION 12 /**< @brief Revision number */ #define OS_MISSION_REV 0 /**< @brief Mission revision */ /**