Skip to content

Commit

Permalink
g3proxy version 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Jun 19, 2024
1 parent 4b97ff0 commit 1ca1981
Show file tree
Hide file tree
Showing 6 changed files with 12 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.

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

v1.9.3:
- BUG FIX: fix deb package install rule
- BUG FIX: fix match rules in route_geoip escaper
- Optimization: only query http forward capabilities when needed in http_proxy server

v1.9.2:
- BUG FIX: fix ICAP handle of H2 request with small body
- Feature: add SMTP interception support
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.9.2"
version = "1.9.3"
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.9.2-1) UNRELEASED; urgency=medium
g3proxy (1.9.3-1) UNRELEASED; urgency=medium

* New upstream release.

-- G3proxy Maintainers <[email protected]> Tue, 18 Jun 2024 14:04:09 +0800
-- G3proxy Maintainers <[email protected]> Wed, 19 Jun 2024 18:35:33 +0800
2 changes: 1 addition & 1 deletion g3proxy/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'g3proxy'
copyright = '2024, Zhang Jingqiang'
author = 'Zhang Jingqiang'
release = '1.9.2'
release = '1.9.3'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#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.9.2
Version: 1.9.3
Release: 1%{?dist}
Summary: Generic proxy for G3 Project

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


%changelog
* Tue Jun 18 2024 G3proxy Maintainers <[email protected]> - 1.9.2-1
* Wed Jun 19 2024 G3proxy Maintainers <[email protected]> - 1.9.3-1
- New upstream release

0 comments on commit 1ca1981

Please sign in to comment.