Commit Diff


commit - 27f33c456e6bcb721f22e99ac828a3cb05da5e86
commit + 903d5f7475944c0cebae4ae84565539ffe811d75
blob - eb76031d9403242e6eb5fd9c26302e6c25dc708c
blob + 94ff9967965809b25b4363b93b723a2d588f559b
--- 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.1 (2024-04-25)
+
+* Changes from got-portable-0.98
+
+ - Fix release tarball to include missing utd8d.h when using --enable-gotd
 
 # got-portable 0.98 (2024-04-25)
 
blob - f464dc0df6da86ebc19cb595589a51bcabc818fa
blob + 390923d5b747d156670bd75619c23d32b8659735
--- gotd/libexec/got-notify-http/Makefile.am
+++ gotd/libexec/got-notify-http/Makefile.am
@@ -2,6 +2,8 @@ libexec_PROGRAMS = got-notify-http
 
 include $(top_builddir)/Makefile.common
 
+EXTRA_DIST = utf8d.h
+
 got_notify_http_SOURCES = got-notify-http.c \
 	$(top_srcdir)/gotd/log.c \
 	$(top_srcdir)/lib/bufio.c \
blob - 7f781b624ea7d8c6a2b75ee7fd40a07d42f99345
blob + d28808589957637c41be5bcb7be8d77b2b95c882
--- 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.1
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }