commit 052997aeb0b7bb4d60a9afbbd91e3e3a67f5d08c from: Thomas Adam date: Mon Jul 04 13:41:45 2022 UTC portable: release 0.73 commit - ac669181b8f761add16dd4b87b7b1b3ffeef6cb6 commit + 052997aeb0b7bb4d60a9afbbd91e3e3a67f5d08c blob - c11ba6542aea85c6d67e2edd1fd1a38da216fd97 blob + 199c0ded16ab91e8fe17efd69b967f1964d416cd --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,11 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.73 (2022-07-04) + +* Changes as found in got-0.73. Some portable work has taken place, but these + have been merged upstream and hence will be in the got-0.73 changes file. + # got-portable 0.71 (2022-06-23) * portable: fix cross-compilation, from Leah Neukirchen blob - 20a674afdab8fb41a4cf6d5d8052763c3cd8d600 blob + c4909e48f4f7d09a4f5ffe136c3702c72171b806 --- 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.72], [thomas@xteddy.org]) +AC_INIT([got-portable], [0.73], [thomas@xteddy.org]) AC_CONFIG_AUX_DIR(etc) AC_CONFIG_SRCDIR([lib/rcsutil.h]) AM_INIT_AUTOMAKE([foreign subdir-objects])