Skip to content

Commit 71d496a

Browse files
committed
g3proxy version 1.10.4
1 parent ecf13e1 commit 71d496a

File tree

5 files changed

+12
-6
lines changed

5 files changed

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

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

2+
v1.10.4:
3+
- BUG FIX: correctly handle ICAP null-body response
4+
- BUG FIX: fix ICAP connection state when reading modified SMTP/IMAP message
5+
- BUG FIX: fix chunked encoding of H2 body stream when sending to ICAP server
6+
- BUG FIX: keep control socket open on accept error
7+
28
v1.10.3:
39
- BUG FIX: fix read of trailer for chunked FTP over HTTP upload
410
- BUG FIX: fix idle check in udp copy and udp relay task

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

33
* New upstream release.
44

5-
-- G3proxy Maintainers <[email protected]> Fri, 29 Nov 2024 14:07:20 +0800
5+
-- G3proxy Maintainers <[email protected]> Fri, 03 Jan 2025 10:59:28 +0800

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.3
16+
Version: 1.10.4
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 29 2024 G3proxy Maintainers <[email protected]> - 1.10.3-1
73+
* Fri Jan 03 2025 G3proxy Maintainers <[email protected]> - 1.10.4-1
7474
- New upstream release

0 commit comments

Comments
 (0)