Skip to content

Commit

Permalink
Release version 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexculea committed Jun 27, 2024
1 parent e3c75c2 commit 8ff94de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,9 @@
- fix: Add timeouts to session storage contention to avoid deadlocks (570be0c)
- chore: Release scripts improvements (7b2f1a0)
## Version 1.4.9
- fix: Abort if TFTP path doesn't exist (4812241)
- fix: Abort if TFTP path doesn't exist (4812241)
## Version 1.4.11
- fix: Consolidate TFTP to the same async runtime improving performance and fixing high memory usage when serving files (e3c75c2)
- chore: Fix small bug in release script (1e18a4a)
- chore: add POC TFTP testing script (475bfc4)
- fix: Ensure OS socket polling doesn't block async thread (4c5a5fd)
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "preboot-oxide"
version = "1.4.9"
version = "1.4.11"
edition = "2021"
license = "AGPL-3.0-only"

Expand Down

0 comments on commit 8ff94de

Please sign in to comment.