X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=debian%2Fchangelog;h=772d4cf03d88f5906156d1e366b73124a83042ad;hp=86a03418a57950d69266d29202aa928723be3c89;hb=bb59406e833955c267a77730b4c40e5a0b14c388;hpb=af640684dcaeed2abc9badddcd0d238593c338a5 diff --git a/debian/changelog b/debian/changelog index 86a0341..772d4cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,56 @@ +libpve-common-perl (6.4-3) pve pmg; urgency=medium + + * daemon: explicitly bind to the general wildcard address and fall back to + the IPv4 one if socket creation fails, as then IPv6 is highly probable + disabled for the setup + + -- Proxmox Support Team Fri, 07 May 2021 16:24:29 +0200 + +libpve-common-perl (6.4-2) pve pmg; urgency=medium + + * INotify: add support for a loopback like "dummy" interfaces type required + for bgp with multipath/ecmp to have a unique src ip + + * REST handler: make potentially resource intensive API return validation + opt-in, enable it only in the CLI handler by default. It was not really + useful anyway, and most of the time we had false positives due to the + schema missing some optional property. + + -- Proxmox Support Team Mon, 26 Apr 2021 19:34:21 +0200 + +libpve-common-perl (6.4-1) pve pmg; urgency=medium + + * cli: get options: don't set optional positional params to `undef` + + * JSONSchema: don't cycle-check 'download' responses + + * daemon: create_reusable_socket: listen on IPv6 and IPv4 + + * PBS client: add file-restore helper + + * allow workers to log and count warnings, providing the WARNING finish-state + for tasks which encounered some non-fatal problems + + -- Proxmox Support Team Fri, 23 Apr 2021 14:59:51 +0200 + +libpve-common-perl (6.3-5) pve pmg; urgency=medium + + * network: get_local_ip_from_cidr: filter to only return unique IPs + + * format: fix render_bytes with CLIFormatter + + -- Proxmox Support Team Tue, 09 Mar 2021 08:35:04 +0100 + +libpve-common-perl (6.3-4) pve pmg; urgency=medium + + * sendmail: use more complete email regex and shellquote + + * register email-or-username format + + * fix #3259: always free certificate file after reading it + + -- Proxmox Support Team Fri, 19 Feb 2021 15:50:16 +0100 + libpve-common-perl (6.3-3) pve pmg; urgency=medium * SectionConfig: parse_config: add errors to result