From 215807e7f761cb8fe6fb392089559619b2c67507 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Fri, 5 Mar 2021 17:36:41 -0500 Subject: [PATCH] IC-20210305, Update readme and version --- README.md | 8 ++++++++ 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, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfa1bd63..1da825a0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ This is a collection of APIs abstracting platform specific functionality to be l ## Version History +### Development Build: 1.5.0-rc1+dev76 + +- Fix #246, remove unused code. +- Fix #254, use CMake to publish interface details +- Fix #256, add PSP version API +- Fix #258, Add Testing Tools to the Security Policy +- See + ### Development Build: 1.5.0-rc1+dev68 - Updates continuous integration workfow by adding static analysis with timeout and code format check. Adds status badges to ReadMe and removes old TravisCI artifacts. diff --git a/fsw/mcp750-vxworks/inc/psp_version.h b/fsw/mcp750-vxworks/inc/psp_version.h index c425ccdb..d48abdbb 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 68 +#define CFE_PSP_IMPL_BUILD_NUMBER 76 #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 398ec7ad..3c73e607 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 68 +#define CFE_PSP_IMPL_BUILD_NUMBER 76 #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 4f1b8d0e..09c40e4d 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 68 +#define CFE_PSP_IMPL_BUILD_NUMBER 76 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.5.0-rc1" /*