commit e0ff3cf285888eb847b8559d0b3c3ffae69a6ed7 from: Thomas Adam date: Fri Feb 24 14:03:24 2023 UTC portable: release 0.84.1 commit - 9445abba2bb2aa3b928e16d88abb8f27c360f4e8 commit + e0ff3cf285888eb847b8559d0b3c3ffae69a6ed7 blob - acce4271d9720cb848079a5b24142d92481536ac blob + bf668b3a734d5b332e93efa7e6aff47078929fc4 --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,14 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.84.1 (2023-02-24) + +This is a bug-fix -portable release to address the following: + +* Switch to using AC_CHECK_DECL to avoid cross-compilation issues when running + on Void Linux. +* Add libbsd check to template sub-project. + # got-portable 0.84 (2023-02-23) * Changes from got-0.84. Portable change include: blob - bf5c34fd7d2b20f5e5b3fe6bdc5fdfb1923a36e8 blob + d83f913fa3d4f87de929f8a235929bbd01cfefc1 --- 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.85 +GOT_RELEASE=yes +GOT_PORTABLE_VER=0.84.1 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }