commit - 9981e8e3868ca975b4732becdc01897770c0dfbe
commit + 9e39ef14fdffdd15177e9de2c7a0fb3897813452
blob - 468bb3e741d814987df4edf58442880a7d886846
blob + db6f42e0ef9ccedc533f13afcf9211ae7e428c9a
--- CHANGELOG
+++ CHANGELOG
All changes are on top of the versioned changes listed in CHANGES.
+# got-portable 0.81 (2023-01-19)
+
+* Changes from got-0.80 and got-0.81. Portable changes include:
+
+* portable: Moving template/ to its own subproject (only used at compile-time)
+* portable: configure.ac: fix libpanelw detection
+* portable: __xpg_strerror_r: add forward-decl
+
# got-portable 0.79 (2022-11-08)
* Changes from got-0.79; ; no -portable specific changes worth mentioning.
blob - abbc062097be5bc041b3a66cf06f343f950edb4c
blob + da1fa7b27faff70a892913b175cc7e942fcf6afc
--- 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_PORTABLE_VER=0.80
+GOT_RELEASE=yes
+GOT_PORTABLE_VER=0.81
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }