Got-portable Changelog ====================== This file details portable-specific changes to make things work on systems other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. # got-portable 0.71 (2022-06-23) * portable: fix cross-compilation, from Leah Neukirchen # got-portable 0.70 (2022-05-13) * Changes from got-0.70; no -portable specific changes worth mentioning. # got-portable 0.69 (2022-04-24) * portable: added Apline Linux to the core set of OSes when checking CI/CD - this therefore implies -portable can build on muscl as well as glibc. * portable: fixed compilation of -portable on Alpine Linux with respect to Landlock by using the correct header file. * portable: added SipHash as a -portable implementation. # got-portable 0.68.1 (2022-03-22) * portable: fix up a bad merge whereby a code block that should have been removed was left in-situ. # got-portable 0.68 (2022-03-22) * Changes from got-0.68 * portable: support for the following operating systems: - FreeBSD - NetBSD - DragonFlyBSD - MacOS # got-portable 0.67; (2022-02-20) * Changes from got-0.66 * Landlock support: portable now has support for the landlock API which is similar to unveil(), allowing restrictions to which part of the filesystem a process can access. # got-portable 0.66; (2022-01-12) * Changes from got-0.65 # got-portable 0.65; (2022-01-06) * Added timespec*() compat-wrappers for BSD-time functions. # got-portable 0.64; (2021-11-24) * regress: make tests POSIX-compliant by making them run under dash (Ubuntu) # got-portable 0.62; (2021-10-17) * Changes from got-0.62 # got-portable 0.61; (2021-10-09) * Port regress tests. * Improve FreeBSD compatibility. # got-portable 0.60; (2021-09-21) * First portable version released for Linux.