Commit Diff


commit - ac9becae7684c4ec24192ba0b076124516add408
commit + 10bae328680eaad9c23b34b14f81d6f48be1d2bb
blob - c11ba6542aea85c6d67e2edd1fd1a38da216fd97
blob + d94f3ceb04c2c3f831397fd1fb76641631b649d3
--- releases/portable/CHANGELOG
+++ releases/portable/CHANGELOG
@@ -6,6 +6,23 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
+# 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