Skip to content

Commit

Permalink
g3keymess version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Feb 13, 2025
1 parent 1c31a6b commit ee532d1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
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.

4 changes: 4 additions & 0 deletions g3keymess/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

v0.4.1:
- Feature: allow to set openssl async job size in worker config
- Feature: allow to set worker CPU affinity from environment variables

v0.4.0:
- Feature: add worker support, and also allow to use multiple threads in main runtime
- Compatibility: drop AWS-LC support to reduce outdated dependencies
Expand Down
2 changes: 1 addition & 1 deletion g3keymess/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "g3keymess"
version = "0.4.0"
version = "0.4.1"
license.workspace = true
edition.workspace = true
rust-version = "1.80.0"
Expand Down
4 changes: 2 additions & 2 deletions g3keymess/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
g3keymess (0.4.0-1) UNRELEASED; urgency=medium
g3keymess (0.4.1-1) UNRELEASED; urgency=medium

* New upstream release.

-- G3keymess Maintainers <[email protected]> Fri, 03 Jan 2025 16:13:46 +0800
-- G3keymess Maintainers <[email protected]> Thu, 13 Feb 2025 16:16:14 +0800
4 changes: 2 additions & 2 deletions g3keymess/g3keymess.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%define build_profile release-lto

Name: g3keymess
Version: 0.4.0
Version: 0.4.1
Release: 1%{?dist}
Summary: Keyless server for G3 Project

Expand Down Expand Up @@ -55,5 +55,5 @@ install -m 644 -D %{name}/service/[email protected] %{buildroot}/lib/systemd/sy


%changelog
* Fri Jan 03 2025 G3keymess Maintainers <[email protected]> - 0.4.0-1
* Thu Feb 13 2025 G3keymess Maintainers <[email protected]> - 0.4.1-1
- New upstream release

0 comments on commit ee532d1

Please sign in to comment.