You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,15 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob
10
10
11
11
## Version History
12
12
13
+
### Development Build: 6.8.0-rc1+dev248
14
+
15
+
- Replace `OS_FileSysStatVolume()` with`OS_fsBlocksFree()` which will be deprecated. This call reports the number of total blocks, not just the free blocks, making the check more accurate and removing the need for a workaround for desktop machines.
16
+
- Instead of accessing `OS_time_t` values directly, use the OSAL-provided conversion and access methods. This provides independence and abstraction from the specific `OS_time_t` definition and allows OSAL to transition to a 64 bit value.
17
+
- Removes the spurious `CFE_SB_TimeOut_t` typedef from `cfe_sb.h`. May affect any apps that inappropriately rely on the private typedef.
18
+
- Removes unused `network_includes.h`. Not used by the framework anywhere, apps should use OSAL Socket APIs instead.
19
+
- Fixes deprecation directive typos
20
+
- See <https://github.com/nasa/cFE/pull/1088>
21
+
13
22
### Development Build: 6.8.0-rc1+dev236
14
23
15
24
- Resolved doxygen warnings for osalguide and updated header file references
0 commit comments