diff --git a/CMakeLists.txt b/CMakeLists.txt index ddea16c7..53404c5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) -project(btrfs VERSION 1.8.1) +project(btrfs VERSION 1.8.2) option(WITH_TEST "Compile test program" ON) diff --git a/README.md b/README.md index 26f7ced0..d0c09641 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -WinBtrfs v1.8.1 +WinBtrfs v1.8.2 --------------- WinBtrfs is a Windows driver for the next-generation Linux filesystem Btrfs. @@ -276,6 +276,12 @@ partition type from 83 to 7. Changelog --------- +v1.8.2 (2023-01-10): +* Fixed UAC not working +* Fixed Smartlocker crash on Windows 11 22H2 +* Rejigged INF file to work better on Windows 11 +* Files now signed with SHA256 hash rather than SHA1 + v1.8.1 (2022-08-23): * Fixed use-after-free when flushing * Fixed crash when opening volume when AppLocker installed diff --git a/src/btrfs-vol.inf b/src/btrfs-vol.inf index c00758a3..e27de43f 100644 --- a/src/btrfs-vol.inf +++ b/src/btrfs-vol.inf @@ -2,7 +2,7 @@ ;;; WinBtrfs ;;; ;;; -;;; Copyright (c) 2016-22 Mark Harmstone +;;; Copyright (c) 2016-23 Mark Harmstone ;;; [Version] @@ -10,7 +10,7 @@ Signature = "$Windows NT$" Class = Volume ClassGuid = {71a27cdd-812a-11d0-bec7-08002be2092f} Provider = %Me% -DriverVer = 08/23/2022,1.8.1.0 +DriverVer = 01/10/2023,1.8.2.0 CatalogFile = btrfs.cat PnpLockdown = 1 diff --git a/src/btrfs.inf b/src/btrfs.inf index 1b91ad31..b845aaaa 100755 --- a/src/btrfs.inf +++ b/src/btrfs.inf @@ -2,7 +2,7 @@ ;;; WinBtrfs ;;; ;;; -;;; Copyright (c) 2016-22 Mark Harmstone +;;; Copyright (c) 2016-23 Mark Harmstone ;;; [Version] @@ -10,7 +10,7 @@ Signature = "$Windows NT$" Class = Volume ClassGuid = {71a27cdd-812a-11d0-bec7-08002be2092f} Provider = %Me% -DriverVer = 08/23/2022,1.8.1.0 +DriverVer = 01/10/2023,1.8.2.0 CatalogFile = btrfs.cat [DestinationDirs]