commit e13fe3fb5a1403300ce0653dc3ff74a6f33f9b43 from: Thomas Adam date: Sun Oct 17 15:59:09 2021 UTC release: 0.62 Update CHANGELOG and configure.ac for the 0.62 release. commit - 7df0b8563d43e3c17d68a438ba2f8335bd1860b9 commit + e13fe3fb5a1403300ce0653dc3ff74a6f33f9b43 blob - 7e0b1df904c5ae318f1aa9901fbc201bb08f1ac4 blob + 28e281c1f06142d7170a42b5c403bbebd0b92d36 --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,10 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.62; (2021-10-17) + +* Changes from got-0.62 + # got-portable 0.61; (2021-10-09) * Port regress tests. blob - 08aa688aa34a9e48edcc75a77151729fe8409ac4 blob + f396099a16606052cf9970c03a68129bc78120bc --- 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.61], [thomas@xteddy.org]) +AC_INIT([got-portable], [0.62], [thomas@xteddy.org]) AC_CONFIG_AUX_DIR(etc) AC_CONFIG_SRCDIR([lib/rcsutil.h]) AM_INIT_AUTOMAKE([foreign subdir-objects])