commit 82da5d1a74509dc248454d0966d0a000054f8ac9 from: Thomas Adam date: Wed Sep 10 16:26:26 2025 UTC portable: release 0.118.1 Fix a mistake with the build where certain header files (sha1.h and sha2.h) needed to be included portably. commit - c596f193220a0bcc95c736afde167a32d121b5f4 commit + 82da5d1a74509dc248454d0966d0a000054f8ac9 blob - d06b102e892a8e174ec40e2d2df0058fef09a14f blob + 36a0319d8a3d75cb9b06e54cf3b0e3a5b7df99c6 --- 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.1 (2025-09-10) + + This a -portable maintenance/bug-fix release: + + - Remove sha{1,2}.h from source files as these are included portably. # got-portable 0.118 (2025-09-09) blob - 0bba1c7c49d700f5449316761b2df0c83f065222 blob + 1daa3601b13e8226cc08a8fea900951a3bcd7a39 --- 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.1 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }