X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=debian%2Fchangelog;h=e73f0928fe43f7c8a56fd2c6792b422cccb98ec1;hp=e15faa181400cab4f0af1e6df9da101c0f9a9f96;hb=ed258d288456762e1239889c79293a7ebdea48bc;hpb=df6da413d414df1376c19d848492b928a7706be2 diff --git a/debian/changelog b/debian/changelog index e15faa1..e73f092 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,111 @@ +libpve-common-perl (4.0-57) unstable; urgency=medium + + * fix #923: uninitalized value in remove_lock + + * new PVE::RESTHandler::dump_properties + + * generate_typetext: handle enums and booleans automatically + + * property strings: introduce key grouping feature + + -- Proxmox Support Team Fri, 01 Apr 2016 07:15:56 +0200 + +libpve-common-perl (4.0-56) unstable; urgency=medium + + * add the 'urlencoded' string format + + * property strings: check for commas in values + + -- Proxmox Support Team Mon, 21 Mar 2016 08:47:06 +0100 + +libpve-common-perl (4.0-55) unstable; urgency=medium + + * add missing check for undef in is_mounted + + -- Proxmox Support Team Wed, 16 Mar 2016 16:48:19 +0100 + +libpve-common-perl (4.0-54) unstable; urgency=medium + + * net: don't die in get_active_interfaces() and try both address families + + -- Proxmox Support Team Tue, 15 Mar 2016 06:45:55 +0100 + +libpve-common-perl (4.0-53) unstable; urgency=medium + + * net: tap_plug() needs to apply rate limiting + + * network: tap_rate_limit: fix uninitialized value + + -- Proxmox Support Team Tue, 08 Mar 2016 15:51:12 +0100 + +libpve-common-perl (4.0-52) unstable; urgency=medium + + * AbstractConfig: Decide whether volume is added as unused in subclass + + * AbstractConfig: Introduce __snapshot_create_vol_snapshots_hook + + -- Proxmox Support Team Tue, 08 Mar 2016 11:34:24 +0100 + +libpve-common-perl (4.0-51) unstable; urgency=medium + + * Add AbstractConfig base class + + -- Proxmox Support Team Thu, 03 Mar 2016 10:12:26 +0100 + +libpve-common-perl (4.0-50) unstable; urgency=medium + + * Add since and until parameter to dump_journal + + * pod: generate property string documentation + + -- Proxmox Support Team Wed, 02 Mar 2016 06:23:24 +0100 + +libpve-common-perl (4.0-49) unstable; urgency=medium + + * schema: error on missing keys without default keys + + -- Proxmox Support Team Thu, 18 Feb 2016 09:40:35 +0100 + +libpve-common-perl (4.0-48) unstable; urgency=medium + + * added syncfs syscall and sync_mountpoint helper + + * Applying: schema: disable additional properties in property strings + + -- Proxmox Support Team Thu, 11 Feb 2016 11:24:34 +0100 + +libpve-common-perl (4.0-47) unstable; urgency=medium + + * Implement refcounting for flocks + + * CLIHandler: add missing use PVE::INotify + + * Fix #882: active state of interfaces depends on ipv6 + + -- Proxmox Support Team Wed, 10 Feb 2016 11:13:32 +0100 + +libpve-common-perl (4.0-46) unstable; urgency=medium + + * add upid_wait method + + * SectionConfig: disable duplicate plugin registration + + * Tools: add setns system call + + -- Proxmox Support Team Wed, 27 Jan 2016 16:55:45 +0100 + +libpve-common-perl (4.0-45) unstable; urgency=medium + + * network: fix uninitialized value error + + -- Proxmox Support Team Mon, 18 Jan 2016 16:54:06 +0100 + +libpve-common-perl (4.0-44) unstable; urgency=medium + + * network : add trunks support + + -- Proxmox Support Team Fri, 15 Jan 2016 17:26:05 +0100 + libpve-common-perl (4.0-43) unstable; urgency=medium * Fix #861: use safer sprintf formatting