commit fad17fea5c64ac142e0ce48fd9db3462becac38b from: Thomas Adam date: Fri Jan 24 22:09:36 2025 UTC portable: release 0.108 commit - 27d18ca830370ecfb78ef37663e0cc0d49b8ea8d commit + fad17fea5c64ac142e0ce48fd9db3462becac38b blob - a701ef3b45bd2a423be142ef0848d21d4d25b184 blob + a0aad1c5d8166ec8a3f7e9ae9b955aefc08c8d1f --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,13 @@ other than OpenBSD. 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 @@ -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.108 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }