Commit Diff


commit - 1ee2d2bfee088d818f179dab74784a48f43abeca
commit + 21172b6740b44855888a74c6d40b8efd53744d02
blob - daacf26ee88c1b40f166de275713e236e8573343
blob + a84cbebe957fa3c20721c81fe1ed9c84de58e587
--- CHANGELOG
+++ CHANGELOG
@@ -6,6 +6,13 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
+# got-portable 0.67; (2022-02-20)
+
+* Changes from got-0.66
+* Landlock support: portable now has support for the landlock API which
+  is similar to unveil(), allowing restrictions to which part of the
+  filesystem a process can access.
+
 # got-portable 0.66; (2022-01-12)
 
 * Changes from got-0.65
blob - 44604f740f93329e013205265626d19b5450fe04
blob + a6a9e4ac68ebe429ef54422735a95b074e10badc
--- 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.66], [thomas@xteddy.org])
+AC_INIT([got-portable], [0.67], [thomas@xteddy.org])
 AC_CONFIG_AUX_DIR(etc)
 AC_CONFIG_SRCDIR([lib/rcsutil.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])