Commit Diff


commit - 053ccfc118036a493a587cbbe43b12c330d0011f
commit + 89425ac3087993a34063c921014369e3320d36a6
blob - 05e594c450cf0e475223011611f5700663978b74
blob + daacf26ee88c1b40f166de275713e236e8573343
--- CHANGELOG
+++ CHANGELOG
@@ -6,8 +6,12 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
-# got-portable 0.65; (2021-01-06)
+# got-portable 0.66; (2022-01-12)
 
+* Changes from got-0.65
+
+# got-portable 0.65; (2022-01-06)
+
 * Added timespec*() compat-wrappers for BSD-time functions.
 
 # got-portable 0.64; (2021-11-24)
blob - 0909d86cde93cfa59e66166f68ed9818f749795d
blob + a9b188be681d73c01d831cd71a266058697cd6ab
--- 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.65], [thomas@xteddy.org])
+AC_INIT([got-portable], [0.66], [thomas@xteddy.org])
 AC_CONFIG_AUX_DIR(etc)
 AC_CONFIG_SRCDIR([lib/rcsutil.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])