Skip to content

Commit

Permalink
Merge pull request #959 from nasa/integration-candidate
Browse files Browse the repository at this point in the history
Integration Candidate: 2020-10-20
  • Loading branch information
astrogeco committed Oct 21, 2020
2 parents dc3d62b + 7477e18 commit 3077251
Show file tree
Hide file tree
Showing 28 changed files with 2,427 additions and 1,390 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob

## Version History

### Development Build: 6.8.0-rc1+dev139

- For all resource types which have names, IDs are not re-issued after deletion, helping ensure safety as previously deleted IDs will not validate. Provides a consistent Name-ID translation API for all resource types. Enforces consistent argument/name validation on all resource types, and also enforces name uniqueness where relevant.
- Enhancement to use the full 16 bits of resource ID space, which avoids repeating ID values that have already been used. This significantly decreases the likelihood that a previously deleted ID will alias a newly allocated/valid ID.
- See <https://github.com/nasa/cFE/pull/959>

### Development Build: 6.8.0-rc1+dev129

- Rather than having a second pool implementation only for CDS, use the generic pool implementation. This also uses the abstract resource identifiers to identify CDS blocks, rather than a direct reference.
Expand Down
Loading

0 comments on commit 3077251

Please sign in to comment.