]> Kevux Git Server - fll/tag
0.7.0
object 0c851cac6e7db769c34b2ca6a1743cfdc6e4e7da
authorKevin Day <Kevin@kevux.org>
Thu, 9 Jan 2025 01:17:38 +0000 (19:17 -0600)
The Featureless Linux Library development 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.

The release packages are made like this:
  # bash build/scripts/package.sh -p -P "monolithic-" build
  # bash build/scripts/package.sh -l -P "level-" build
  # bash build/scripts/package.sh -i -P "individual-" build
  # bash build/scripts/package.sh -S all -P "stand_alone-" build

  And change into each individual package group and do the following:
  # for i in * ; do echo ; echo $i ; tar -c $i > ${i}.tar && sha256sum ${i}.tar > ${i}.tar.sha256 && gpg -bas -u 02E939B8F7EFE597 ${i}.tar && gpg --verify ${i}.tar.asc && gzip -9 ${i}.tar ; done
-----BEGIN PGP SIGNATURE-----

iIYEABYKAC4WIQQwcFVH2oDfL8GzO6AC6Tm49+/llwUCZ38jvhAca2V2aW5Aa2V2
dXgub3JnAAoJEALpObj37+WXHBABAJ+mrBM7/kWqXWlyRb0dLI8JouynziSuGege
PExzLXQSAQDj3cSkn24OykUUekmFc5IW0uP6ZR1He0E/7fixE9OXDA==
=BoYS
-----END PGP SIGNATURE-----