From 767bc55fa55095bf228f342c86b97cd42360b703 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Tue, 9 Jun 2020 23:05:33 -0400 Subject: [PATCH] Increase version to 6.7.19 and update ReadMe --- README.md | 8 ++++++++ fsw/cfe-core/src/inc/cfe_version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96c13cf32..f465bf2d0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ This is a collection of services and associated framework to be located in the ` ## Version History +### Development Build: 6.7.19 + +- API Change: cFE ut_sb_stubs now has CFE_SB_DeletePipe available. +Behavior Change: App unit tests requiring this will not fail to build due to undefined reference to CFE_SB_DeletePipe +- Hook functions may now use the va_list form and obtain the full set of variable arguments passed to CFE_EVS_SendEvent and variants. +- Replace all direct references to data types defined in ccsds.h with the abstract type defined in cfe_sb.h. +- See for details. + ### Development Build: 6.7.18 - Using ut stubs CFE_EVS_SendEvent and CFE_ES_WriteToSysLog, the register buffer will have the correct size. access to register buffer element will exist diff --git a/fsw/cfe-core/src/inc/cfe_version.h b/fsw/cfe-core/src/inc/cfe_version.h index 1a67e337a..49be7920e 100644 --- a/fsw/cfe-core/src/inc/cfe_version.h +++ b/fsw/cfe-core/src/inc/cfe_version.h @@ -95,7 +95,7 @@ */ #define CFE_MAJOR_VERSION 6 #define CFE_MINOR_VERSION 7 -#define CFE_REVISION 18 +#define CFE_REVISION 19 #endif /* _cfe_version_ */