The Featureless Linux Library stable version 0.7.0
is released.
This is a development release.
The 0.7
development code has gone too long without a formal release tag.
This development branch has seen development as far back as August 3, 2022 and much of the 0.6
includes a lot of back ported code from 0.7
.
This release represents a starting point for many planned changes and updates throughout the year.
This development code has some design changes that makes the project a little more versatile and extensible but at a cost of slightly larger code.
Many of the programs now have a more consistent and modular design that allows for housing multiple related projects in the same code base.
Several of the projects have been renamed and simplified into shorter names, such as f_string_range_t
now being f_range_t
.
A new program called EKI, also known as Extended IKI, that handles the EKI specifications is now available.
Not everything is implemented or complete, but this is not strictly required for a development release. Most of the library, and the related programs, are tested and confirmed to be working. Projects like Controller and Control are not yet complete.