tog: group state assignments and zap dup repo assignment
[got-portable.git] / CHANGELOG
bloba8cdcef8cefc811d05f928c3b4788c762f3c3e6c
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.106 (2024-11-28)
11 * Changes from got-0.106
13   Plus:
14     - libutil sync changes from OpenBSD so that imsg works on Linux.
16 # got-portable 0.105 (2024-11-14)
18 * Changes from got-0.105
20   No -portable changes worth mentioning.
22 # got-portable 0.104 (2024-10-22)
24 * Changes from got-0.104
26   No -portable changes worth mentioning.
28 # got-portable 0.103 (2024-09-10)
30 * Changes from got-0.103
32   No -portable changes worth mentioning.
34 # got-portable 0.102 (2024-08-15)
36 * Changes from got-1.02
38   No -portable changesw worth mentioning.
40 # got-portable 0.101 (2024-07-12)
42 * Changes from got-0.101
44   No -portable changes worth mentioning.
46 # got-portable 0.100 (2024-06-03)
48 * Changes fro, got-0.100
50   No -portable changes worthj mentioning.
52 # got-portable 0.99 (2024-05-05)
54 * Changes from got-0.99
56   The -portable release also includes the following changes:
58   - The `--enable-gotd` ./configure flag has been removed; gotd is now built
59     unconitionally.
60   - Some small portability fixes now that FreeBSD has switched over to using
61     this.
63 # got-portable 0.98.2 (2024-04-25)
65 * Changes from 0.98.1
67   - Include missing got helper got-fetch-http 
69 # got-portable 0.98.1 (2024-04-25)
71 * Changes from got-portable-0.98
73  - Fix release tarball to include missing utd8d.h when using --enable-gotd
75 # got-portable 0.98 (2024-04-25)
77 * Changes from got-0.98
79   The -portable release also includes the following changes:
81   - GOT_DEFAULT_EDITOR can now be passed as a #define so that the path to
82     vi(1) can be changed.  Default is /usr/bin/vi
83   - regress: drop jot as a dependency and use seq(1)
85 # got-portable 0.97 (2024-03-11)
87 * Changes from got-0.97
89   No -portable changes worth mentioning.
91 # got-portable 0.96 (2024-02-13)
93 * Changes from got-0.96
95   No -portable changes worth mentioning.
97 # got-portable 0.95 (2023-12-09)
99 * Changes from got-0.95
101   No specific -portable changes worth mentioning.
103 # got-portable 0.94 (2023-11-30)
105 * Changes from got-0.94
107   -portable ships with an experimental/work-in-progress cvg(1) utility, which
108   is disable by default, but can be enabled via the configure flag
109   --enable-cvg.  It's is not recommended for use at this time though.
111 # got-portable 0.93 (2023-09-18)
113 * Changes from got-0.93
115   No specific -portable changes worth mentioning.
117 # got-portable 0.92 (2023-08-29)
119 * Changes from got-0.92
121 This release also introduces 'gotd', which is got's server implementation.  By
122 extension, other tools are also introduced to work with gotd, and they are:
124 * gitwrapper
125 * gotctl
126 * gotsh
128 For more information about gotd, see gotd(8), as well as the above command man
129 pages where necessary.  Note that gotd's portable implementation uses chroot()
130 to ensure some separation; this still requires the main gotd binary to run as
131 the root user.
133 To enable gotd and the corresponding other tools which work with it, you must
134 pass the '--enable-gotd' ./configure flag.
136 Further installation instructions can be found in the README.portable file in
137 the root directory of the project.
139 # got-portable 0.91 (2023-07-19)
141 * Changes from got-0.91
143   No specific -portable changes worth mentioning.
145 # got-portable 0.90 (2023-06-26)
147 * Changes from got-0.90.
149   No specific -portable changes worth mentioning.
151 # got-portable 0.89 (2023-06-08)
153 * Changes from got-0.89.
155   No specific -portable changes worth mentioning.
157 # got-portable 0.88 (2023-05-02)
159 * Changes from got-0.88.
161   No specific -portable changes worth mentioning.
163 # got-portable 0.87 (2023-04-22)
165 * Changes from got-0.87.
167   A few -portable changes to tidy up a few things.  See the repository history
168   for more details.
170 # got-portable 0.86 (2023-03-13)
172 * Changes from got-0.86; no -portable specific changes worth mentioning.
174 # got-portable 0.85 (2023-03-08)
176 * Changes from got-0.85.
178 There's been a tonne of -portable-specific changes in this release which aim
179 to make portability easier across the supported systems.  In particular,
180 there's been a lot of header cleanups, and now that -portable is using
181 config.h, this has allowed dependencies to be split out, so that ncurses is
182 only linked where required (tog).  This should allow for multipacking where
183 needed.
185 There have also been some great improvements to regress (which is the test
186 suite) to remove GNU-specific wrappers for date(1), sed(1), ln(1).
188 There's too many commits to list here, but for the specifics, see the
189 differences between '0.84.1..0.85'.
191 Thanks in particular to Christian "naddy" Weisgerber for his help with this
192 work, and this -portable release.
194 # got-portable 0.84.1 (2023-02-24)
196 This is a bug-fix -portable release to address the following:
198 * Switch to using AC_CHECK_DECL to avoid cross-compilation issues when running
199   on Void Linux.
200 * Add libbsd check to template sub-project.
202 # got-portable 0.84 (2023-02-23)
204 * Changes from got-0.84.  Portable change include:
206 * portable: allow for yacc to be found via setting YACC env var.
208 # got-portable 0.83 (2023-01-31)
210 * Changes from got-0.83; no -portable specific changes worth mentioning.
212 # got-portable 0.82 (2023-01-23)
214 * Changes from got-0.82; no -portable specific changes worth mentioning.
216 # got-portable 0.81 (2023-01-19)
218 * Changes from got-0.80 and got-0.81.  Portable changes include:
220 * portable: Moving template/ to its own subproject (only used at compile-time)
221 * portable: configure.ac: fix libpanelw detection
222 * portable: __xpg_strerror_r: add forward-decl
224 # got-portable 0.79 (2022-11-08)
226 * Changes from got-0.79; ; no -portable specific changes worth mentioning.
228 # got-portable 0.78 (2022-11-03)
230 * Changes from got-0.78; ; no -portable specific changes worth mentioning.
232 # got-portable 0.77 (2022-10-24)
234 * Changes from got-0.77; ; no -portable specific changes worth mentioning.
236 # got-portable 0.76 (2022-09-23)
238 * Changes from got-0.76; no -portable specific changes worth mentioning.
240 # got-portable 0.75.1 (2022-09-13)
242 This is a bug-fix -portable release to address the following:
244 * portable: macos: look for GNU Bison in more places, based on whether brew or
245   MacPorts is in use, and failing to find Bison that way, look in a few
246   hard-coded but likely locations.
247 * portable: remove compat sys/queue.h -- this now makes libbsd a core
248   dependency on those systems which require it.
250 # got-portable 0.75 (2022-09-10)
252 * portable: import gotwebd
253 * portable: improve <sys/queue.h> inclusion
254 * portable: portably wrap socket functions between BSDs/Linux
255 * portable: improve homebrew support for MacOS
257 # got-portable 0.74 (2022-07-14)
259 * portable: made the 'date' command more portable in the test suite.
260 * portable: improved error-handling for commands on BSD-systems without
261   coreutils being installed.
262 * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
263   any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
264   for instance).
266 # got-portable 0.73 (2022-07-04)
268 * Changes as found in got-0.73.
269 * portable: the libexec helpers now support Capsicum on FreeBSD, which is
270   similar to OpenBSD's pledge() syscall.
271 * Some portable work has taken place, but these have been merged upstream and
272   hence will be in the got-0.73 changes file.
274 # got-portable 0.71 (2022-06-23)
276 * portable: fix cross-compilation, from Leah Neukirchen
278 # got-portable 0.70 (2022-05-13)
280 * Changes from got-0.70; no -portable specific changes worth mentioning.
282 # got-portable 0.69 (2022-04-24)
284 * portable: added Apline Linux to the core set of OSes when checking CI/CD -
285   this therefore implies -portable can build on muscl as well as glibc.
286 * portable: fixed compilation of -portable on Alpine Linux with respect to
287   Landlock by using the correct header file.
288 * portable: added SipHash as a -portable implementation.
290 # got-portable 0.68.1 (2022-03-22)
292 * portable: fix up a bad merge whereby a code block that should have been
293   removed was left in-situ.
295 # got-portable 0.68 (2022-03-22)
297 * Changes from got-0.68
298 * portable: support for the following operating systems:
299   - FreeBSD
300   - NetBSD
301   - DragonFlyBSD
302   - MacOS
304 # got-portable 0.67; (2022-02-20)
306 * Changes from got-0.66
307 * Landlock support: portable now has support for the landlock API which
308   is similar to unveil(), allowing restrictions to which part of the
309   filesystem a process can access.
311 # got-portable 0.66; (2022-01-12)
313 * Changes from got-0.65
315 # got-portable 0.65; (2022-01-06)
317 * Added timespec*() compat-wrappers for BSD-time functions.
319 # got-portable 0.64; (2021-11-24)
321 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
323 # got-portable 0.62; (2021-10-17)
325 * Changes from got-0.62
327 # got-portable 0.61; (2021-10-09)
329 * Port regress tests.
330 * Improve FreeBSD compatibility.
332 # got-portable 0.60; (2021-09-21)
334 * First portable version released for Linux.