X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=debian%2Fchangelog;h=c7ccd80ac5325456836710b4289dc42d13964f81;hp=f35b7e967998d5751bf3ee9d3e3e041d9d221d08;hb=1912759d0e8318c6c2bc6731789e31a976dea090;hpb=825247bdb222c63f10f6c5d99ea2038bea456256 diff --git a/debian/changelog b/debian/changelog index f35b7e9..c7ccd80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,53 @@ +libpve-common-perl (4.0-67) unstable; urgency=medium + + * added: enter_systemd_scope + + * move Network::get_active_interfaces to ProcFSTools + + * add netmasks starting from /8 to local netmask list + + * Consider /31 and /32 valid subnet masks + + -- Proxmox Support Team Fri, 03 Jun 2016 11:27:13 +0200 + +libpve-common-perl (4.0-66) unstable; urgency=medium + + * added: openat, mkdirat + + * Allow O_PATH and O_TMPFILE to be exported + + -- Proxmox Support Team Wed, 01 Jun 2016 11:31:59 +0200 + +libpve-common-perl (4.0-65) unstable; urgency=medium + + * run_cli_handler: add no_rpcenv parameter + + -- Proxmox Support Team Wed, 25 May 2016 11:33:52 +0200 + +libpve-common-perl (4.0-64) unstable; urgency=medium + + * print_property_string: don't print the default key's name + + -- Proxmox Support Team Mon, 23 May 2016 06:26:40 +0200 + +libpve-common-perl (4.0-63) unstable; urgency=medium + + * show warning when using VLAN 1 on a VLAN aware bridge + + -- Proxmox Support Team Wed, 18 May 2016 11:23:27 +0200 + +libpve-common-perl (4.0-62) unstable; urgency=medium + + * re-enable run_cli, which is still in use + + -- Proxmox Support Team Sat, 14 May 2016 11:27:23 +0200 + +libpve-common-perl (4.0-61) unstable; urgency=medium + + * remove PodParser.pm, implement keyAlias feature (replaces group feature) + + -- Proxmox Support Team Wed, 11 May 2016 11:09:29 +0200 + libpve-common-perl (4.0-60) unstable; urgency=medium * setup_tc_rate_limit: Use run_command instead of system