Skip to content

Commit d903264

Browse files
committed
g3proxy version 1.10.3
1 parent 0fc1647 commit d903264

File tree

6 files changed

+36
-31
lines changed

6 files changed

+36
-31
lines changed

Cargo.lock

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

g3proxy/CHANGELOG

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

2+
v1.10.3:
3+
- BUG FIX: fix read of trailer for chunked FTP over HTTP upload
4+
- BUG FIX: fix idle check in udp copy and udp relay task
5+
- Optimization: respect Content-Length header when sending ICAP adapted body
6+
27
v1.10.2:
38
- BUG FIX: fix handle of ICAP preview data in HTTP/2 interception
49
- BUG FIX: fix panic when sending H2 stream data if peer gone
@@ -12,7 +17,7 @@ v1.10.1:
1217
- BUG FIX: fix global datagram limiter
1318
- BUG FIX: fix DELETE in FTP over HTTP task
1419
- BUG FIX: fix handle of ICAP Preview data in HTTP/1 interception
15-
- Feature: support chunked upload in FTP over HTTP task
20+
- Optimization: support chunked upload in FTP over HTTP task
1621

1722
v1.10.0:
1823
- Policy: LTS version

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

33
* New upstream release.
44

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

0 commit comments

Comments
 (0)