Skip to content

Commit

Permalink
g3proxy version 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Nov 22, 2024
1 parent 2ddc07d commit 0c248dd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 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.

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

v1.10.1:
- BUG FIX: fix socket usage on Windows
- BUG FIX: set expire info for udp tasks with socks5 proxy peers
- BUG FIX: send ppv2 header on http forward connections in divert_tcp escaper
- BUG FIX: fix match of TLS ticker name in decryption
- 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

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

* New upstream release.

-- G3proxy Maintainers <[email protected]> Fri, 18 Oct 2024 10:42:26 +0800
-- G3proxy Maintainers <[email protected]> Fri, 22 Nov 2024 11:09:44 +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.0'
release = '1.10.1'

# -- 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.0
Version: 1.10.1
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 Oct 18 2024 G3proxy Maintainers <[email protected]> - 1.10.0-1
* Fri Nov 22 2024 G3proxy Maintainers <[email protected]> - 1.10.1-1
- New upstream release

0 comments on commit 0c248dd

Please sign in to comment.