commit 0b2bb718de4162f108ea99a55490cd46b9308dc0 from: Thomas Adam date: Tue Sep 21 22:10:50 2021 UTC portable: add CHANGELOG Although there is already a CHANGES file, the CHANGELOG is used to indicate any -portable specific changes which have happened for that release. All version numbers in -portable correspond to their OpenBSD counterpart. commit - 89a927a3b498f342fadc937425f55c337d64c796 commit + 0b2bb718de4162f108ea99a55490cd46b9308dc0 blob - /dev/null blob + 634417f096797bfb3f5060ae6399f65e1be176c1 (mode 644) --- /dev/null +++ CHANGELOG @@ -0,0 +1,11 @@ +Got-portable Changelog +====================== + +This file details portable-specific changes to make things work on systems +other than OpenBSD. + +All changes are on top of the versioned changes listed in CHANGES. + +# got-portable 0.60; (2021-09-21) + +* First portable version released for Linux. blob - 2d0c8de03aa5b5f6682a965c7b56b441fa8bf898 blob + bf30f9a6789e3c1b8b381c121979a4476569135e --- Makefile.am +++ Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = compat libexec got tog gotadmin +EXTRA_DIST = CHANGES CHANGELOG + AM_CPPFLAGS += -DGOT_VERSION='"@VERSION'" \ -DGOT_VERSION_NUMBER='"@VERSION"' \ -DGOT_LIBEXECDIR="${bindir}" \