commit - ac1a0b445e16cc09128e2ae2b6692d209bb5e81c
commit + bf3185803e62d0c683e70ae9e3924b80387814d2
blob - 1a62d0a32ae6144f93b57dff7edcb271e7dd2f4e
blob + 52d9e27ef45c2c29d58d6e8f18633ba5253a927b
--- CHANGELOG
+++ CHANGELOG
other than OpenBSD.
All changes are on top of the versioned changes listed in CHANGES.
+
+# got-portable 0.110 (2025-03-21)
+
+* Changes from got-0.110
+
+ No -portable changes worth mentioning.
# got-portable 0.109 (2025-02-16)
blob - 169b8496d7622b05cc2154be6074c64df76ec09a
blob + c4762a00e9552ba5adae4c7772a7ab53d604d25f
--- util/got-portable-ver.sh
+++ util/got-portable-ver.sh
# 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.110
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }