diff --git a/CMakeLists.txt b/CMakeLists.txt index 392e8c95..7b7bce59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) -project(btrfs VERSION 1.7.7) +project(btrfs VERSION 1.7.8) # btrfs.sys diff --git a/README.md b/README.md index dbc8557b..a61c91b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -WinBtrfs v1.7.7 +WinBtrfs v1.7.8 --------------- WinBtrfs is a Windows driver for the next-generation Linux filesystem Btrfs. @@ -266,6 +266,13 @@ partition type from 83 to 7. Changelog --------- +v1.7.8 (2021-06-09): +* Upgraded zstd to version 1.5.0 +* Fixed regression stopping driver from working under XP +* Fixed compilation on clang +* Fixed corruption issue when Linux mount option `inode_cache` had been used +* Fixed recursion issue involving virtual directory \\$Root + v1.7.7 (2021-04-12): * Fixed deadlock on high load * Fixed free space issue when installing Genshin Impact diff --git a/src/btrfs.inf b/src/btrfs.inf index b02a048e..ce23bf24 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 = 04/12/2021,1.7.7.0 +DriverVer = 06/07/2021,1.7.8.0 CatalogFile = btrfs.cat [DestinationDirs]