Files
canfigger/canfigger.changes
Marcus Meissner 9fbf33bb08 Accepting request 1153106 from home:andy5995:branches:devel:libraries:c_c++
Thu Feb  29 05:12:00 UTC 2024 - Andy Alt <arch_stanton5995@proton.me>
- canfigger 0.3.0:
  * 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'

OBS-URL: https://build.opensuse.org/request/show/1153106
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/canfigger?expand=0&rev=4
2024-03-01 13:10:42 +00:00

21 lines
815 B
Plaintext

-------------------------------------------------------------------
Thu Feb 29 05:12:00 UTC 2024 - Andy Alt <arch_stanton5995@proton.me>
- canfigger 0.3.0:
* 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'
-------------------------------------------------------------------
Tue Jan 11 17:51:16 UTC 2022 - Andy Alt <andy400-dev@yahoo.com>
- canfigger 0.2.0:
* implement support for multiple attributes
-------------------------------------------------------------------
Mon Dec 27 09:30:16 UTC 2021 - Andy Alt <andy400-dev@yahoo.com>
- canfigger 0.1.2, initial package