termproxy: bump version to 1.1.0

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-07-25 17:39:14 +02:00
parent 41f91fd42c
commit 9bf8b31e8d
2 changed files with 18 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-termproxy"
description = "Execute a terminal command and proxy I/O via network"
version = "1.0.1"
version = "1.1.0"
authors = [
"Proxmox Support Team <support@proxmox.com>",
"for xterm.js parts: The xterm.js authors <https://github.com/xtermjs/xterm.js>",

View File

@ -1,8 +1,23 @@
proxmox-termproxy (1.1.0) bookworm; urgency=medium
* add new `--auth-socket` CLI option to allow using UNIX sockets for auth
requests.
* fix parsing free-form listen-port argument, allowing the listen-port-or-fd
to be the last argument, before the `--` separated terminal command that
is.
* rename the `--authport` option to `--auth-port` for consistency with other
options and better readability. Keep a fallback to the old variant for
backwards compatibility.
-- Proxmox Support Team <support@proxmox.com> Thu, 25 Jul 2024 17:38:43 +0200
proxmox-termproxy (1.0.1) bookworm; urgency=medium
* termproxy: fix port/fd range check
* fix port/fd range check
* termproxy: switch from clap to pico-args for CLI argument handling
* switch from clap to pico-args for CLI argument handling
-- Proxmox Support Team <support@proxmox.com> Thu, 26 Oct 2023 17:29:37 +0200