commit 0c6d7ac7b4913ed865bd844e09159e9df083abda from: Thomas Adam date: Sat Sep 10 16:25:40 2022 UTC Release 0.75 commit - 05345ace5375ae9a980633912315c289c71c9163 commit + 0c6d7ac7b4913ed865bd844e09159e9df083abda blob - d94f3ceb04c2c3f831397fd1fb76641631b649d3 blob + 606b53f147834dc2aa9d6c62ac1ac70f64f301a5 --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,13 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.75 (2022-09-10) + +* portable: import gotwebd +* portable: improve inclusion +* portable: portably wrap socket functions between BSDs/Linux +* portable: improve homebrew support for MacOS + # got-portable 0.74 (2022-07-14) * portable: made the 'date' command more portable in the test suite. blob - cfc79cf52a39cbe207e27b1985fa30a6e40e1f3a blob + b1ae62edd3e36cfd4f218cfdd821dae508ba34fb --- 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.75 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }