From c7a3ce2b3b350a6034b1b0f8018d46159baa5379 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Thu, 9 Apr 2020 19:16:56 -0400 Subject: [PATCH] Increase version to 6.7.12 and update ReadMe --- README.md | 6 +++++- fsw/cfe-core/src/inc/cfe_version.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd71b64c2..c15723c56 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ This is a collection of services and associated framework to be located in the ` ## Version Notes +- 6.7.12: DEVELOPMENT + - Cmd code (and checksum) are always in the same place (matches GSFC spec for command secondary header) + - No impact to behavior. Previously the perf log dump file frequently contained errors due to out of order or otherwise corrupted entries, which is now fixed. + - Minor other updates (see https://github.com/nasa/cFE/pull/586) - 6.7.11: DEVELOPMENT - Improve documentation - Update makefile to report branch coverage @@ -43,7 +47,7 @@ This is a collection of services and associated framework to be located in the ` - 6.7.3: DEVELOPMENT - Minor updates (see https://github.com/nasa/cFE/pull/413) - 6.7.2: DEVELOPMENT - - Minor bugs and enhancements (see https://github.com/nasa/cFE/pull/388) + - Minor bugs and enhancements (see https://github.com/nasa/cFE/pull/388) - 6.7.1: DEVELOPMENT - Minor bug fixes (see https://github.com/nasa/cFE/pull/378) - Fix strlen in CFE_ES_TaskInit https://github.com/nasa/cFE/pull/23 diff --git a/fsw/cfe-core/src/inc/cfe_version.h b/fsw/cfe-core/src/inc/cfe_version.h index a45849a82..b8166779f 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 11 +#define CFE_REVISION 12 #endif /* _cfe_version_ */