Skip to content

Commit 94c93bf

Browse files
committed
Updating documentation and version numbers for equuleus-rc1+dev61
1 parent f174f2d commit 94c93bf

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Development Build: equuleus-rc1:dev61
4+
- update PCS_malloc stub PoolSize overflow
5+
- Add rtems_sysmon unit test
6+
- See <https://github.com/nasa/PSP/pull/450> and <https://github.com/nasa/PSP/pull/448>
7+
38
## Development Build: equuleus-rc1+dev55
49
- rename parameter in CFE_PSP_MemSet handler to align with stub and actual code
510
- See <https://github.com/nasa/PSP/pull/441>

fsw/mcp750-vxworks/inc/psp_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/*
2828
* Development Build Macro Definitions
2929
*/
30-
#define CFE_PSP_IMPL_BUILD_NUMBER 55
30+
#define CFE_PSP_IMPL_BUILD_NUMBER 61
3131
#define CFE_PSP_IMPL_BUILD_BASELINE "equuleus-rc1"
3232
#define CFE_PSP_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
3333
#define CFE_PSP_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */

fsw/pc-linux/inc/psp_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/*
2828
* Development Build Macro Definitions
2929
*/
30-
#define CFE_PSP_IMPL_BUILD_NUMBER 55
30+
#define CFE_PSP_IMPL_BUILD_NUMBER 61
3131
#define CFE_PSP_IMPL_BUILD_BASELINE "equuleus-rc1"
3232
#define CFE_PSP_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
3333
#define CFE_PSP_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */

fsw/pc-rtems/inc/psp_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/*
2828
* Development Build Macro Definitions
2929
*/
30-
#define CFE_PSP_IMPL_BUILD_NUMBER 55
30+
#define CFE_PSP_IMPL_BUILD_NUMBER 61
3131
#define CFE_PSP_IMPL_BUILD_BASELINE "equuleus-rc1"
3232
#define CFE_PSP_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
3333
#define CFE_PSP_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */

0 commit comments

Comments
 (0)