Skip to content

Commit

Permalink
VERSION 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Aug 23, 2022
1 parent c0219b3 commit 8f05217
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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.8.0)
project(btrfs VERSION 1.8.1)

option(WITH_TEST "Compile test program" ON)

Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,14 @@ partition type from 83 to 7.
Changelog
---------

v1.8.1 (2022-08-23):
* Fixed use-after-free when flushing
* Fixed crash when opening volume when AppLocker installed
* Compression now disabled for no-COW files, as on Linux
* Flushing now scales better on very fast drives
* Fixed small files getting padded to 4,096 bytes by lazy writer
* Added NoDataCOW registry option

v1.8 (2022-03-12):
* Added minimal support for fs-verity
* Added test suite
Expand Down Expand Up @@ -622,6 +630,9 @@ missing. You are strongly advised not to enable this unless you need to.
there will be a hidden directory called $Root which points to where the root would normally be. Set this
value to 1 to prevent this appearing.

* `NoDataCOW` (DWORD): set this to 1 to disable copy-on-write for new files. This is the equivalent of the
`nodatacow` flag on Linux.

Contact
-------

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 = 03/12/2022,1.8.0
DriverVer = 08/23/2022,1.8.1
CatalogFile = btrfs.cat

[DestinationDirs]
Expand Down

0 comments on commit 8f05217

Please sign in to comment.