Skip to content

Commit

Permalink
Release v4.3.0 (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaopeng-gh authored Jun 10, 2024
1 parent e6e4fc6 commit 65ce486
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 54 deletions.
2 changes: 2 additions & 0 deletions ReleaseHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
- NEW => new feature

## UNRELEASED

## **v4.3.0**
* DEP: Update `msdia140.dll` from 14.36.32532.0 to 14.40.33810.0. This update fixes the `System.AccessViolationException: Attempted to read or write protected memory` exception that occurs when reading certain PDB files. [996](https://github.com/microsoft/binskim/pull/996)
* BRK: Temporarily disable performance rules due to a bug in latest `msdia140.dll`: `BA6001.DisableIncrementalLinkingInReleaseBuilds`, `BA6002.EliminateDuplicateStrings`, `BA6004.EnableCOMDATFolding`, `BA6005.EnableOptimizeReferences` and `BA6006.EnableLinkTimeCodeGeneration`. [996](https://github.com/microsoft/binskim/pull/996)

Expand Down
6 changes: 3 additions & 3 deletions SetCurrentVersion.cmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set MAJOR_PREVIOUS=4
set MINOR_PREVIOUS=2
set PATCH_PREVIOUS=1
set PATCH_PREVIOUS=2
set PRERELEASE_PREVIOUS=

set MAJOR=4
set MINOR=2
set PATCH=2
set MINOR=3
set PATCH=0
set PRERELEASE=
Loading

0 comments on commit 65ce486

Please sign in to comment.