commit - d4810a9d1694b4c0c5ba364f2bc418b1cd797171
commit + 0eb6f93719a55af947e909bdff2e2583b07f7b92
blob - 32dc1b37e2f3c9c71aa943eec5924967379f5720
blob + eb76031d9403242e6eb5fd9c26302e6c25dc708c
--- CHANGELOG
+++ CHANGELOG
other than OpenBSD.
All changes are on top of the versioned changes listed in CHANGES.
+
+# got-portable 0.98 (2024-04-25)
+
+* Changes from got-0.98
+
+ The -portable release also includes the following changes:
+ - GOT_DEFAULT_EDITOR can now be passed as a #define so that the path to
+ vi(1) can be changed. Default is /usr/bin/vi
+ - regress: drop jot as a dependency and use seq(1)
+
# got-portable 0.97 (2024-03-11)
* Changes from got-0.97
blob - 939c73d948b753dbc95d023ce180154e64bb57a1
blob + 025a728dfd80e767b7b3834bd72fe1df5978cd77
--- util/got-portable-ver.sh
+++ util/got-portable-ver.sh
#
# Intended to be called from configure.ac (via autogen.sh)
GOT_RELEASE=yes
-GOT_PORTABLE_VER=0.97
+GOT_PORTABLE_VER=0.98
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }