Skip to content

Release of ldas-tools-framecpp 3.0.3

Ed Maros requested to merge ed-maros/LDAS_Tools:release into master

Description

Release 3.0.3 - Wed February 14, 2024

  • Corrected initialization order - Initialized all option variables for framecpp_verify (closes #209 (closed))
  • Restored CRC effecientcy (closes #164 (closed)) - Restore framecpp_compare (closes #165 (closed))
  • Corrected handling of composite compression modes
  • Corrected translation of compression mode flags going from version 8 frame specification to version 9 frame specification

API Changes and Justification

Backwards Compatible Changes

  • This change does not modify any class/function/struct/type definitions in a public C header file or any Python class/function definitions
  • This change adds new classes/functions/structs/types to a public C header file or Python module

Backwards Incompatible Changes

  • This change modifies an existing class/function/struct/type definition in a public C header file or Python module
  • This change removes an existing class/function/struct/type from a public C header file or Python module

Review Status

Merge request reports