mirror of
https://github.com/bytedance/g3.git
synced 2026-05-20 01:01:41 +00:00
g3tiles version 0.2.6
This commit is contained in:
parent
b5b710c5d1
commit
231e2975f9
5 changed files with 10 additions and 6 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1514,7 +1514,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "g3tiles"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
|
||||
v0.2.6:
|
||||
- Feature: support PROXY Protocol in PlainTcpPort
|
||||
- Removed: remove the daemon group name setting in config file
|
||||
|
||||
v0.2.5:
|
||||
- Optimization: set correct default CA path if build using vendored openssl
|
||||
- BUG FIX: fix match of server config key
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "g3tiles"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
description = "G3 generic reverse proxy"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
g3tiles (0.2.5-1) UNRELEASED; urgency=medium
|
||||
g3tiles (0.2.6-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- G3tiles Maintainers <g3tiles-maintainers@devel.machine> Mon, 12 Jun 2023 11:44:56 +0800
|
||||
-- G3tiles Maintainers <g3tiles-maintainers@devel.machine> Tue, 15 Aug 2023 10:40:37 +0800
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
%define build_profile release-lto
|
||||
|
||||
Name: g3tiles
|
||||
Version: 0.2.5
|
||||
Version: 0.2.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Generic reverse proxy for G3 Project
|
||||
|
||||
|
|
@ -58,5 +58,5 @@ install -m 644 -D %{name}/service/g3tiles@.service %{buildroot}/lib/systemd/syst
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 12 2023 G3tiles Maintainers <g3tiles-maintainers@devel.machine> - 0.2.5-1
|
||||
* Tue Aug 15 2023 G3tiles Maintainers <g3tiles-maintainers@devel.machine> - 0.2.6-1
|
||||
- New upstream release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue