From a8cb983f96ddbebf81276a6fb141b0d259968f19 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sun, 5 May 2024 21:51:29 +0100 Subject: [PATCH] portable: release 0.99 --- CHANGELOG | 11 +++++++++++ util/got-portable-ver.sh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index af4f111c..6fce04ce 100644 --- a/CHANGELOG +++ b/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 diff --git a/util/got-portable-ver.sh b/util/got-portable-ver.sh index 7f781b62..d5ffc28c 100755 --- a/util/got-portable-ver.sh +++ b/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 ; } -- 2.11.4.GIT