diff --git a/CMakeLists.txt b/CMakeLists.txt index 53873a95..d4ae6552 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) -project(btrfs VERSION 1.7.6) +project(btrfs VERSION 1.7.7) # btrfs.sys diff --git a/README.md b/README.md index 873610f2..dbc8557b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -WinBtrfs v1.7.6 +WinBtrfs v1.7.7 --------------- WinBtrfs is a Windows driver for the next-generation Linux filesystem Btrfs. @@ -266,6 +266,12 @@ partition type from 83 to 7. Changelog --------- +v1.7.7 (2021-04-12): +* Fixed deadlock on high load +* Fixed free space issue when installing Genshin Impact +* Fixed issue when copying files with wildcards in command prompt +* Increased speed of directory lookups + v1.7.6 (2021-01-14): * Fixed race condition when booting with Quibble * No longer need to restart Windows after initial installation diff --git a/src/btrfs.inf b/src/btrfs.inf index cedd70ee..b02a048e 100755 --- a/src/btrfs.inf +++ b/src/btrfs.inf @@ -2,7 +2,7 @@ ;;; WinBtrfs ;;; ;;; -;;; Copyright (c) 2016-20 Mark Harmstone +;;; Copyright (c) 2016-21 Mark Harmstone ;;; [Version] @@ -10,7 +10,7 @@ Signature = "$Windows NT$" Class = Volume ClassGuid = {71a27cdd-812a-11d0-bec7-08002be2092f} Provider = %Me% -DriverVer = 01/14/2021,1.7.6.0 +DriverVer = 04/12/2021,1.7.7.0 CatalogFile = btrfs.cat [DestinationDirs]