commit - b74f20ba56efe30c25f0e3dcd56b1248dc06c030
commit + 7711ca81892255a48acf5e9fca55a1a1d398920d
blob - 808be235d880a3328d1e175e50cfb247c2b5be4a
blob + 18f3c7b3ee01f0d654284c8ab6195b671218ca5c
--- CHANGELOG
+++ CHANGELOG
All changes are on top of the versioned changes listed in CHANGES.
+# got-portable 0.87 (2023-04-22)
+
+* Changes from got-0.87.
+
+ A few -portable changes to tidy up a few things. See the repository history
+ for more details.
+
# got-portable 0.86 (2023-03-13)
* Changes from got-0.86; no -portable specific changes worth mentioning.
blob - 74129c3a03acaa8bdd8f793b76b81daf0117f0ee
blob + 9cc972418f390f825e7d3b7fcdd1748205f0e7b1
--- util/got-portable-ver.sh
+++ util/got-portable-ver.sh
# 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.87
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }