commit a8cb983f96ddbebf81276a6fb141b0d259968f19 from: Thomas Adam date: Sun May 05 20:54:26 2024 UTC portable: release 0.99 commit - ab196b631a6e5d905c683995f2547fca90f7af73 commit + a8cb983f96ddbebf81276a6fb141b0d259968f19 blob - af4f111c62716b232dab7d8a59824e08adfb77a6 blob + 6fce04ce52d6d525ca4fa428412448c8b6b9c119 --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,17 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.99 (2024-05-05) + +* Changes from got-0.99 + + The -portable release also includes the following changes: + + - The `--enable-gotd` ./configure flag has been removed; gotd is now built + unconitionally. + - Some small portability fixes now that FreeBSD has switched over to using + this. + # got-portable 0.98.2 (2024-04-25) * Changes from 0.98.1 blob - 7f781b624ea7d8c6a2b75ee7fd40a07d42f99345 blob + d5ffc28c3569037f617bedadc7af98d6b141731f --- 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.99 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }