Skip to content

Commit ce8ffbf

Browse files
committed
g3proxy version 1.12.1
1 parent a2a0cc6 commit ce8ffbf

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

g3proxy/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
v1.12.1:
3+
- BUG FIX: fix deb build of tarball
4+
25
v1.12.0:
36
- Feature: allow to connect to ICAP server via UNIX domain socket
47

g3proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "g3proxy"
3-
version = "1.12.0"
3+
version = "1.12.1"
44
license.workspace = true
55
edition.workspace = true
66
rust-version = "1.86.0"

g3proxy/debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
g3proxy (1.12.0-1) UNRELEASED; urgency=medium
1+
g3proxy (1.12.1-1) UNRELEASED; urgency=medium
22

33
* New upstream release.
44

5-
-- G3proxy Maintainers <[email protected]> Sat, 09 Aug 2025 16:23:47 +0800
5+
-- G3proxy Maintainers <[email protected]> Mon, 11 Aug 2025 14:20:11 +0800

g3proxy/g3proxy.spec

Lines changed: 2 additions & 2 deletions
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.12.0
16+
Version: 1.12.1
1717
Release: 1%{?dist}
1818
Summary: Generic proxy for G3 Project
1919

@@ -69,5 +69,5 @@ install -m 644 -D %{name}/service/[email protected] %{buildroot}/lib/systemd/syst
6969

7070

7171
%changelog
72-
* Sat Aug 09 2025 G3proxy Maintainers <[email protected]> - 1.12.0-1
72+
* Mon Aug 11 2025 G3proxy Maintainers <[email protected]> - 1.12.1-1
7373
- New upstream release

sphinx/g3proxy/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'g3proxy'
1010
copyright = '2020-%Y, Zhang Jingqiang'
1111
author = 'Zhang Jingqiang'
12-
release = '1.12.0'
12+
release = '1.12.1'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)