Release 0.67
[got-portable.git] / CHANGELOG
bloba84cbebe957fa3c20721c81fe1ed9c84de58e587
1 Got-portable Changelog
2 ======================
4 This file details portable-specific changes to make things work on systems
5 other than OpenBSD.
7 All changes are on top of the versioned changes listed in CHANGES.
9 # got-portable 0.67; (2022-02-20)
11 * Changes from got-0.66
12 * Landlock support: portable now has support for the landlock API which
13   is similar to unveil(), allowing restrictions to which part of the
14   filesystem a process can access.
16 # got-portable 0.66; (2022-01-12)
18 * Changes from got-0.65
20 # got-portable 0.65; (2022-01-06)
22 * Added timespec*() compat-wrappers for BSD-time functions.
24 # got-portable 0.64; (2021-11-24)
26 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
28 # got-portable 0.62; (2021-10-17)
30 * Changes from got-0.62
32 # got-portable 0.61; (2021-10-09)
34 * Port regress tests.
35 * Improve FreeBSD compatibility.
37 # got-portable 0.60; (2021-09-21)
39 * First portable version released for Linux.