Skip to content

Commit

Permalink
VERSION 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Oct 31, 2020
1 parent 0fe35d6 commit 570fe27
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.4)
project(btrfs VERSION 1.7.5)

# 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.4
WinBtrfs v1.7.5
---------------

WinBtrfs is a Windows driver for the next-generation Linux filesystem Btrfs.
Expand Down Expand Up @@ -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
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 = 05/24/2020,1.7.3.0
DriverVer = 10/31/2020,1.7.5.0
CatalogFile = btrfs.cat

[DestinationDirs]
Expand Down

0 comments on commit 570fe27

Please sign in to comment.