Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@andy5995 andy5995 released this 29 Feb 05:38
· 9 commits to trunk since this release
bb21c3e

This version introduces breaking changes. Please see example.c in the source
root directory for usage.

Notable changes:

  • Use dynamic memory allocation for keys, values, and attributes.
  • canfigger_free() replaced with canfigger_free_current_key_node_advance()
  • canfigger_free_attr() removed
  • use 'canfigger_free_current_attr_str_advance()' instead of
    'list->attr_node = list->attr_node->next'
  • In meson.build, rename dep_canfigger->canfigger_dep
  • lines starting with '[' are ignored

To verify signature on the source txz package:

minisign -Vm <file> -P RWQ5AiSjYrIVoMPxKef7QdKLqQmiZvewAezjLCZHNUkE4/U0C48T3q4N

Packaging status