X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=327ec9c31d93a40a843b22d25bb06db6f4d9a965;hb=344c19ff41ccdde0fb6a3b5d0aca4626202829de;hp=2e86ecdc8af1c1e15204a1681da5d10cb338a8d2;hpb=bf536088d77b578d6d40394ddf37abdbae5d1373;p=pve-common.git diff --git a/debian/changelog b/debian/changelog index 2e86ecd..327ec9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,63 @@ +libpve-common-perl (4.0-58) unstable; urgency=medium + + * Handle string parameter to file content replacement + + * Tools: add sendmail + + * Tools: add tempfile and tempfile_contents + + * fix O_PATH value + + -- Proxmox Support Team Tue, 05 Apr 2016 06:28:45 +0200 + +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