Commit Diff


commit - 7ffb205f1d684fb2a80684175cd1c0a210bc0866
commit + 7cacbda68302e35afc316f115b101992f4069493
blob - a0ed89c1b2b9df54e555ec59215aaee5d443903f
blob + 05e594c450cf0e475223011611f5700663978b74
--- CHANGELOG
+++ CHANGELOG
@@ -6,6 +6,10 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
+# got-portable 0.65; (2021-01-06)
+
+* Added timespec*() compat-wrappers for BSD-time functions.
+
 # got-portable 0.64; (2021-11-24)
 
 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
blob - 9b6a7e4e0c813251d73ec97ce5bc874748fcbf7a
blob + 0909d86cde93cfa59e66166f68ed9818f749795d
--- 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.64], [thomas@xteddy.org])
+AC_INIT([got-portable], [0.65], [thomas@xteddy.org])
 AC_CONFIG_AUX_DIR(etc)
 AC_CONFIG_SRCDIR([lib/rcsutil.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])