Blob


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.71 (2022-06-23)
11 * portable: fix cross-compilation, from Leah Neukirchen
13 # got-portable 0.70 (2022-05-13)
15 * Changes from got-0.70; no -portable specific changes worth mentioning.
17 # got-portable 0.69 (2022-04-24)
19 * portable: added Apline Linux to the core set of OSes when checking CI/CD -
20 this therefore implies -portable can build on muscl as well as glibc.
21 * portable: fixed compilation of -portable on Alpine Linux with respect to
22 Landlock by using the correct header file.
23 * portable: added SipHash as a -portable implementation.
25 # got-portable 0.68.1 (2022-03-22)
27 * portable: fix up a bad merge whereby a code block that should have been
28 removed was left in-situ.
30 # got-portable 0.68 (2022-03-22)
32 * Changes from got-0.68
33 * portable: support for the following operating systems:
34 - FreeBSD
35 - NetBSD
36 - DragonFlyBSD
37 - MacOS
39 # got-portable 0.67; (2022-02-20)
41 * Changes from got-0.66
42 * Landlock support: portable now has support for the landlock API which
43 is similar to unveil(), allowing restrictions to which part of the
44 filesystem a process can access.
46 # got-portable 0.66; (2022-01-12)
48 * Changes from got-0.65
50 # got-portable 0.65; (2022-01-06)
52 * Added timespec*() compat-wrappers for BSD-time functions.
54 # got-portable 0.64; (2021-11-24)
56 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
58 # got-portable 0.62; (2021-10-17)
60 * Changes from got-0.62
62 # got-portable 0.61; (2021-10-09)
64 * Port regress tests.
65 * Improve FreeBSD compatibility.
67 # got-portable 0.60; (2021-09-21)
69 * First portable version released for Linux.