]> git.proxmox.com Git - pve-xtermjs.git/commitdiff
termproxy: bump version to 1.0.1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 26 Oct 2023 15:29:52 +0000 (17:29 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 26 Oct 2023 15:30:10 +0000 (17:30 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
termproxy/Cargo.toml
termproxy/debian/changelog

index d2cfc08d574db4e1090dbf6a3add337be625fec6..a49d6b00a82d14492d504b96f8172f3ca8c2de99 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "proxmox-termproxy"
 description = "Execute a terminal command and proxy I/O via network"
-version = "1.0.0"
+version = "1.0.1"
 authors = [
     "Proxmox Support Team <support@proxmox.com>",
     "for xterm.js parts: The xterm.js authors <https://github.com/xtermjs/xterm.js>",
index 166d6b5e4c5309cdbdb50ab372def6046b743e39..7f14ed46e039b1d33c66be3fcc4896b9636cd893 100644 (file)
@@ -1,3 +1,11 @@
+proxmox-termproxy (1.0.1) bookworm; urgency=medium
+
+  * termproxy: fix port/fd range check
+
+  * termproxy: switch from clap to pico-args for CLI argument handling
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 26 Oct 2023 17:29:37 +0200
+
 proxmox-termproxy (1.0.0) bookworm; urgency=medium
 
   * split out the system console wrapper termproxy into own package