From 570fe279ff9940a55926e1031621f5ca6e5549d4 Mon Sep 17 00:00:00 2001 From: Mark Harmstone Date: Sat, 31 Oct 2020 19:58:31 +0000 Subject: [PATCH] VERSION 1.7.5 --- CMakeLists.txt | 2 +- README.md | 9 ++++++++- src/btrfs.inf | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30c1454fd..a135b5af0 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 18bf59dd4..0b1ca515a 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 615741b8b..7b7a67e8d 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]