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