Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g3keymess version 0.4.1 #549

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <g3keymess-maintainers@devel.machine> Fri, 03 Jan 2025 16:13:46 +0800
-- G3keymess Maintainers <g3keymess-maintainers@devel.machine> 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/g3keymess@.service %{buildroot}/lib/systemd/sy


%changelog
* Fri Jan 03 2025 G3keymess Maintainers <g3keymess-maintainers@devel.machine> - 0.4.0-1
* Thu Feb 13 2025 G3keymess Maintainers <g3keymess-maintainers@devel.machine> - 0.4.1-1
- New upstream release
Loading