commit 4f90b7fd9bcee4d7d3f5b55d7983962b356f2d4d from: Thomas Adam date: Thu Nov 28 19:23:52 2024 UTC portable: release 0.106 commit - a93fc19cfb1991e351385f8961b474757d5c126d commit + 4f90b7fd9bcee4d7d3f5b55d7983962b356f2d4d blob - 317c4d878f043ed6110a758bc04f7f3d4f908ed7 blob + a8cdcef8cefc811d05f928c3b4788c762f3c3e6c --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,13 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.106 (2024-11-28) + +* Changes from got-0.106 + + Plus: + - libutil sync changes from OpenBSD so that imsg works on Linux. + # got-portable 0.105 (2024-11-14) * Changes from got-0.105 blob - d26b48b9e56e0262648774fad86cee464fce6bb1 blob + 12905389f5271b8709b86808b55cd6e1b2fc5cd5 --- 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.106 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }