commit 8df4cb78aacdd4c37e7bbc84eaefb6ddef5462e1 from: Thomas Adam date: Tue Mar 22 18:35:14 2022 UTC Release 0.68 Update CHANGELOG and configure.ac for the -portable 0.68 release. commit - 569e9b0bff6299ad5003698c1ca01e40da2ced14 commit + 8df4cb78aacdd4c37e7bbc84eaefb6ddef5462e1 blob - a84cbebe957fa3c20721c81fe1ed9c84de58e587 blob + 7118ce28772870a4ed53c3d6b676fa50c18ba3b4 --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,15 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.68 (2022-03-22) + +* Changes from got-0.68 +* portable: support for the following operating systems: + - FreeBSD + - NetBSD + - DragonFlyBSD + - MacOS + # got-portable 0.67; (2022-02-20) * Changes from got-0.66 blob - 3fe9d8e3e3a4d064ff9bad57994e1f33f18b0bde blob + 7ffb866bee5a76420929d9ea37c2d6594611725e --- configure.ac +++ configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([got-portable], [0.67], [thomas@xteddy.org]) +AC_INIT([got-portable], [0.68], [thomas@xteddy.org]) AC_CONFIG_AUX_DIR(etc) AC_CONFIG_SRCDIR([lib/rcsutil.h]) AM_INIT_AUTOMAKE([foreign subdir-objects])