gotwebd: delete dead code
[got-portable.git] / CHANGELOG
blob6fce04ce52d6d525ca4fa428412448c8b6b9c119
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.99 (2024-05-05)
11 * Changes from got-0.99
13   The -portable release also includes the following changes:
15   - The `--enable-gotd` ./configure flag has been removed; gotd is now built
16     unconitionally.
17   - Some small portability fixes now that FreeBSD has switched over to using
18     this.
20 # got-portable 0.98.2 (2024-04-25)
22 * Changes from 0.98.1
24   - Include missing got helper got-fetch-http 
26 # got-portable 0.98.1 (2024-04-25)
28 * Changes from got-portable-0.98
30  - Fix release tarball to include missing utd8d.h when using --enable-gotd
32 # got-portable 0.98 (2024-04-25)
34 * Changes from got-0.98
36   The -portable release also includes the following changes:
38   - GOT_DEFAULT_EDITOR can now be passed as a #define so that the path to
39     vi(1) can be changed.  Default is /usr/bin/vi
40   - regress: drop jot as a dependency and use seq(1)
42 # got-portable 0.97 (2024-03-11)
44 * Changes from got-0.97
46   No -portable changes worth mentioning.
48 # got-portable 0.96 (2024-02-13)
50 * Changes from got-0.96
52   No -portable changes worth mentioning.
54 # got-portable 0.95 (2023-12-09)
56 * Changes from got-0.95
58   No specific -portable changes worth mentioning.
60 # got-portable 0.94 (2023-11-30)
62 * Changes from got-0.94
64   -portable ships with an experimental/work-in-progress cvg(1) utility, which
65   is disable by default, but can be enabled via the configure flag
66   --enable-cvg.  It's is not recommended for use at this time though.
68 # got-portable 0.93 (2023-09-18)
70 * Changes from got-0.93
72   No specific -portable changes worth mentioning.
74 # got-portable 0.92 (2023-08-29)
76 * Changes from got-0.92
78 This release also introduces 'gotd', which is got's server implementation.  By
79 extension, other tools are also introduced to work with gotd, and they are:
81 * gitwrapper
82 * gotctl
83 * gotsh
85 For more information about gotd, see gotd(8), as well as the above command man
86 pages where necessary.  Note that gotd's portable implementation uses chroot()
87 to ensure some separation; this still requires the main gotd binary to run as
88 the root user.
90 To enable gotd and the corresponding other tools which work with it, you must
91 pass the '--enable-gotd' ./configure flag.
93 Further installation instructions can be found in the README.portable file in
94 the root directory of the project.
96 # got-portable 0.91 (2023-07-19)
98 * Changes from got-0.91
100   No specific -portable changes worth mentioning.
102 # got-portable 0.90 (2023-06-26)
104 * Changes from got-0.90.
106   No specific -portable changes worth mentioning.
108 # got-portable 0.89 (2023-06-08)
110 * Changes from got-0.89.
112   No specific -portable changes worth mentioning.
114 # got-portable 0.88 (2023-05-02)
116 * Changes from got-0.88.
118   No specific -portable changes worth mentioning.
120 # got-portable 0.87 (2023-04-22)
122 * Changes from got-0.87.
124   A few -portable changes to tidy up a few things.  See the repository history
125   for more details.
127 # got-portable 0.86 (2023-03-13)
129 * Changes from got-0.86; no -portable specific changes worth mentioning.
131 # got-portable 0.85 (2023-03-08)
133 * Changes from got-0.85.
135 There's been a tonne of -portable-specific changes in this release which aim
136 to make portability easier across the supported systems.  In particular,
137 there's been a lot of header cleanups, and now that -portable is using
138 config.h, this has allowed dependencies to be split out, so that ncurses is
139 only linked where required (tog).  This should allow for multipacking where
140 needed.
142 There have also been some great improvements to regress (which is the test
143 suite) to remove GNU-specific wrappers for date(1), sed(1), ln(1).
145 There's too many commits to list here, but for the specifics, see the
146 differences between '0.84.1..0.85'.
148 Thanks in particular to Christian "naddy" Weisgerber for his help with this
149 work, and this -portable release.
151 # got-portable 0.84.1 (2023-02-24)
153 This is a bug-fix -portable release to address the following:
155 * Switch to using AC_CHECK_DECL to avoid cross-compilation issues when running
156   on Void Linux.
157 * Add libbsd check to template sub-project.
159 # got-portable 0.84 (2023-02-23)
161 * Changes from got-0.84.  Portable change include:
163 * portable: allow for yacc to be found via setting YACC env var.
165 # got-portable 0.83 (2023-01-31)
167 * Changes from got-0.83; no -portable specific changes worth mentioning.
169 # got-portable 0.82 (2023-01-23)
171 * Changes from got-0.82; no -portable specific changes worth mentioning.
173 # got-portable 0.81 (2023-01-19)
175 * Changes from got-0.80 and got-0.81.  Portable changes include:
177 * portable: Moving template/ to its own subproject (only used at compile-time)
178 * portable: configure.ac: fix libpanelw detection
179 * portable: __xpg_strerror_r: add forward-decl
181 # got-portable 0.79 (2022-11-08)
183 * Changes from got-0.79; ; no -portable specific changes worth mentioning.
185 # got-portable 0.78 (2022-11-03)
187 * Changes from got-0.78; ; no -portable specific changes worth mentioning.
189 # got-portable 0.77 (2022-10-24)
191 * Changes from got-0.77; ; no -portable specific changes worth mentioning.
193 # got-portable 0.76 (2022-09-23)
195 * Changes from got-0.76; no -portable specific changes worth mentioning.
197 # got-portable 0.75.1 (2022-09-13)
199 This is a bug-fix -portable release to address the following:
201 * portable: macos: look for GNU Bison in more places, based on whether brew or
202   MacPorts is in use, and failing to find Bison that way, look in a few
203   hard-coded but likely locations.
204 * portable: remove compat sys/queue.h -- this now makes libbsd a core
205   dependency on those systems which require it.
207 # got-portable 0.75 (2022-09-10)
209 * portable: import gotwebd
210 * portable: improve <sys/queue.h> inclusion
211 * portable: portably wrap socket functions between BSDs/Linux
212 * portable: improve homebrew support for MacOS
214 # got-portable 0.74 (2022-07-14)
216 * portable: made the 'date' command more portable in the test suite.
217 * portable: improved error-handling for commands on BSD-systems without
218   coreutils being installed.
219 * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
220   any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
221   for instance).
223 # got-portable 0.73 (2022-07-04)
225 * Changes as found in got-0.73.
226 * portable: the libexec helpers now support Capsicum on FreeBSD, which is
227   similar to OpenBSD's pledge() syscall.
228 * Some portable work has taken place, but these have been merged upstream and
229   hence will be in the got-0.73 changes file.
231 # got-portable 0.71 (2022-06-23)
233 * portable: fix cross-compilation, from Leah Neukirchen
235 # got-portable 0.70 (2022-05-13)
237 * Changes from got-0.70; no -portable specific changes worth mentioning.
239 # got-portable 0.69 (2022-04-24)
241 * portable: added Apline Linux to the core set of OSes when checking CI/CD -
242   this therefore implies -portable can build on muscl as well as glibc.
243 * portable: fixed compilation of -portable on Alpine Linux with respect to
244   Landlock by using the correct header file.
245 * portable: added SipHash as a -portable implementation.
247 # got-portable 0.68.1 (2022-03-22)
249 * portable: fix up a bad merge whereby a code block that should have been
250   removed was left in-situ.
252 # got-portable 0.68 (2022-03-22)
254 * Changes from got-0.68
255 * portable: support for the following operating systems:
256   - FreeBSD
257   - NetBSD
258   - DragonFlyBSD
259   - MacOS
261 # got-portable 0.67; (2022-02-20)
263 * Changes from got-0.66
264 * Landlock support: portable now has support for the landlock API which
265   is similar to unveil(), allowing restrictions to which part of the
266   filesystem a process can access.
268 # got-portable 0.66; (2022-01-12)
270 * Changes from got-0.65
272 # got-portable 0.65; (2022-01-06)
274 * Added timespec*() compat-wrappers for BSD-time functions.
276 # got-portable 0.64; (2021-11-24)
278 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
280 # got-portable 0.62; (2021-10-17)
282 * Changes from got-0.62
284 # got-portable 0.61; (2021-10-09)
286 * Port regress tests.
287 * Improve FreeBSD compatibility.
289 # got-portable 0.60; (2021-09-21)
291 * First portable version released for Linux.