Skip to content

Commit

Permalink
g3proxy version 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Jan 3, 2025
1 parent ecf13e1 commit 71d496a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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.

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

v1.10.4:
- BUG FIX: correctly handle ICAP null-body response
- BUG FIX: fix ICAP connection state when reading modified SMTP/IMAP message
- BUG FIX: fix chunked encoding of H2 body stream when sending to ICAP server
- BUG FIX: keep control socket open on accept error

v1.10.3:
- BUG FIX: fix read of trailer for chunked FTP over HTTP upload
- BUG FIX: fix idle check in udp copy and udp relay task
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.10.3"
version = "1.10.4"
license.workspace = true
edition.workspace = true
rust-version = "1.80.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.10.3-1) UNRELEASED; urgency=medium
g3proxy (1.10.4-1) UNRELEASED; urgency=medium

* New upstream release.

-- G3proxy Maintainers <[email protected]> Fri, 29 Nov 2024 14:07:20 +0800
-- G3proxy Maintainers <[email protected]> Fri, 03 Jan 2025 10:59:28 +0800
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.10.3
Version: 1.10.4
Release: 1%{?dist}
Summary: Generic proxy for G3 Project

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


%changelog
* Fri Nov 29 2024 G3proxy Maintainers <[email protected]> - 1.10.3-1
* Fri Jan 03 2025 G3proxy Maintainers <[email protected]> - 1.10.4-1
- New upstream release

0 comments on commit 71d496a

Please sign in to comment.