Commit Diff


commit - 5f277b1b533d12695600e7f302fc6f6d1f0f4425
commit + 4a8eb02d8b529496f667f19a0980813d120010df
blob - 5e41dda4856ffcbeb9115d632e62ced22dcffb82
blob + 6fced3ae1f1f4dffd9853938e26dbce04dbe7256
--- CHANGELOG
+++ CHANGELOG
@@ -6,6 +6,14 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
+# got-portable 0.69 (2022-04-24)
+
+* portable: added Apline Linux to the core set of OSes when checking CI/CD -
+  this therefore implies -portable can build on muscl as well as glibc.
+* portable: fixed compilation of -portable on Alpine Linux with respect to
+  Landlock by using the correct header file.
+* portable: added SipHash as a -portable implementation.
+
 # got-portable 0.68.1 (2022-03-22)
 
 * portable: fix up a bad merge whereby a code block that should have been
blob - f1c395337f98a8246e467b4dd19017703efd6d1c
blob + 47c56fe6fe76873b4124e2898da140cd1c6d0eff
--- 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.68.1], [thomas@xteddy.org])
+AC_INIT([got-portable], [0.69], [thomas@xteddy.org])
 AC_CONFIG_AUX_DIR(etc)
 AC_CONFIG_SRCDIR([lib/rcsutil.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])