Skip to content

Commit

Permalink
VERSION 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Jan 10, 2023
1 parent b2399b2 commit ef1100a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 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.1)
project(btrfs VERSION 1.8.2)

option(WITH_TEST "Compile test program" ON)

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

WinBtrfs is a Windows driver for the next-generation Linux filesystem Btrfs.
Expand Down Expand Up @@ -276,6 +276,12 @@ partition type from 83 to 7.
Changelog
---------

v1.8.2 (2023-01-10):
* Fixed UAC not working
* Fixed Smartlocker crash on Windows 11 22H2
* Rejigged INF file to work better on Windows 11
* Files now signed with SHA256 hash rather than SHA1

v1.8.1 (2022-08-23):
* Fixed use-after-free when flushing
* Fixed crash when opening volume when AppLocker installed
Expand Down
4 changes: 2 additions & 2 deletions src/btrfs-vol.inf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
;;; WinBtrfs
;;;
;;;
;;; Copyright (c) 2016-22 Mark Harmstone
;;; Copyright (c) 2016-23 Mark Harmstone
;;;

[Version]
Signature = "$Windows NT$"
Class = Volume
ClassGuid = {71a27cdd-812a-11d0-bec7-08002be2092f}
Provider = %Me%
DriverVer = 08/23/2022,1.8.1.0
DriverVer = 01/10/2023,1.8.2.0
CatalogFile = btrfs.cat
PnpLockdown = 1

Expand Down
4 changes: 2 additions & 2 deletions src/btrfs.inf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
;;; WinBtrfs
;;;
;;;
;;; Copyright (c) 2016-22 Mark Harmstone
;;; Copyright (c) 2016-23 Mark Harmstone
;;;

[Version]
Signature = "$Windows NT$"
Class = Volume
ClassGuid = {71a27cdd-812a-11d0-bec7-08002be2092f}
Provider = %Me%
DriverVer = 08/23/2022,1.8.1.0
DriverVer = 01/10/2023,1.8.2.0
CatalogFile = btrfs.cat

[DestinationDirs]
Expand Down

0 comments on commit ef1100a

Please sign in to comment.