Skip to content

Commit

Permalink
0.17.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Mar 11, 2025
1 parent 85d5c0a commit 85c74e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ repository = "https://github.com/briansmith/ring"
rust-version = "1.66.0"

# Keep in sync with `links` below.
version = "0.17.13"
version = "0.17.14"

# Keep in sync with `version` above.
#
# build.rs verifies that this equals "ring_core_{major}_{minor}_{patch}_{pre}"
# as keeping this in sync with the symbol prefixing is crucial for ensuring
# the safety of multiple versions of *ring* being used in a program.
links = "ring_core_0_17_13_"
links = "ring_core_0_17_14_"

include = [
"LICENSE",
Expand Down
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 0.17.14 (2025-03-11)
============================
Fixed a performance bug in the AVX2-based AES-GCM implementation added in
*ring* 0.17.13. This will be another notable performance improvement for most
newish x86-64 systems. The performance issue impacted not just AES-GCM.

Compatibility with GNU binutils 2.29 (used on Amazon Linux 2), and probably
even earlier versions, was restored. It is expected that *ring* 0.17.14 will
build on all the systems that 0.17.12 would build on.

Version 0.17.13 (2025-03-06)
============================
Increased MSRV to 1.66.0 to avoid bugs in earlier versions so that we can
Expand Down

0 comments on commit 85c74e0

Please sign in to comment.