X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=debian%2Fchangelog;h=97cc395078beae5bc2d31689f4941b66cb3d1e28;hp=631bd9c358d890194ec5f44671428507817db2e3;hb=701270450e50160dfa804eb20e03fd31b7a3675c;hpb=4ebd59685df78917c7dfd55d5017e59dea068455 diff --git a/debian/changelog b/debian/changelog index 631bd9c..97cc395 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,63 @@ +libpve-common-perl (5.0-14) unstable; urgency=medium + + * calendarevent: add the parsing error message to the format + + * calendarevent: add ability to have multiple timespecs for hours and minutes + + * calendarevent: trim event and check if empty + + * calendarevent: check range for start also without repetition + + * add and use physical NIC regexp + + -- Proxmox Support Team Thu, 22 Jun 2017 08:25:57 +0200 + +libpve-common-perl (5.0-13) unstable; urgency=medium + + * calendarevent: change sorting of hours and minutes to numeric + + * tools: next_unused_port: use IPPROTO_TCP explicitly + + * tools: unused ports: optional address parameter + + * PVE::JSONSchema - add proxyto_callback property + + * Revert "JSONSchema.pm: register new standard option pve-replicate + + * swap raw syscall numbers with syscall.ph for easier porting + + -- Proxmox Support Team Wed, 31 May 2017 09:06:35 +0200 + +libpve-common-perl (5.0-12) unstable; urgency=medium + + * fix #1388: cpuset: sort members numerically + + * CalendarEvent.pm: implement parser/utils for systemd like calender exents + + * Tools: make file-locking aware of external exception sources + + * SectionConfig.pm: pass section data to format_section_header + + * JSONSchema.pm: register new standard option pve-replicate + + -- Proxmox Support Team Thu, 18 May 2017 15:43:30 +0200 + +libpve-common-perl (5.0-11) unstable; urgency=medium + + * fix decoding of array and hash CLI parameters + + * add network hostname -> IP helpers + + -- Proxmox Support Team Fri, 5 May 2017 12:39:00 +0200 + +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