X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=debian%2Fchangelog;h=0049237b132c5300316b53882c89f3120d0de09e;hp=cf7b7f96089d9142a0fce9f4c4eae02123377e97;hb=9a052564e1fb7e2e76fa5110cd3be591d3aa57bf;hpb=caf3f3a7a1157aefd7d614a3ae6b3f63ddfeac54 diff --git a/debian/changelog b/debian/changelog index cf7b7f9..0049237 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,84 @@ +libpve-common-perl (5.0-35) unstable; urgency=medium + + * replace read_password_func from cli handler with more flexible param + mapping + + * add print_text_table and print_api_result helper + + -- Proxmox Support Team Wed, 27 Jun 2018 12:33:09 +0200 + +libpve-common-perl (5.0-34) unstable; urgency=medium + + * split out systemd specific code to own perl module + + -- Proxmox Support Team Fri, 15 Jun 2018 12:05:54 +0200 + +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 + + * fix #1682: handle relative years absolutely + + * introduce compute_param_mapping_hash helper + + -- Proxmox Support Team Fri, 09 Mar 2018 08:56:03 +0100 + +libpve-common-perl (5.0-28) unstable; urgency=medium + + * net: replace brctl with iproute2 calls + + * schema: add bwlimit standard option and format + + * schema: allow ipv6 prefix lengths up to 128 + + * net: remove flowid in traffic limit commands + + -- Proxmox Support Team Mon, 19 Feb 2018 11:41:12 +0100 + libpve-common-perl (5.0-27) unstable; urgency=medium * minor code updates for better reusability