Skip to content

Commit

Permalink
VERSION 1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Oct 2, 2021
1 parent 8df7493 commit ee573e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

project(btrfs VERSION 1.7.8)
project(btrfs VERSION 1.7.9)

# btrfs.sys

Expand Down
11 changes: 8 additions & 3 deletions README.md
@@ -1,5 +1,5 @@
WinBtrfs v1.7.8.1
-----------------
WinBtrfs v1.7.9
---------------

WinBtrfs is a Windows driver for the next-generation Linux filesystem Btrfs.
A reimplementation from scratch, it contains no code from the Linux kernel,
Expand Down Expand Up @@ -87,7 +87,6 @@ Todo
* Zoned support (Linux 5.11) (HM-SMR not supported on Windows?)
* Defragmentation
* Support for Btrfs quotas
* Windows 10 reserved storage
* Full transaction log support
* Support for Windows transactions (TxF)

Expand Down Expand Up @@ -268,6 +267,12 @@ partition type from 83 to 7.
Changelog
---------

v1.7.9 (2021-10-02):
* Fixed deadlock when mounting on Windows 11
* Added support for BitLocker-encrypted volumes
* Improved filename checks when renaming or creating hard links
* Miscellaneous bug fixes

v1.7.8.1 (2021-06-13):
* Fixed bug preventing new directories from appearing in listings
* Fixed Release version of driver still not working on XP
Expand Down
2 changes: 1 addition & 1 deletion src/btrfs.inf
Expand Up @@ -10,7 +10,7 @@ Signature = "$Windows NT$"
Class = Volume
ClassGuid = {71a27cdd-812a-11d0-bec7-08002be2092f}
Provider = %Me%
DriverVer = 06/13/2021,1.7.8.1
DriverVer = 10/02/2021,1.7.9
CatalogFile = btrfs.cat

[DestinationDirs]
Expand Down

0 comments on commit ee573e9

Please sign in to comment.