commit 19bdcbd82cb27bb45cee2e3d77b56be06ee4a874 from: Thomas Adam date: Tue Sep 09 15:20:37 2025 UTC portable: release 0.118 commit - 0d2a62a2872f31ca5334b906c6ff7992fff87a95 commit + 19bdcbd82cb27bb45cee2e3d77b56be06ee4a874 blob - 4868054940dbaa38b8939d0c6ec591978f36cadf blob + 061bea1feba1b34aa2f0cfda79ec036aeda015d4 --- CHANGELOG +++ CHANGELOG @@ -5,6 +5,12 @@ This file details portable-specific changes to make th other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. + +# got-portable 0.118 (2025-09-09) + +* Changes from got-0.117 + + No -portable changes worth mentioning. # got-portable 0.117 (2025-08-18) blob - b3407a80bd7d2dd86c17cb3f41c3645b196ccc3c blob + 4e69773a9105180166a661f4e992b278a501cfb9 --- 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.118 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }