X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=cc73a4006285436938f01506a83121b445ab1b4f;hb=a76b691d13c005d6be19b62b415498c6cecccefb;hp=fedd5679cf6bc1aeaba6f52703287a5854b8d337;hpb=3defa1690b966585534135e01f743edae7b8cb41;p=pve-common.git diff --git a/debian/changelog b/debian/changelog index fedd567..cc73a40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,47 @@ +libpve-common-perl (5.0-33) unstable; urgency=medium + + * only show subcommand specific usage if command incomplete + + * filter out aliases when trying to expand command + + * fix handling unknown commands + + * add a generalized 'read and confirm password' sub + + * improve bash completion + + * fix getopt when invoking without arguments + + * ensure errors from forked commands get returned correctly + + -- Proxmox Support Team Thu, 14 Jun 2018 09:15:41 +0200 + +libpve-common-perl (5.0-32) unstable; urgency=medium + + * fix #1766: compare task start time numerically + + * add helper to dump API with resolved references + + -- Proxmox Support Team Tue, 29 May 2018 07:33:47 +0200 + +libpve-common-perl (5.0-31) unstable; urgency=medium + + * add ACME library and challenge plugins + + * add Certificate helper + + * untaint PVE::Tools::df() return values + + -- Proxmox Support Team Fri, 04 May 2018 12:39:02 +0200 + +libpve-common-perl (5.0-30) unstable; urgency=medium + + * pty: fix read_password prototype + + * cli: more generic interactive parameter definition + + -- Proxmox Support Team Thu, 22 Mar 2018 09:08:08 +0100 + libpve-common-perl (5.0-29) unstable; urgency=medium * CLIHandler: fix command usage string generation