diff --git a/termproxy/Cargo.toml b/termproxy/Cargo.toml index f6d8814..68dd01e 100644 --- a/termproxy/Cargo.toml +++ b/termproxy/Cargo.toml @@ -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 ", "for xterm.js parts: The xterm.js authors ", diff --git a/termproxy/debian/changelog b/termproxy/debian/changelog index 7f14ed4..05682bb 100644 --- a/termproxy/debian/changelog +++ b/termproxy/debian/changelog @@ -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 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 Thu, 26 Oct 2023 17:29:37 +0200