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.91 (2023-07-19)
11 * Changes from got-0.91
13 No specific -portable changes worth mentioning.
15 # got-portable 0.90 (2023-06-26)
17 * Changes from got-0.90.
19 No specific -portable changes worth mentioning.
21 # got-portable 0.89 (2023-06-08)
23 * Changes from got-0.89.
25 No specific -portable changes worth mentioning.
27 # got-portable 0.88 (2023-05-02)
29 * Changes from got-0.88.
31 No specific -portable changes worth mentioning.
33 # got-portable 0.87 (2023-04-22)
35 * Changes from got-0.87.
37 A few -portable changes to tidy up a few things. See the repository history
38 for more details.
40 # got-portable 0.86 (2023-03-13)
42 * Changes from got-0.86; no -portable specific changes worth mentioning.
44 # got-portable 0.85 (2023-03-08)
46 * Changes from got-0.85.
48 There's been a tonne of -portable-specific changes in this release which aim
49 to make portability easier across the supported systems. In particular,
50 there's been a lot of header cleanups, and now that -portable is using
51 config.h, this has allowed dependencies to be split out, so that ncurses is
52 only linked where required (tog). This should allow for multipacking where
53 needed.
55 There have also been some great improvements to regress (which is the test
56 suite) to remove GNU-specific wrappers for date(1), sed(1), ln(1).
58 There's too many commits to list here, but for the specifics, see the
59 differences between '0.84.1..0.85'.
61 Thanks in particular to Christian "naddy" Weisgerber for his help with this
62 work, and this -portable release.
64 # got-portable 0.84.1 (2023-02-24)
66 This is a bug-fix -portable release to address the following:
68 * Switch to using AC_CHECK_DECL to avoid cross-compilation issues when running
69 on Void Linux.
70 * Add libbsd check to template sub-project.
72 # got-portable 0.84 (2023-02-23)
74 * Changes from got-0.84. Portable change include:
76 * portable: allow for yacc to be found via setting YACC env var.
78 # got-portable 0.83 (2023-01-31)
80 * Changes from got-0.83; no -portable specific changes worth mentioning.
82 # got-portable 0.82 (2023-01-23)
84 * Changes from got-0.82; no -portable specific changes worth mentioning.
86 # got-portable 0.81 (2023-01-19)
88 * Changes from got-0.80 and got-0.81. Portable changes include:
90 * portable: Moving template/ to its own subproject (only used at compile-time)
91 * portable: configure.ac: fix libpanelw detection
92 * portable: __xpg_strerror_r: add forward-decl
94 # got-portable 0.79 (2022-11-08)
96 * Changes from got-0.79; ; no -portable specific changes worth mentioning.
98 # got-portable 0.78 (2022-11-03)
100 * Changes from got-0.78; ; no -portable specific changes worth mentioning.
102 # got-portable 0.77 (2022-10-24)
104 * Changes from got-0.77; ; no -portable specific changes worth mentioning.
106 # got-portable 0.76 (2022-09-23)
108 * Changes from got-0.76; no -portable specific changes worth mentioning.
110 # got-portable 0.75.1 (2022-09-13)
112 This is a bug-fix -portable release to address the following:
114 * portable: macos: look for GNU Bison in more places, based on whether brew or
115 MacPorts is in use, and failing to find Bison that way, look in a few
116 hard-coded but likely locations.
117 * portable: remove compat sys/queue.h -- this now makes libbsd a core
118 dependency on those systems which require it.
120 # got-portable 0.75 (2022-09-10)
122 * portable: import gotwebd
123 * portable: improve <sys/queue.h> inclusion
124 * portable: portably wrap socket functions between BSDs/Linux
125 * portable: improve homebrew support for MacOS
127 # got-portable 0.74 (2022-07-14)
129 * portable: made the 'date' command more portable in the test suite.
130 * portable: improved error-handling for commands on BSD-systems without
131 coreutils being installed.
132 * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
133 any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
134 for instance).
136 # got-portable 0.73 (2022-07-04)
138 * Changes as found in got-0.73.
139 * portable: the libexec helpers now support Capsicum on FreeBSD, which is
140 similar to OpenBSD's pledge() syscall.
141 * Some portable work has taken place, but these have been merged upstream and
142 hence will be in the got-0.73 changes file.
144 # got-portable 0.71 (2022-06-23)
146 * portable: fix cross-compilation, from Leah Neukirchen
148 # got-portable 0.70 (2022-05-13)
150 * Changes from got-0.70; no -portable specific changes worth mentioning.
152 # got-portable 0.69 (2022-04-24)
154 * portable: added Apline Linux to the core set of OSes when checking CI/CD -
155 this therefore implies -portable can build on muscl as well as glibc.
156 * portable: fixed compilation of -portable on Alpine Linux with respect to
157 Landlock by using the correct header file.
158 * portable: added SipHash as a -portable implementation.
160 # got-portable 0.68.1 (2022-03-22)
162 * portable: fix up a bad merge whereby a code block that should have been
163 removed was left in-situ.
165 # got-portable 0.68 (2022-03-22)
167 * Changes from got-0.68
168 * portable: support for the following operating systems:
169 - FreeBSD
170 - NetBSD
171 - DragonFlyBSD
172 - MacOS
174 # got-portable 0.67; (2022-02-20)
176 * Changes from got-0.66
177 * Landlock support: portable now has support for the landlock API which
178 is similar to unveil(), allowing restrictions to which part of the
179 filesystem a process can access.
181 # got-portable 0.66; (2022-01-12)
183 * Changes from got-0.65
185 # got-portable 0.65; (2022-01-06)
187 * Added timespec*() compat-wrappers for BSD-time functions.
189 # got-portable 0.64; (2021-11-24)
191 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
193 # got-portable 0.62; (2021-10-17)
195 * Changes from got-0.62
197 # got-portable 0.61; (2021-10-09)
199 * Port regress tests.
200 * Improve FreeBSD compatibility.
202 # got-portable 0.60; (2021-09-21)
204 * First portable version released for Linux.