Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Some packagers have requested that the driver gets tagged releases:

  #35

So I'll use 0.3.0 at this point, because the dkms file was set to 0.2.

This should not be understood to imply that the driver is in any way
ready. Writes are still very dangerous and a lot of basic features are
completely missing, for example preserving old snapshots.

Read-only support is somewhat more complete, with sealed volumes,
snapshots, and all the missing compression algorithms recently added.
Encryption is still not in the works though.

Signed-off-by: Ernesto A. Fernández <[email protected]>
  • Loading branch information
eafer committed Jan 31, 2023
1 parent 777c9dc commit 2db5b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="linux-apfs-rw"
PACKAGE_VERSION="0.2"
PACKAGE_VERSION="0.3.0"

BUILT_MODULE_NAME[0]="apfs"
DEST_MODULE_LOCATION[0]="/extra"
Expand Down

0 comments on commit 2db5b08

Please sign in to comment.