commit 5d86f6aeec2c371a17df59cb9a81d69614bd1220 from: Thomas Adam date: Sat Dec 09 13:08:45 2023 UTC portable: release 0.95 commit - 1154d0c0f452240fdb333aa24b55166fc6bbed16 commit + 5d86f6aeec2c371a17df59cb9a81d69614bd1220 blob - 5b2ad73c26358b0c64eff0527023059a3a3db56a blob + ee3eb59cdbbda03387ced5e6ad3e6b38e2cd700c --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,12 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.95 (2023-12-09) + +* Changes from got-0.95 + + No specific -portable changes worth mentioning. + # got-portable 0.94 (2023-11-30) * Changes from got-0.94 blob - b2026c0b8a692523c5b9ed777f78aecdc78f0968 blob + 7e42867df047b424b1115789122bd26ee87a4f81 --- 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.95 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }