Full list in the changelog.
No functional changes.
Update: rcd_autogen v2.6 :: fixed-size array of units, variable declaration.
Most important change in this release is that the interface is now const-correct (fully backward-compatible).
Many bugfixes, new functions for better scope management, few optimizations.
Library interface have changed, but configuration files saved by previous version are fully supported.
Full list of changes is in the ChangeLog.
Yet another set of small fixes, to make this lib compatible with GNU's c99.
The most significant change is the returncode.h (v0.8.5): hopefully, ths version will work correctly with the future versions of GCC.
Another thing is, that -std=c99 is causing problems -> switched to gnu99, which works flawlessly in all situations.
Most important changes:
Full list in the changelog.
A very small bug fixed (non-critical, but annoying): wrong name of default settings definition: tcx_default_settings, should be: txc_default_settings - just a typo.
Updated returncode.h to v0.8.1
Apparently, the regression was introduced in v0.5.0, with the implementation of txc_cfg_clone().