Skip to content

Commit 0c248dd

Browse files
committed
g3proxy version 1.10.1
1 parent 2ddc07d commit 0c248dd

File tree

6 files changed

+17
-7
lines changed

6 files changed

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

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

2+
v1.10.1:
3+
- BUG FIX: fix socket usage on Windows
4+
- BUG FIX: set expire info for udp tasks with socks5 proxy peers
5+
- BUG FIX: send ppv2 header on http forward connections in divert_tcp escaper
6+
- BUG FIX: fix match of TLS ticker name in decryption
7+
- BUG FIX: fix global datagram limiter
8+
- BUG FIX: fix DELETE in FTP over HTTP task
9+
- BUG FIX: fix handle of ICAP Preview data in HTTP/1 interception
10+
- Feature: support chunked upload in FTP over HTTP task
11+
212
v1.10.0:
313
- Policy: LTS version
414

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

33
* New upstream release.
44

5-
-- G3proxy Maintainers <[email protected]> Fri, 18 Oct 2024 10:42:26 +0800
5+
-- G3proxy Maintainers <[email protected]> Fri, 22 Nov 2024 11:09:44 +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.0'
12+
release = '1.10.1'
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.0
16+
Version: 1.10.1
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 Oct 18 2024 G3proxy Maintainers <[email protected]> - 1.10.0-1
73+
* Fri Nov 22 2024 G3proxy Maintainers <[email protected]> - 1.10.1-1
7474
- New upstream release

0 commit comments

Comments
 (0)