Skip to content

Commit 27db66b

Browse files
committed
g3proxy version 1.10.0
1 parent 03f6ae1 commit 27db66b

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

Cargo.lock

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

g3proxy/CHANGELOG

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

2+
v1.10.0:
3+
- Policy: LTS version
4+
25
v1.9.9:
36
- BUG FIX: fix the check of H2 Extended CONNECT protocol
47
- BUG FIX: fix the set of session cache for TLS interception client

g3proxy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "g3proxy"
3-
version = "1.9.9"
3+
version = "1.10.0"
44
license.workspace = true
55
edition.workspace = true
66
rust-version = "1.80.0"

g3proxy/debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
g3proxy (1.9.9-1) UNRELEASED; urgency=medium
1+
g3proxy (1.10.0-1) UNRELEASED; urgency=medium
22

33
* New upstream release.
44

5-
-- G3proxy Maintainers <[email protected]> Wed, 16 Oct 2024 17:03:54 +0800
5+
-- G3proxy Maintainers <[email protected]> Fri, 18 Oct 2024 10:42:26 +0800

g3proxy/doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'g3proxy'
1010
copyright = '2024, Zhang Jingqiang'
1111
author = 'Zhang Jingqiang'
12-
release = '1.9.9'
12+
release = '1.10.0'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

g3proxy/g3proxy.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
%define build_profile release-lto
1414

1515
Name: g3proxy
16-
Version: 1.9.9
16+
Version: 1.10.0
1717
Release: 1%{?dist}
1818
Summary: Generic proxy for G3 Project
1919

@@ -70,5 +70,5 @@ install -m 644 -D %{name}/service/[email protected] %{buildroot}/lib/systemd/syst
7070

7171

7272
%changelog
73-
* Wed Oct 16 2024 G3proxy Maintainers <[email protected]> - 1.9.9-1
73+
* Fri Oct 18 2024 G3proxy Maintainers <[email protected]> - 1.10.0-1
7474
- New upstream release

0 commit comments

Comments
 (0)