diff --git a/CMakeLists.txt b/CMakeLists.txt index 30c1454f..a135b5af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) -project(btrfs VERSION 1.7.4) +project(btrfs VERSION 1.7.5) # btrfs.sys diff --git a/README.md b/README.md index 18bf59dd..0b1ca515 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -WinBtrfs v1.7.4 +WinBtrfs v1.7.5 --------------- WinBtrfs is a Windows driver for the next-generation Linux filesystem Btrfs. @@ -250,6 +250,13 @@ partition type from 83 to 7. Changelog --------- +v1.7.5 (2020-10-31): +* Fixed text display issue in shell extension +* Added support for mingw 8 +* Fixed LXSS permissions not working in new versions of Windows +* Fixed issue where truncating an inline file wouldn't change its size +* Fixed crash with Quibble where driver would try to use AVX2 before Windows had enabled it + v1.7.4 (2020-08-23): * Fixed issue when running compressed EXEs * Changed build system to cmake diff --git a/src/btrfs.inf b/src/btrfs.inf index 615741b8..7b7a67e8 100755 --- a/src/btrfs.inf +++ b/src/btrfs.inf @@ -10,7 +10,7 @@ Signature = "$Windows NT$" Class = Volume ClassGuid = {71a27cdd-812a-11d0-bec7-08002be2092f} Provider = %Me% -DriverVer = 05/24/2020,1.7.3.0 +DriverVer = 10/31/2020,1.7.5.0 CatalogFile = btrfs.cat [DestinationDirs]