slight code simplification, seeing that clear_meta(NULL) is fine
[got-portable.git] / CHANGELOG
blob8e9aa313bfef7073210395ba19a5af8133333263
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.104 (2024-10-22)
11 * Changes from got-0.104
13   No -portable changes worth mentioning.
15 # got-portable 0.103 (2024-09-10)
17 * Changes from got-0.103
19   No -portable changes worth mentioning.
21 # got-portable 0.102 (2024-08-15)
23 * Changes from got-1.02
25   No -portable changesw worth mentioning.
27 # got-portable 0.101 (2024-07-12)
29 * Changes from got-0.101
31   No -portable changes worth mentioning.
33 # got-portable 0.100 (2024-06-03)
35 * Changes fro, got-0.100
37   No -portable changes worthj mentioning.
39 # got-portable 0.99 (2024-05-05)
41 * Changes from got-0.99
43   The -portable release also includes the following changes:
45   - The `--enable-gotd` ./configure flag has been removed; gotd is now built
46     unconitionally.
47   - Some small portability fixes now that FreeBSD has switched over to using
48     this.
50 # got-portable 0.98.2 (2024-04-25)
52 * Changes from 0.98.1
54   - Include missing got helper got-fetch-http 
56 # got-portable 0.98.1 (2024-04-25)
58 * Changes from got-portable-0.98
60  - Fix release tarball to include missing utd8d.h when using --enable-gotd
62 # got-portable 0.98 (2024-04-25)
64 * Changes from got-0.98
66   The -portable release also includes the following changes:
68   - GOT_DEFAULT_EDITOR can now be passed as a #define so that the path to
69     vi(1) can be changed.  Default is /usr/bin/vi
70   - regress: drop jot as a dependency and use seq(1)
72 # got-portable 0.97 (2024-03-11)
74 * Changes from got-0.97
76   No -portable changes worth mentioning.
78 # got-portable 0.96 (2024-02-13)
80 * Changes from got-0.96
82   No -portable changes worth mentioning.
84 # got-portable 0.95 (2023-12-09)
86 * Changes from got-0.95
88   No specific -portable changes worth mentioning.
90 # got-portable 0.94 (2023-11-30)
92 * Changes from got-0.94
94   -portable ships with an experimental/work-in-progress cvg(1) utility, which
95   is disable by default, but can be enabled via the configure flag
96   --enable-cvg.  It's is not recommended for use at this time though.
98 # got-portable 0.93 (2023-09-18)
100 * Changes from got-0.93
102   No specific -portable changes worth mentioning.
104 # got-portable 0.92 (2023-08-29)
106 * Changes from got-0.92
108 This release also introduces 'gotd', which is got's server implementation.  By
109 extension, other tools are also introduced to work with gotd, and they are:
111 * gitwrapper
112 * gotctl
113 * gotsh
115 For more information about gotd, see gotd(8), as well as the above command man
116 pages where necessary.  Note that gotd's portable implementation uses chroot()
117 to ensure some separation; this still requires the main gotd binary to run as
118 the root user.
120 To enable gotd and the corresponding other tools which work with it, you must
121 pass the '--enable-gotd' ./configure flag.
123 Further installation instructions can be found in the README.portable file in
124 the root directory of the project.
126 # got-portable 0.91 (2023-07-19)
128 * Changes from got-0.91
130   No specific -portable changes worth mentioning.
132 # got-portable 0.90 (2023-06-26)
134 * Changes from got-0.90.
136   No specific -portable changes worth mentioning.
138 # got-portable 0.89 (2023-06-08)
140 * Changes from got-0.89.
142   No specific -portable changes worth mentioning.
144 # got-portable 0.88 (2023-05-02)
146 * Changes from got-0.88.
148   No specific -portable changes worth mentioning.
150 # got-portable 0.87 (2023-04-22)
152 * Changes from got-0.87.
154   A few -portable changes to tidy up a few things.  See the repository history
155   for more details.
157 # got-portable 0.86 (2023-03-13)
159 * Changes from got-0.86; no -portable specific changes worth mentioning.
161 # got-portable 0.85 (2023-03-08)
163 * Changes from got-0.85.
165 There's been a tonne of -portable-specific changes in this release which aim
166 to make portability easier across the supported systems.  In particular,
167 there's been a lot of header cleanups, and now that -portable is using
168 config.h, this has allowed dependencies to be split out, so that ncurses is
169 only linked where required (tog).  This should allow for multipacking where
170 needed.
172 There have also been some great improvements to regress (which is the test
173 suite) to remove GNU-specific wrappers for date(1), sed(1), ln(1).
175 There's too many commits to list here, but for the specifics, see the
176 differences between '0.84.1..0.85'.
178 Thanks in particular to Christian "naddy" Weisgerber for his help with this
179 work, and this -portable release.
181 # got-portable 0.84.1 (2023-02-24)
183 This is a bug-fix -portable release to address the following:
185 * Switch to using AC_CHECK_DECL to avoid cross-compilation issues when running
186   on Void Linux.
187 * Add libbsd check to template sub-project.
189 # got-portable 0.84 (2023-02-23)
191 * Changes from got-0.84.  Portable change include:
193 * portable: allow for yacc to be found via setting YACC env var.
195 # got-portable 0.83 (2023-01-31)
197 * Changes from got-0.83; no -portable specific changes worth mentioning.
199 # got-portable 0.82 (2023-01-23)
201 * Changes from got-0.82; no -portable specific changes worth mentioning.
203 # got-portable 0.81 (2023-01-19)
205 * Changes from got-0.80 and got-0.81.  Portable changes include:
207 * portable: Moving template/ to its own subproject (only used at compile-time)
208 * portable: configure.ac: fix libpanelw detection
209 * portable: __xpg_strerror_r: add forward-decl
211 # got-portable 0.79 (2022-11-08)
213 * Changes from got-0.79; ; no -portable specific changes worth mentioning.
215 # got-portable 0.78 (2022-11-03)
217 * Changes from got-0.78; ; no -portable specific changes worth mentioning.
219 # got-portable 0.77 (2022-10-24)
221 * Changes from got-0.77; ; no -portable specific changes worth mentioning.
223 # got-portable 0.76 (2022-09-23)
225 * Changes from got-0.76; no -portable specific changes worth mentioning.
227 # got-portable 0.75.1 (2022-09-13)
229 This is a bug-fix -portable release to address the following:
231 * portable: macos: look for GNU Bison in more places, based on whether brew or
232   MacPorts is in use, and failing to find Bison that way, look in a few
233   hard-coded but likely locations.
234 * portable: remove compat sys/queue.h -- this now makes libbsd a core
235   dependency on those systems which require it.
237 # got-portable 0.75 (2022-09-10)
239 * portable: import gotwebd
240 * portable: improve <sys/queue.h> inclusion
241 * portable: portably wrap socket functions between BSDs/Linux
242 * portable: improve homebrew support for MacOS
244 # got-portable 0.74 (2022-07-14)
246 * portable: made the 'date' command more portable in the test suite.
247 * portable: improved error-handling for commands on BSD-systems without
248   coreutils being installed.
249 * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
250   any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
251   for instance).
253 # got-portable 0.73 (2022-07-04)
255 * Changes as found in got-0.73.
256 * portable: the libexec helpers now support Capsicum on FreeBSD, which is
257   similar to OpenBSD's pledge() syscall.
258 * Some portable work has taken place, but these have been merged upstream and
259   hence will be in the got-0.73 changes file.
261 # got-portable 0.71 (2022-06-23)
263 * portable: fix cross-compilation, from Leah Neukirchen
265 # got-portable 0.70 (2022-05-13)
267 * Changes from got-0.70; no -portable specific changes worth mentioning.
269 # got-portable 0.69 (2022-04-24)
271 * portable: added Apline Linux to the core set of OSes when checking CI/CD -
272   this therefore implies -portable can build on muscl as well as glibc.
273 * portable: fixed compilation of -portable on Alpine Linux with respect to
274   Landlock by using the correct header file.
275 * portable: added SipHash as a -portable implementation.
277 # got-portable 0.68.1 (2022-03-22)
279 * portable: fix up a bad merge whereby a code block that should have been
280   removed was left in-situ.
282 # got-portable 0.68 (2022-03-22)
284 * Changes from got-0.68
285 * portable: support for the following operating systems:
286   - FreeBSD
287   - NetBSD
288   - DragonFlyBSD
289   - MacOS
291 # got-portable 0.67; (2022-02-20)
293 * Changes from got-0.66
294 * Landlock support: portable now has support for the landlock API which
295   is similar to unveil(), allowing restrictions to which part of the
296   filesystem a process can access.
298 # got-portable 0.66; (2022-01-12)
300 * Changes from got-0.65
302 # got-portable 0.65; (2022-01-06)
304 * Added timespec*() compat-wrappers for BSD-time functions.
306 # got-portable 0.64; (2021-11-24)
308 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
310 # got-portable 0.62; (2021-10-17)
312 * Changes from got-0.62
314 # got-portable 0.61; (2021-10-09)
316 * Port regress tests.
317 * Improve FreeBSD compatibility.
319 # got-portable 0.60; (2021-09-21)
321 * First portable version released for Linux.