commit da69fe0ae676579b435b0b40011b518a878c6830 from: Thomas Adam date: Thu Nov 14 16:29:53 2024 UTC portable: release 0.105 commit - 310e4938778d496fa2c0a1c40a71473cc4ec2843 commit + da69fe0ae676579b435b0b40011b518a878c6830 blob - 8e9aa313bfef7073210395ba19a5af8133333263 blob + 317c4d878f043ed6110a758bc04f7f3d4f908ed7 --- 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.105 (2024-11-14) + +* Changes from got-0.105 + + No -portable changes worth mentioning. # got-portable 0.104 (2024-10-22) blob - b315df9e52752ae99f3b9a6eb907dfce597ff75a blob + c03b1188c6d0ea3119c3864017d2f54fcb47c9db --- 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.105 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }