Skip to content

Commit 1795c3a

Browse files
committed
g3bench version 0.9.3
1 parent 35d59b5 commit 1795c3a

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: g3bench/CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
v0.9.3:
3+
- Feature: add openssl variant info to version message
4+
- Feature: support use aws-lc-rs as rustls crypto backend
5+
- Feature: allow to set tls version for openssl client
6+
- Feature: allow to bind to interface for various targets
7+
- Feature: add tls session resumption data in summary output
8+
29
v0.9.2:
310
- Compatibility: support windows
411
- Compatibility: update build dependencies

Diff for: g3bench/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "g3bench"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
license.workspace = true
55
edition.workspace = true
6-
rust-version = "1.75.0"
6+
rust-version = "1.80.0"
77
description = "G3 Benchmark Tool"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Diff for: g3bench/debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
g3bench (0.9.2-1) UNRELEASED; urgency=medium
1+
g3bench (0.9.3-1) UNRELEASED; urgency=medium
22

33
* New upstream release.
44

5-
-- G3bench Maintainers <[email protected]> Wed, 22 May 2024 15:55:56 +0800
5+
-- G3bench Maintainers <[email protected]> Tue, 29 Oct 2024 11:08:10 +0800

Diff for: g3bench/g3bench.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%define build_profile release-lto
1010

1111
Name: g3bench
12-
Version: 0.9.2
12+
Version: 0.9.3
1313
Release: 1%{?dist}
1414
Summary: Benchmark tool for G3 Project
1515

@@ -47,5 +47,5 @@ install -m 755 -D target/%{build_profile}/g3bench %{buildroot}%{_bindir}/g3bench
4747

4848

4949
%changelog
50-
* Wed May 22 2024 G3bench Maintainers <[email protected]> - 0.9.2-1
50+
* Tue Oct 29 2024 G3bench Maintainers <[email protected]> - 0.9.3-1
5151
- New upstream release

0 commit comments

Comments
 (0)