Skip to content

Commit

Permalink
VERSION 1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Jun 9, 2021
1 parent 2733ac3 commit b6c60d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.7)
project(btrfs VERSION 1.7.8)

# btrfs.sys

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

WinBtrfs is a Windows driver for the next-generation Linux filesystem Btrfs.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/btrfs.inf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b6c60d4

Please sign in to comment.