Skip to content

Commit 769e0a3

Browse files
committed
Merged PR 13034782: Bump version to 103.8.1
We need to do a drop of the latest SymCrypt binaries into Windows for compliance reasons. This change bumps the patch version and updates related documentation. Related work items: #57294844
1 parent daab35e commit 769e0a3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tested with the public open source version of Razzle, and is unlikely to work wi
2929
| Windows user mode | AMD64, ARM64, x86 | MSVC ||||
3030
| Linux user mode | AMD64, ARM64 | GCC, Clang ||||
3131
| Linux user mode | x86 | GCC, Clang ||||
32-
| macOS | AMD64, ARM64 | Apple Clang ||| |
32+
| macOS | AMD64, ARM64 | Apple Clang ||| |
3333

3434
The ability to build SymCrypt on any particular platform or architecture, with or without ASM optimizations, does not
3535
imply that it has been tested for or is actively supported by Microsoft on that platform/architecture. While we make

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
New changes will be listed here as they are developed. The version number is determined
44
prior to the creation of a new release, based on the changes contained in that release.
55

6+
# Version 103.8.1
7+
68
- LMS/XMSS fixes
9+
- Build fix for Clang 18+ libc++
10+
- Add dynamic library for macOS
711

812
# Version 103.8.0
913

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "major": 103, "minor": 8, "patch": 0 }
1+
{ "major": 103, "minor": 8, "patch": 1 }

0 commit comments

Comments
 (0)