commit 04fff86b5520dc2ca99f00b4af1f95e8de9cbdee from: Thomas Adam date: Thu Apr 25 18:13:56 2024 UTC portable: release 0.98.2 commit - e19a8793edf7bd79135e1bd3e90eb8c36dc951b5 commit + 04fff86b5520dc2ca99f00b4af1f95e8de9cbdee blob - 94ff9967965809b25b4363b93b723a2d588f559b blob + af4f111c62716b232dab7d8a59824e08adfb77a6 --- 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.98.2 (2024-04-25) + +* Changes from 0.98.1 + + - Include missing got helper got-fetch-http # got-portable 0.98.1 (2024-04-25) blob - 7f781b624ea7d8c6a2b75ee7fd40a07d42f99345 blob + b78daf96b44d2fc1737a97221a41d0fb37b0fbda --- util/got-portable-ver.sh +++ util/got-portable-ver.sh @@ -7,8 +7,8 @@ # 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_PORTABLE_VER=0.99 +GOT_RELEASE=yes +GOT_PORTABLE_VER=0.98.2 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }