Skip to content

Commit 67d3f5e

Browse files
committed
g3proxy version 1.10.2
1 parent f555ecd commit 67d3f5e

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-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

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

2+
v1.10.2:
3+
- BUG FIX: fix handle of ICAP preview data in HTTP/2 interception
4+
- BUG FIX: fix panic when sending H2 stream data if peer gone
5+
- BUG FIX: do not send Allow-204 in ICAP preview request
6+
27
v1.10.1:
38
- BUG FIX: fix socket usage on Windows
49
- BUG FIX: set expire info for udp tasks with socks5 proxy peers

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.10.1"
3+
version = "1.10.2"
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.10.1-1) UNRELEASED; urgency=medium
1+
g3proxy (1.10.2-1) UNRELEASED; urgency=medium
22

33
* New upstream release.
44

5-
-- G3proxy Maintainers <[email protected]> Fri, 22 Nov 2024 11:09:44 +0800
5+
-- G3proxy Maintainers <[email protected]> Mon, 25 Nov 2024 10:56:05 +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.10.1'
12+
release = '1.10.2'
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.10.1
16+
Version: 1.10.2
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-
* Fri Nov 22 2024 G3proxy Maintainers <[email protected]> - 1.10.1-1
73+
* Mon Nov 25 2024 G3proxy Maintainers <[email protected]> - 1.10.2-1
7474
- New upstream release

0 commit comments

Comments
 (0)