Skip to content

ding-libs-0.7.0

Latest

Choose a tag to compare

@alexey-tikhonov alexey-tikhonov released this 03 Mar 13:52
· 1 commit to master since this release
0.7.0

Important changes

  • path_utils, collection, refarray and basicobjects were merged into the ini_config library. refarray's API is still exposed (via ini_config lib) intentionally as it's used by ini_config public API. API of other libs and parts of ini_config API (including previously deprecated interface ini_config.h) were made private. This change makes API/ABI backward incompatible (libini_config.so version was bumped to 8.0.0) and thus requires a rebuild of all dependent packages (#34).

Other changes

  • collection: Fix typo of 'debuging'. by @jas4711 in #25
  • Update README to add dependencies by @gdonval in #27
  • Fix some commentary/log message spellos related to access_check by @jengelh in #28

New contributors

Full Changelog: 0.6.2...0.7.0