Skip to content

Commit

Permalink
g3proxy version 1.7.36
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Feb 28, 2024
1 parent 41fd5ef commit 84d5a5c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 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.

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

v1.7.36:
- BUG FIX: fix h2 interception by removing server push code
- Optimization: always dump the remote side of the tls decrypted traffic
- Optimization: rename application_audit_ratio config option to task_audit_ratio
- Feature: support task_audit_ratio in all servers that have audit feature
- Feature: switch to openssl for tls interception server
- Feature: add permute-extensions option to boringssl/aws-lc client config

v1.7.35:
- BUG FIX: the presence of the h2 Host header in the sent request will be same as the client
- Feature: always verify tls server name in cert when run OpenSSL client
Expand Down
2 changes: 1 addition & 1 deletion g3proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "g3proxy"
version = "1.7.35"
version = "1.7.36"
license.workspace = true
edition.workspace = true
rust-version = "1.75.0"
Expand Down
4 changes: 2 additions & 2 deletions g3proxy/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
g3proxy (1.7.35-1) UNRELEASED; urgency=medium
g3proxy (1.7.36-1) UNRELEASED; urgency=medium

* New upstream release.

-- G3proxy Maintainers <[email protected]> Mon, 05 Feb 2024 15:13:52 +0800
-- G3proxy Maintainers <[email protected]> Wed, 28 Feb 2024 11:29:33 +0800
2 changes: 1 addition & 1 deletion g3proxy/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Zhang Jingqiang'

# The full version, including alpha/beta/rc tags
release = '1.7.35'
release = '1.7.36'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions g3proxy/g3proxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%define build_profile release-lto

Name: g3proxy
Version: 1.7.35
Version: 1.7.36
Release: 1%{?dist}
Summary: Generic proxy for G3 Project

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


%changelog
* Mon Feb 05 2024 G3proxy Maintainers <[email protected]> - 1.7.35-1
* Wed Feb 28 2024 G3proxy Maintainers <[email protected]> - 1.7.36-1
- New upstream release

0 comments on commit 84d5a5c

Please sign in to comment.