commit 4faaaabc542477a45c90de97ad22a45835b9a20e from: Thomas Adam date: Mon Jun 26 15:39:39 2023 UTC portable: release 0.90 commit - b2251e6e28d03b19582a716bf2b3e20bb663d037 commit + 4faaaabc542477a45c90de97ad22a45835b9a20e blob - e3e23636a8802b807ca269bdc17e99443cff34b8 blob + 29ea8022b2cff103355005934c19dc7cf2e0ce81 --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,12 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.90 (2023-06-26) + +* Changes from got-0.90. + + No specific -portable changes worth mentioning. + # got-portable 0.89 (2023-06-08) * Changes from got-0.89. blob - 75a034e4171d58e496dcc2edd1caddbe9e1d635e blob + 285f802307fcf8d69dffe2a4a1362b7d518e1533 --- 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.90 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }