commit 311c06b8a4a9e570c44bba8311f7b640dd82fafa from: Thomas Adam date: Mon Aug 18 16:06:53 2025 UTC portable: release 0.117 commit - 4d64bb818dac3711c5cb3b97f47b51ae1accdcd7 commit + 311c06b8a4a9e570c44bba8311f7b640dd82fafa blob - 243b3193fc9a8177dbd49575df718b5e0b9e20bc blob + 4868054940dbaa38b8939d0c6ec591978f36cadf --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,13 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.117 (2025-08-18) + +* Changes from got-0.117 + + Plus: + - regress: replace "sed -i" with ed(1) for portable in-place editing + # got-portable 0.116 (2025-07-27) * Changes from got-0.116 blob - 16bd8ce0befd33f8079378d7172e398c12096a68 blob + 64bd411ce0ff8145cedf62f45c50e4f6694a026f --- util/got-portable-ver.sh +++ util/got-portable-ver.sh @@ -7,7 +7,7 @@ # If it's a developer build, it's left as-is. # # Intended to be called from configure.ac (via autogen.sh) -GOT_RELEASE=no +GOT_RELEASE=yes GOT_PORTABLE_VER=0.117 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }