commit 7589a830f7540d89143109e3696cc17828768175 from: Thomas Adam date: Thu Nov 30 17:42:04 2023 UTC portable: release 0.94 commit - 36d7ed1e4ca16170bfdc637695cc21f41a871593 commit + 7589a830f7540d89143109e3696cc17828768175 blob - 6fefdf0259fc9cdd8754840a30b665c095cef152 blob + 5b2ad73c26358b0c64eff0527023059a3a3db56a --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,14 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.94 (2023-11-30) + +* Changes from got-0.94 + + -portable ships with an experimental/work-in-progress cvg(1) utility, which + is disable by default, but can be enabled via the configure flag + --enable-cvg. It's is not recommended for use at this time though. + # got-portable 0.93 (2023-09-18) * Changes from got-0.93 blob - 03bc71b3cb0c7d9ea5fcada566fd94e958fcd4dd blob + 276d2e506db87a510fe36d1b25d964b5594aa950 --- 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.94 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }