Skip to content

Latest commit

 

History

History
151 lines (116 loc) · 5.93 KB

CHANGELOG.md

File metadata and controls

151 lines (116 loc) · 5.93 KB

Changelog

Development Build: equuleus-rc1+dev61

  • apply name changes to EDS dispatcher
  • See #177

Development Build: equuleus-rc1+dev57

  • more complete definition of READ_UPLINK
  • See #174

Development Build: equuleus-rc1+dev51

  • Support scheduled uplink check
  • updating ci_lab to use new versioning system
  • See #162 and #171

Development Build: v2.5.0-rc4_dev81

  • define msgids via topicids
  • See #165

Development Build: v2.5.0-rc4+dev77

  • Remove unused PDU related function codes
  • Remove obsolete README comment
  • Configurable timeouts and loops
  • See #157, #159, and #161

Development Build: v2.5.0-rc4+dev69

  • add decode hooks
  • Add version information to NOOP event
  • See #152 and #153

Development Build: v2.5.0-rc4+dev51

  • reorganize source files
  • See #148

Development Build: v2.5.0-rc4+dev47

  • Create Workflow for IC Bundle Generation
  • See #143

Development Build: v2.5.0-rc4+dev43

  • update cmake recipe
  • See #136

Development Build: v2.5.0-rc4+dev39

  • Remove redundant comments
  • Create CHANGELOG.md
  • See #123 and #120

Development Build: v2.5.0-rc4+dev30

  • Remove unnecessary parentheses around return values.
  • Remove 'return;' from last line of void functions.
  • See #116 and #118

Development Build: v2.5.0-rc4+dev24

  • Update cmake mimimum required to something more recent
  • See #113

Development Build: v2.5.0-rc4+dev22

  • Remove registration of empty EVS filters
  • Update codeql workflow for reusable updates
  • See nasa/cFS#505

Development Build: v2.5.0-rc4+dev17

Development Build: v2.5.0-rc4+dev10

Development Build: v2.5.0-rc4+dev4

  • Use CFE_MSG_PTR conversion macro
  • Update baseline for cFS-Caelum-rc4 to v2.5.0-rc4
  • See #101 and nasa/cFS#390

Development Build: v2.4.0-rc1+dev46

Development Build: v2.4.0-rc1+dev42

Development Build: v2.4.0-rc1+dev39

  • Removes unnecessary call to CFE_ES_RegisterApp() since app registration is done automatically.
  • Demonstrates the use of the Zero Copy API. Adds a step that obtains a buffer prior to calling OS_SocketRecvFrom then transmits that same buffer directly rather than copying it.
  • See #85

Development Build: v2.4.0-rc1+dev30

  • Use cfe.h instead of individual headers
  • See #78

Development Build: v2.4.0-rc1+dev25

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

Development Build: v2.4.0-rc1+dev14

  • Aligns messages according to changes in cFE nasa/cFE#1009. Uses the "raw" message cmd/tlm types in definition
  • See #65

Development Build: v2.4.0-rc1+dev8

  • Replaces deprecated SB API's with MSG
  • No behavior impact, removes undesirable pattern use of OS_PACK
  • See #60

Development Build: v2.4.0-rc1+dev2

  • Update the SocketID field to be osal_id_t instead of uint32
  • Set Revision number to 99 for development version identifier in telemetry
  • See #56

Development Build: v2.3.0+dev36

  • Add build name and build number to version reporting
  • See #53

Development Build: v2.3.5

  • Replace references to ccsds.h types with the cfe_sb.h-provided type.
  • See #50

Development Build: v2.3.4

  • Apply the CFE_SB_MsgIdToValue() and CFE_SB_ValueToMsgId() routines where compatibility with an integer MsgId is necessary - syslog prints, events, compile-time MID #define values.
  • Minor changes, see #47

Development Build: v2.3.3

  • Offset UDP base port in multi-cpu configurations
  • Minor changes, see #44

Development Build: v2.3.2

  • Use OSAL socket API instead of BSD sockets
  • Remove PDU introspection code
  • Update command and telemetry logic
  • Collect globals as a single top-level global structure
  • Minor changes, see #38

Development Build: v2.3.1

  • Code style and enforcement (see #31)

OFFICIAL RELEASE: v2.3.0 - Aquila

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

OFFICIAL RELEASE: v2.2.0a

  • Released as part of cFE 6.6.0a, Apache 2.0

Known issues

Dependence on cfe platform config header is undesirable, and the check is not endian safe. As a lab application, extensive testing is not performed prior to release and only minimal functionality is included.

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