commit - 27d18ca830370ecfb78ef37663e0cc0d49b8ea8d
commit + fad17fea5c64ac142e0ce48fd9db3462becac38b
blob - a701ef3b45bd2a423be142ef0848d21d4d25b184
blob + a0aad1c5d8166ec8a3f7e9ae9b955aefc08c8d1f
--- CHANGELOG
+++ CHANGELOG
All changes are on top of the versioned changes listed in CHANGES.
+# got-portable 0.108 (2025-01-24)
+
+* Changes from got-0.108
+
+ Plus:
+ - libutil sync for imsg updates.
+
# got-portable 0.107 (2024-01-05)
* Changes from got-0.107
blob - b49cd4c9348567cc01e79d9cb925f6266ec07287
blob + 32dc8e317250ba424ebb364b66874705cbd4cced
--- 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.108
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }