commit 2ccc0ca266e0019fc955fdfbd21d34f96d481103 from: Thomas Adam date: Thu Feb 23 22:28:34 2023 UTC portable: release 0.84 commit - b221ffcbb1a5002260d0a678b8734656f6e18670 commit + 2ccc0ca266e0019fc955fdfbd21d34f96d481103 blob - 5b029ee802ddb8f67896a105f8c80eafc30d1bcb blob + acce4271d9720cb848079a5b24142d92481536ac --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,12 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.84 (2023-02-23) + +* Changes from got-0.84. Portable change include: + +* portable: allow for yacc to be found via setting YACC env var. + # got-portable 0.83 (2023-01-31) * Changes from got-0.83; no -portable specific changes worth mentioning. blob - bda0af1975d11422063532a7477547f481fc28f0 blob + e3bf7e0c6208f880625daec9d8b582e5bb8daa0d --- 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.84 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }