File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.15)
2
2
3
- project (btrfs VERSION 1.7.4 )
3
+ project (btrfs VERSION 1.7.5 )
4
4
5
5
# btrfs.sys
6
6
Original file line number Diff line number Diff line change 1
- WinBtrfs v1.7.4
1
+ WinBtrfs v1.7.5
2
2
---------------
3
3
4
4
WinBtrfs is a Windows driver for the next-generation Linux filesystem Btrfs.
@@ -250,6 +250,13 @@ partition type from 83 to 7.
250
250
Changelog
251
251
---------
252
252
253
+ v1.7.5 (2020-10-31):
254
+ * Fixed text display issue in shell extension
255
+ * Added support for mingw 8
256
+ * Fixed LXSS permissions not working in new versions of Windows
257
+ * Fixed issue where truncating an inline file wouldn't change its size
258
+ * Fixed crash with Quibble where driver would try to use AVX2 before Windows had enabled it
259
+
253
260
v1.7.4 (2020-08-23):
254
261
* Fixed issue when running compressed EXEs
255
262
* Changed build system to cmake
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Signature = "$Windows NT$"
10
10
Class = Volume
11
11
ClassGuid = {71a27cdd-812a-11d0-bec7-08002be2092f}
12
12
Provider = %Me%
13
- DriverVer = 05/24 /2020,1.7.3 .0
13
+ DriverVer = 10/31 /2020,1.7.5 .0
14
14
CatalogFile = btrfs.cat
15
15
16
16
[DestinationDirs]
You can’t perform that action at this time.
0 commit comments