-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Detection In /CanonicalizeAcls Operation
- Removed a misplaced early break which caused the canonicalization routine to run for every DACL regardless as to whether it needed it. - Updated and signed binaries for 1.11.0.1.
- Loading branch information
1 parent
76b348e
commit b78f1d3
Showing
5 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#pragma once | ||
|
||
#define VERSION_STRING "1.11.0.0" | ||
#define VERSION_COMMA 1,11,0,0 | ||
#define VERSION_STRING "1.11.0.1" | ||
#define VERSION_COMMA 1,11,0,1 |