Skip to content

Commit 765c8d9

Browse files
committed
Updating documentation and version numbers for equuleus-rc1+dev81
1 parent f818422 commit 765c8d9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Development Build: equuleus-rc1:dev81
4+
- Fix Address Sanitizer issue in vxworks-console-testrunner
5+
- f-sanitizer issue in coverage-shared-idma
6+
- See <https://github.com/nasa/osal/pull/1467> and <https://github.com/nasa/osal/pull/1470>
7+
38
## Development Build: equuleus-rc1+dev73
49
- High-res timed stream ops
510
- Moves OS_strnlen to public API and adds static analysis comments

src/os/inc/osapi-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/*
3535
* Development Build Macro Definitions
3636
*/
37-
#define OS_BUILD_NUMBER 73
37+
#define OS_BUILD_NUMBER 81
3838
#define OS_BUILD_BASELINE "equuleus-rc1"
3939
#define OS_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
4040
#define OS_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */

0 commit comments

Comments
 (0)