X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=debian%2Fchangelog;h=cf7b7f96089d9142a0fce9f4c4eae02123377e97;hp=e44f228df3e0d8f843cf0f91f187f0eaa6f20774;hb=caf3f3a7a1157aefd7d614a3ae6b3f63ddfeac54;hpb=b50791668caa315f36bddfe6e06d64091238fe9e diff --git a/debian/changelog b/debian/changelog index e44f228..cf7b7f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,58 @@ +libpve-common-perl (5.0-27) unstable; urgency=medium + + * minor code updates for better reusability + + -- Proxmox Support Team Mon, 22 Jan 2018 15:03:12 +0100 + +libpve-common-perl (5.0-26) unstable; urgency=medium + + * support sub command structures for command line utilities + + * JSONSchema: add fingerprint-sha256 standard option + + -- Proxmox Support Team Thu, 18 Jan 2018 09:27:50 +0100 + +libpve-common-perl (5.0-25) unstable; urgency=medium + + * fix issue where 0.5MB converted to GB becomes 0 + + * fix issue which caused the web GUI to not show a new login window when the + ticket becomes invalid (eg. timed out) + + -- Proxmox Support Team Fri, 15 Dec 2017 13:25:41 +0100 + +libpve-common-perl (5.0-24) unstable; urgency=medium + + * let password queries be cancelled via Ctrl+C again + + * improve vnc port allocation stability + + -- Proxmox Support Team Wed, 13 Dec 2017 15:05:05 +0100 + +libpve-common-perl (5.0-23) unstable; urgency=medium + + * added pty handling modules for upcoming pve-xtermjs package + + -- Proxmox Support Team Mon, 04 Dec 2017 10:14:24 +0100 + +libpve-common-perl (5.0-22) unstable; urgency=medium + + * daemon: fix termination of busy workers on reload + + -- Proxmox Support Team Mon, 20 Nov 2017 14:22:07 +0100 + +libpve-common-perl (5.0-21) unstable; urgency=medium + + * daemon: refactor and cleanup + + * daemon: don't send SIGTERM before restart on leave_children_open_on_reload + + * lock_file_full: add missing trailing newline + + * JSONSchema.pm - add a 'download' attribute + + -- Proxmox Support Team Tue, 14 Nov 2017 08:01:25 +0100 + libpve-common-perl (5.0-20) unstable; urgency=medium * tools: add run_fork