commit fbbbc6078a0f61f247a3631a2858d490cbc44cb5 from: Thomas Adam date: Sat Oct 09 00:26:50 2021 UTC portable: release 0.61 Update configure.ac and CHANGELOG for 0.61 commit - 5881cd172e61061f5fa65200a61624a021ab8d3c commit + fbbbc6078a0f61f247a3631a2858d490cbc44cb5 blob - 634417f096797bfb3f5060ae6399f65e1be176c1 blob + 7e0b1df904c5ae318f1aa9901fbc201bb08f1ac4 --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,11 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.61; (2021-10-09) + +* Port regress tests. +* Improve FreeBSD compatibility. + # got-portable 0.60; (2021-09-21) * First portable version released for Linux. blob - bc1369b098aa9b0b1ea23626a8d0ce7d2ca79b2c blob + 08aa688aa34a9e48edcc75a77151729fe8409ac4 --- 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.60], [thomas@xteddy.org]) +AC_INIT([got-portable], [0.61], [thomas@xteddy.org]) AC_CONFIG_AUX_DIR(etc) AC_CONFIG_SRCDIR([lib/rcsutil.h]) AM_INIT_AUTOMAKE([foreign subdir-objects])