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