portable: release 0.96
[got-portable.git] / CHANGELOG
blobaf866a2684cfdd9eeae071e3ac00ccb0bf7b3804
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.96 (2024-02-13)
11 * Changes from got-0.96
13   No -portable changes worth mentioning.
15 # got-portable 0.95 (2023-12-09)
17 * Changes from got-0.95
19   No specific -portable changes worth mentioning.
21 # got-portable 0.94 (2023-11-30)
23 * Changes from got-0.94
25   -portable ships with an experimental/work-in-progress cvg(1) utility, which
26   is disable by default, but can be enabled via the configure flag
27   --enable-cvg.  It's is not recommended for use at this time though.
29 # got-portable 0.93 (2023-09-18)
31 * Changes from got-0.93
33   No specific -portable changes worth mentioning.
35 # got-portable 0.92 (2023-08-29)
37 * Changes from got-0.92
39 This release also introduces 'gotd', which is got's server implementation.  By
40 extension, other tools are also introduced to work with gotd, and they are:
42 * gitwrapper
43 * gotctl
44 * gotsh
46 For more information about gotd, see gotd(8), as well as the above command man
47 pages where necessary.  Note that gotd's portable implementation uses chroot()
48 to ensure some separation; this still requires the main gotd binary to run as
49 the root user.
51 To enable gotd and the corresponding other tools which work with it, you must
52 pass the '--enable-gotd' ./configure flag.
54 Further installation instructions can be found in the README.portable file in
55 the root directory of the project.
57 # got-portable 0.91 (2023-07-19)
59 * Changes from got-0.91
61   No specific -portable changes worth mentioning.
63 # got-portable 0.90 (2023-06-26)
65 * Changes from got-0.90.
67   No specific -portable changes worth mentioning.
69 # got-portable 0.89 (2023-06-08)
71 * Changes from got-0.89.
73   No specific -portable changes worth mentioning.
75 # got-portable 0.88 (2023-05-02)
77 * Changes from got-0.88.
79   No specific -portable changes worth mentioning.
81 # got-portable 0.87 (2023-04-22)
83 * Changes from got-0.87.
85   A few -portable changes to tidy up a few things.  See the repository history
86   for more details.
88 # got-portable 0.86 (2023-03-13)
90 * Changes from got-0.86; no -portable specific changes worth mentioning.
92 # got-portable 0.85 (2023-03-08)
94 * Changes from got-0.85.
96 There's been a tonne of -portable-specific changes in this release which aim
97 to make portability easier across the supported systems.  In particular,
98 there's been a lot of header cleanups, and now that -portable is using
99 config.h, this has allowed dependencies to be split out, so that ncurses is
100 only linked where required (tog).  This should allow for multipacking where
101 needed.
103 There have also been some great improvements to regress (which is the test
104 suite) to remove GNU-specific wrappers for date(1), sed(1), ln(1).
106 There's too many commits to list here, but for the specifics, see the
107 differences between '0.84.1..0.85'.
109 Thanks in particular to Christian "naddy" Weisgerber for his help with this
110 work, and this -portable release.
112 # got-portable 0.84.1 (2023-02-24)
114 This is a bug-fix -portable release to address the following:
116 * Switch to using AC_CHECK_DECL to avoid cross-compilation issues when running
117   on Void Linux.
118 * Add libbsd check to template sub-project.
120 # got-portable 0.84 (2023-02-23)
122 * Changes from got-0.84.  Portable change include:
124 * portable: allow for yacc to be found via setting YACC env var.
126 # got-portable 0.83 (2023-01-31)
128 * Changes from got-0.83; no -portable specific changes worth mentioning.
130 # got-portable 0.82 (2023-01-23)
132 * Changes from got-0.82; no -portable specific changes worth mentioning.
134 # got-portable 0.81 (2023-01-19)
136 * Changes from got-0.80 and got-0.81.  Portable changes include:
138 * portable: Moving template/ to its own subproject (only used at compile-time)
139 * portable: configure.ac: fix libpanelw detection
140 * portable: __xpg_strerror_r: add forward-decl
142 # got-portable 0.79 (2022-11-08)
144 * Changes from got-0.79; ; no -portable specific changes worth mentioning.
146 # got-portable 0.78 (2022-11-03)
148 * Changes from got-0.78; ; no -portable specific changes worth mentioning.
150 # got-portable 0.77 (2022-10-24)
152 * Changes from got-0.77; ; no -portable specific changes worth mentioning.
154 # got-portable 0.76 (2022-09-23)
156 * Changes from got-0.76; no -portable specific changes worth mentioning.
158 # got-portable 0.75.1 (2022-09-13)
160 This is a bug-fix -portable release to address the following:
162 * portable: macos: look for GNU Bison in more places, based on whether brew or
163   MacPorts is in use, and failing to find Bison that way, look in a few
164   hard-coded but likely locations.
165 * portable: remove compat sys/queue.h -- this now makes libbsd a core
166   dependency on those systems which require it.
168 # got-portable 0.75 (2022-09-10)
170 * portable: import gotwebd
171 * portable: improve <sys/queue.h> inclusion
172 * portable: portably wrap socket functions between BSDs/Linux
173 * portable: improve homebrew support for MacOS
175 # got-portable 0.74 (2022-07-14)
177 * portable: made the 'date' command more portable in the test suite.
178 * portable: improved error-handling for commands on BSD-systems without
179   coreutils being installed.
180 * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
181   any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
182   for instance).
184 # got-portable 0.73 (2022-07-04)
186 * Changes as found in got-0.73.
187 * portable: the libexec helpers now support Capsicum on FreeBSD, which is
188   similar to OpenBSD's pledge() syscall.
189 * Some portable work has taken place, but these have been merged upstream and
190   hence will be in the got-0.73 changes file.
192 # got-portable 0.71 (2022-06-23)
194 * portable: fix cross-compilation, from Leah Neukirchen
196 # got-portable 0.70 (2022-05-13)
198 * Changes from got-0.70; no -portable specific changes worth mentioning.
200 # got-portable 0.69 (2022-04-24)
202 * portable: added Apline Linux to the core set of OSes when checking CI/CD -
203   this therefore implies -portable can build on muscl as well as glibc.
204 * portable: fixed compilation of -portable on Alpine Linux with respect to
205   Landlock by using the correct header file.
206 * portable: added SipHash as a -portable implementation.
208 # got-portable 0.68.1 (2022-03-22)
210 * portable: fix up a bad merge whereby a code block that should have been
211   removed was left in-situ.
213 # got-portable 0.68 (2022-03-22)
215 * Changes from got-0.68
216 * portable: support for the following operating systems:
217   - FreeBSD
218   - NetBSD
219   - DragonFlyBSD
220   - MacOS
222 # got-portable 0.67; (2022-02-20)
224 * Changes from got-0.66
225 * Landlock support: portable now has support for the landlock API which
226   is similar to unveil(), allowing restrictions to which part of the
227   filesystem a process can access.
229 # got-portable 0.66; (2022-01-12)
231 * Changes from got-0.65
233 # got-portable 0.65; (2022-01-06)
235 * Added timespec*() compat-wrappers for BSD-time functions.
237 # got-portable 0.64; (2021-11-24)
239 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
241 # got-portable 0.62; (2021-10-17)
243 * Changes from got-0.62
245 # got-portable 0.61; (2021-10-09)
247 * Port regress tests.
248 * Improve FreeBSD compatibility.
250 # got-portable 0.60; (2021-09-21)
252 * First portable version released for Linux.