From e4722da79f85a16b9d543a7c1cda33577007fc8e Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Thu, 9 Sep 2021 13:00:52 -0400 Subject: [PATCH] IC:2021-09-07, Bump to v1.5.0-rc1+dev124 Part of nasa/cFS#351 --- README.md | 7 +++++++ fsw/mcp750-vxworks/inc/psp_version.h | 2 +- fsw/pc-linux/inc/psp_version.h | 2 +- fsw/pc-rtems/inc/psp_version.h | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 047fef61..ad5844b4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ This is a collection of APIs abstracting platform specific functionality to be l ## Version History + +### Development Build: v1.5.0-rc1+dev124 + +- Relax strict of check before calling "Init" function of module, only check that module type is not invalid +- Remove override of `add_psp_module` for coverage test +- See and + ### Development Build: v1.5.0-rc1+dev118 - Implement Coding Standards in CodeQL diff --git a/fsw/mcp750-vxworks/inc/psp_version.h b/fsw/mcp750-vxworks/inc/psp_version.h index 46923374..99b7962c 100644 --- a/fsw/mcp750-vxworks/inc/psp_version.h +++ b/fsw/mcp750-vxworks/inc/psp_version.h @@ -29,7 +29,7 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 118 +#define CFE_PSP_IMPL_BUILD_NUMBER 124 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" /* diff --git a/fsw/pc-linux/inc/psp_version.h b/fsw/pc-linux/inc/psp_version.h index 4c999859..73d2cbad 100644 --- a/fsw/pc-linux/inc/psp_version.h +++ b/fsw/pc-linux/inc/psp_version.h @@ -29,7 +29,7 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 118 +#define CFE_PSP_IMPL_BUILD_NUMBER 124 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" /* diff --git a/fsw/pc-rtems/inc/psp_version.h b/fsw/pc-rtems/inc/psp_version.h index ebe85679..5f61087d 100644 --- a/fsw/pc-rtems/inc/psp_version.h +++ b/fsw/pc-rtems/inc/psp_version.h @@ -29,7 +29,7 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 118 +#define CFE_PSP_IMPL_BUILD_NUMBER 124 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" /*