Commit Diff


commit - 3acc92cbbe269f366ca851d0d0ab55c8af846550
commit + 1a481ef4f1793d5d5733afe9349cdbfc0b5ea6ce
blob - a8cdcef8cefc811d05f928c3b4788c762f3c3e6c
blob + a701ef3b45bd2a423be142ef0848d21d4d25b184
--- CHANGELOG
+++ CHANGELOG
@@ -6,6 +6,15 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
+# got-portable 0.107 (2024-01-05)
+
+* Changes from got-0.107
+
+  The -portable release also includes the following changes:
+
+  - Add additional test suite information to README.portable.
+  - Fix seq(1) calls in tests.
+
 # got-portable 0.106 (2024-11-28)
 
 * Changes from got-0.106
blob - 5a1356d31b404bfe912d2933f267c67775fabf74
blob + 1fc43d5a81eab56b66e23438157f3314bdf8b120
--- 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.107
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }