Skip to content

Latest commit

 

History

History
125 lines (82 loc) · 4.4 KB

CHANGELOG.md

File metadata and controls

125 lines (82 loc) · 4.4 KB

Changelog

Development Build: equuleus-rc1+dev22

  • Include PRID and SCID in table files
  • Check return from chmod
  • Check return value of stat()
  • Move variables declared mid-function to the top
  • See #147, #124, #125, and #127

Development Build: equuleus-rc1+dev10

  • updating ELF2CFETBL to use new versioning system
  • move scripts for table building to elf2cfetbl tool
  • See #144 and #143

Development Build: v3.3.0-rc4+dev36

  • Adds CheckStatus helper functions
  • Reduce cyclomatic complexity of GetElfHeader
  • See #137 and #136

Development Build: v3.3.0-rc4+dev30

  • Remove C++-style comments
  • See #119

Development Build: v3.3.0-rc4+dev26

  • Create CHANGELOG.md
  • See #117

Development Build: v3.3.0-rc4+dev24

Development Build: v3.3.0-rc4+dev18

Development Build: v3.3.0-rc4+dev11

  • Apply header guard standard
  • Remove explicit filename doxygen comments
  • See nasa/cFS#432

Development Build: v3.3.0-rc4+dev4

  • Fix Untrusted divisor (TAINTED_SCALAR) static analysis warning by checking get_sh_entsize(SectionHeader)
  • Set baseline for cFS-Caelum-rc4: v3.3.0-rc4
  • Update mission rev to use 0xFF for development version
  • See #98 and nasa/cFS#390

Development Build: v3.2.0-rc1+dev30

Development Build: v3.2.0-rc1+dev24

  • Add Testing Tools to the Security Policy
  • See #75

Development Build: v3.2.0+dev20

  • Changes cpp-styled comments to c-style to meet coding standard
  • See #72

Development Build: v3.2.0+dev9

  • Restricts destination file permissions
  • Squash int comparison warning
  • Replace ctime (which generates LGTM warning) with ctime_r
  • Deconflicts global/local parameters
  • See #62

Development Build: v3.1.0+dev39

  • Adds a null to the end of SrcFilename and DstFilename when using strncpy.
  • Support ELF files that have all strings, including ELF section names, in one single ".strtab" section in the ELF file.
  • Version reporting now uses the version numbers defined in elf_version.h and reports build number.
  • See #47

Development Build: 3.1.5

  • Apply code style
  • See #44

Development Build: 3.1.4

  • Fix string termination warnings in GCC9
  • See #41

Development Build: 3.1.3

  • Builds for vxworks w/ 32-bit host
  • See #40

Development Build: 3.1.2

  • Minor bug fixes and documentation (see #25)

Development Build: 3.1.1

  • Minor updates (see #19)

OFFICIAL RELEASE: 3.1.0 - Aquila

  • Minor updates (see #13)
  • Not backwards compatible with OSAL 4.2.1
  • Released as part of cFE 6.7.0, Apache 2.0

OFFICIAL RELEASE: 3.0a

  • Released as part of cFE 6.6.0a, Apache 2.0

NOTE - there are other parameter set management schemes used with the cFS (JSON, csv, etc) which may be more applicable for modern missions. Contact the community as detailed below for more information.

Known issues

This ground utility was developed for a specific mission/configuration, and may not be applicable for general use. The Makefile and for_build/Makefile are no longer supported or tested.

Getting Help

For best results, submit issues:questions or issues:help wanted requests at https://github.com/nasa/cFS.

Official cFS page: http://cfs.gsfc.nasa.gov