X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=debian%2Fchangelog;h=0bd1c7fa078558eef4855ea28406c2d0e93732e5;hp=6306e87a0683ec431c5f68c30beb7b9860255531;hb=c99025689644aae5cf6c427de4cd704dc9d352c7;hpb=dc3954cafdd85be831224a748de727b070226f9a diff --git a/debian/changelog b/debian/changelog index 6306e87..0bd1c7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,51 @@ +libpve-common-perl (5.0-10) unstable; urgency=medium + + * mark decode_utf8_parameters() as depreciated + + * use Encode::Locale to encode parameters read from console(getopt) + + -- Proxmox Support Team Tue, 02 May 2017 11:52:19 +0200 + +libpve-common-perl (5.0-9) unstable; urgency=medium + + * PVE::RESTEnvironment::get_user - add $noerr parameter + + -- Proxmox Support Team Sat, 29 Apr 2017 08:28:11 +0200 + +libpve-common-perl (5.0-8) unstable; urgency=medium + + * remove wrong (and superfluous) range check in cpusets + + -- Proxmox Support Team Thu, 20 Apr 2017 12:29:17 +0200 + +libpve-common-perl (5.0-7) unstable; urgency=medium + + * journal: allow filtering for a specific service + + * net: only disable ipv6 when creating a bridge/interface + + * fix uninitialized return code in run_command + + -- Proxmox Support Team Mon, 10 Apr 2017 16:07:18 +0200 + +libpve-common-perl (5.0-6) unstable; urgency=medium + + * Add utility subroutine to get the fully qualified domain name of a host + + -- Proxmox Support Team Mon, 03 Apr 2017 11:07:47 +0200 + +libpve-common-perl (5.0-5) unstable; urgency=medium + + * PVE::Tools::encrypt_pw() - new helper + + -- Proxmox Support Team Thu, 30 Mar 2017 17:50:44 +0200 + +libpve-common-perl (5.0-4) unstable; urgency=medium + + * OTP.pm: new class with OTP helpers + + -- Proxmox Support Team Thu, 30 Mar 2017 17:40:11 +0200 + libpve-common-perl (5.0-3) unstable; urgency=medium * Notify.pm: use Clone::clone instead of Storable::dclone