Skip to content

Commit

Permalink
VERSION 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Apr 12, 2021
1 parent 3dde746 commit 8ddfcf8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

project(btrfs VERSION 1.7.6)
project(btrfs VERSION 1.7.7)

# btrfs.sys

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WinBtrfs v1.7.6
WinBtrfs v1.7.7
---------------

WinBtrfs is a Windows driver for the next-generation Linux filesystem Btrfs.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/btrfs.inf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
;;; WinBtrfs
;;;
;;;
;;; Copyright (c) 2016-20 Mark Harmstone
;;; Copyright (c) 2016-21 Mark Harmstone
;;;

[Version]
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]
Expand Down

0 comments on commit 8ddfcf8

Please sign in to comment.