This release brings:
- build fixes with OBJDIR
- minor API update in <System/string.h>
- support for SOURCE_DATE_EPOCH in tests
- minor fixes and improvements
Among the changes:
- more convenience functions for configuration files
- reworked the error-handling API
- progress with the variable conversion framework
Unfortunately this will break a number of packages using this library:
there is an API change in the Error class. I will update them all as soon
as I can.
Among the changes:
- extended String API (trimming)
- reworked the Array and Config classes
- build with SSP and PIE by default
- fixes and improvements to the build system
- additional tests