Skip to content

Commit

Permalink
g3proxy version 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Nov 29, 2024
1 parent 0fc1647 commit d903264
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 31 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion g3proxy/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

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
- Optimization: respect Content-Length header when sending ICAP adapted body

v1.10.2:
- BUG FIX: fix handle of ICAP preview data in HTTP/2 interception
- BUG FIX: fix panic when sending H2 stream data if peer gone
Expand All @@ -12,7 +17,7 @@ v1.10.1:
- BUG FIX: fix global datagram limiter
- BUG FIX: fix DELETE in FTP over HTTP task
- BUG FIX: fix handle of ICAP Preview data in HTTP/1 interception
- Feature: support chunked upload in FTP over HTTP task
- Optimization: support chunked upload in FTP over HTTP task

v1.10.0:
- Policy: LTS version
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.2"
version = "1.10.3"
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.2-1) UNRELEASED; urgency=medium
g3proxy (1.10.3-1) UNRELEASED; urgency=medium

* New upstream release.

-- G3proxy Maintainers <[email protected]> Mon, 25 Nov 2024 10:56:05 +0800
-- G3proxy Maintainers <[email protected]> Fri, 29 Nov 2024 14:07:20 +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.10.2'
release = '1.10.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.10.2
Version: 1.10.3
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
* Mon Nov 25 2024 G3proxy Maintainers <[email protected]> - 1.10.2-1
* Fri Nov 29 2024 G3proxy Maintainers <[email protected]> - 1.10.3-1
- New upstream release

0 comments on commit d903264

Please sign in to comment.