Commit Diff


commit - 7626433e5d5f9b242527bf2ae2f9f11eda09db5f
commit + 844307c69e1213b5967a67673e2ed02e0d34f181
blob - 28e281c1f06142d7170a42b5c403bbebd0b92d36
blob + a0ed89c1b2b9df54e555ec59215aaee5d443903f
--- CHANGELOG
+++ CHANGELOG
@@ -6,6 +6,10 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
+# got-portable 0.64; (2021-11-24)
+
+* regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
+
 # got-portable 0.62; (2021-10-17)
 
 * Changes from got-0.62
blob - f396099a16606052cf9970c03a68129bc78120bc
blob + 9b6a7e4e0c813251d73ec97ce5bc874748fcbf7a
--- 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.62], [thomas@xteddy.org])
+AC_INIT([got-portable], [0.64], [thomas@xteddy.org])
 AC_CONFIG_AUX_DIR(etc)
 AC_CONFIG_SRCDIR([lib/rcsutil.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])