mirror of
https://github.com/bytedance/g3.git
synced 2026-05-19 07:54:33 +00:00
g3proxy version 1.12.2
Some checks failed
CrossCompiling / Build (push) Has been cancelled
Sphinx-Doc / build (g3keymess) (push) Has been cancelled
Sphinx-Doc / build (g3proxy) (push) Has been cancelled
Sphinx-Doc / build (g3statsd) (push) Has been cancelled
Linux-CI / Build (push) Has been cancelled
Sphinx-Doc / build (g3tiles) (push) Has been cancelled
Linux-CI / Clippy (push) Has been cancelled
Linux-CI / Build vendored (push) Has been cancelled
Linux-CI / Build with OpenSSL Async Job (push) Has been cancelled
MacOS-CI / Build (push) Has been cancelled
MacOS-CI / Build vendored (push) Has been cancelled
StaticLinking / musl (push) Has been cancelled
StaticLinking / msvc (push) Has been cancelled
Windows-CI / Build (push) Has been cancelled
Windows-CI / Build vendored (push) Has been cancelled
Some checks failed
CrossCompiling / Build (push) Has been cancelled
Sphinx-Doc / build (g3keymess) (push) Has been cancelled
Sphinx-Doc / build (g3proxy) (push) Has been cancelled
Sphinx-Doc / build (g3statsd) (push) Has been cancelled
Linux-CI / Build (push) Has been cancelled
Sphinx-Doc / build (g3tiles) (push) Has been cancelled
Linux-CI / Clippy (push) Has been cancelled
Linux-CI / Build vendored (push) Has been cancelled
Linux-CI / Build with OpenSSL Async Job (push) Has been cancelled
MacOS-CI / Build (push) Has been cancelled
MacOS-CI / Build vendored (push) Has been cancelled
StaticLinking / musl (push) Has been cancelled
StaticLinking / msvc (push) Has been cancelled
Windows-CI / Build (push) Has been cancelled
Windows-CI / Build vendored (push) Has been cancelled
This commit is contained in:
parent
4eca277892
commit
41ea769cae
6 changed files with 10 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1890,7 +1890,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "g3proxy"
|
||||
version = "1.12.1"
|
||||
version = "1.12.2"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
|
||||
v1.12.2:
|
||||
- Compatibility: support to build rpm packages on OpenSUSE
|
||||
|
||||
v1.12.1:
|
||||
- BUG FIX: fix deb build of tarball
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "g3proxy"
|
||||
version = "1.12.1"
|
||||
version = "1.12.2"
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version = "1.86.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
g3proxy (1.12.1-1) UNRELEASED; urgency=medium
|
||||
g3proxy (1.12.2-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- G3proxy Maintainers <g3proxy-maintainers@devel.machine> Mon, 11 Aug 2025 14:20:11 +0800
|
||||
-- G3proxy Maintainers <g3proxy-maintainers@devel.machine> Mon, 18 Aug 2025 15:42:37 +0800
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
%define build_profile release-lto
|
||||
|
||||
Name: g3proxy
|
||||
Version: 1.12.1
|
||||
Version: 1.12.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Generic proxy for G3 Project
|
||||
|
||||
|
|
@ -59,5 +59,5 @@ install -m 644 -D %{name}/service/g3proxy@.service %{buildroot}/lib/systemd/syst
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 11 2025 G3proxy Maintainers <g3proxy-maintainers@devel.machine> - 1.12.1-1
|
||||
* Mon Aug 18 2025 G3proxy Maintainers <g3proxy-maintainers@devel.machine> - 1.12.2-1
|
||||
- New upstream release
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
project = 'g3proxy'
|
||||
copyright = '2020-%Y, Zhang Jingqiang'
|
||||
author = 'Zhang Jingqiang'
|
||||
release = '1.12.1'
|
||||
release = '1.12.2'
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue