From 41af0061154fa77680bcc1ed9fe76915eb25fe35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20A=2E=20Fern=C3=A1ndez?= Date: Thu, 18 Jan 2024 20:07:43 -0300 Subject: [PATCH] 0.3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a small release that fixes the dkms build, recently broken by the implementation of version reporting. From now on I will run a dkms build before each new tag. The release also lifts the ban on filesystems with half-written backup superblocks, a problem that some users appear to have encountered already. Signed-off-by: Ernesto A. Fernández --- dkms.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkms.conf b/dkms.conf index fb230f2..cb2299d 100644 --- a/dkms.conf +++ b/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="linux-apfs-rw" -PACKAGE_VERSION="0.3.6" +PACKAGE_VERSION="0.3.7" BUILT_MODULE_NAME[0]="apfs" DEST_MODULE_LOCATION[0]="/extra"