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