X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=debian%2Fchangelog;h=5463755dbc3357ec0c3795a34c81c67702bf5813;hp=bd08eb50944f2296f012c6f7a3458c0d12114195;hb=5f3f697dcd95c7b6399188e9c9dea6d3cc1394dd;hpb=2336b19ef37dd4350c2a708f248b3d294796cb27 diff --git a/debian/changelog b/debian/changelog index bd08eb5..5463755 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,195 @@ +libpve-common-perl (4.0-31) unstable; urgency=medium + + * parse_property_string: add newline to error strings + + -- Proxmox Support Team Fri, 09 Oct 2015 08:43:47 +0200 + +libpve-common-perl (4.0-30) unstable; urgency=medium + + * depend on libclone-perl + + * api_clone_schema: use Clone::clone instead of Storable::dclone + + -- Proxmox Support Team Wed, 07 Oct 2015 08:52:09 +0200 + +libpve-common-perl (4.0-29) unstable; urgency=medium + + * INotify::read_etc_resolv_conf: ipv6 support + + -- Proxmox Support Team Mon, 05 Oct 2015 12:32:00 +0200 + +libpve-common-perl (4.0-28) unstable; urgency=medium + + * run_cli_handler: add no_init parameter for lxc mount hook + + -- Proxmox Support Team Fri, 02 Oct 2015 13:42:37 +0200 + +libpve-common-perl (4.0-27) unstable; urgency=medium + + * CLIHandler: fix manpage for method using 'password' handlers. + + * run_cli_handler: replaces run_cli() + + -- Proxmox Support Team Fri, 02 Oct 2015 10:43:14 +0200 + +libpve-common-perl (4.0-26) unstable; urgency=medium + + * added JSONSchema::print_property_string + + * JSONSchema: added disk-size format + + * Added PVE::JSONSchema::parse_size/format_size + + * Support named formats in typetext generation + + -- Proxmox Support Team Thu, 01 Oct 2015 11:26:11 +0200 + +libpve-common-perl (4.0-25) unstable; urgency=medium + + * read|write network interfaces : add support for vlan interfaces + + -- Proxmox Support Team Fri, 25 Sep 2015 07:03:01 +0200 + +libpve-common-perl (4.0-24) unstable; urgency=medium + + * JSONSchema: verify comma-separated property strings + + * JSONSchema: pve-ipv4/6-config and CIDR split + + -- Proxmox Support Team Wed, 23 Sep 2015 08:20:44 +0200 + +libpve-common-perl (4.0-23) unstable; urgency=medium + + * support QinQ / vlan stacking + + * improve bash completion + + * Tools: add unshare system call + + * Allow top level devel domain name up to 63 characters in email adresse + + -- Proxmox Support Team Mon, 21 Sep 2015 12:11:17 +0200 + +libpve-common-perl (4.0-22) unstable; urgency=medium + + * Tools::run_command: support command pipes (array of arrays) + + * Tools::run_command: add documentation + + * parse/set bridge_vlan_aware flag + + -- Proxmox Support Team Wed, 16 Sep 2015 09:11:29 +0200 + +libpve-common-perl (4.0-21) unstable; urgency=medium + + * remove autostart property from bridge ports + + * CLIHandler: allow binaries with '-' in command name + + -- Proxmox Support Team Tue, 15 Sep 2015 09:04:01 +0200 + +libpve-common-perl (4.0-20) unstable; urgency=medium + + * avoid Exporter warning with Cwd + + -- Proxmox Support Team Wed, 09 Sep 2015 09:13:11 +0200 + +libpve-common-perl (4.0-19) unstable; urgency=medium + + * add missing formatter property to method schema + + * CLIHandler: add helper to generate bash completion (and config) + + * add helpers to verify API without starting the binary + + * remove + from getopt's prefix_pattern + + * new helpers: read_proc_mounts and is_mounted + + -- Proxmox Support Team Tue, 08 Sep 2015 07:16:47 +0200 + +libpve-common-perl (4.0-18) unstable; urgency=medium + + * added 'extra-args' CLI handling + + * add bash completion handler + + -- Proxmox Support Team Tue, 01 Sep 2015 17:47:18 +0200 + +libpve-common-perl (4.0-17) unstable; urgency=medium + + * Added PVE::Network::tcp_ping to replace Net::Ping + + * Tools::run_with_timeout improvement + hires alarm + + * Add generic parse_host_and_port function + + -- Proxmox Support Team Fri, 28 Aug 2015 11:37:10 +0200 + +libpve-common-perl (4.0-16) unstable; urgency=medium + + * fix bug #860: fix tc rate control + + -- Proxmox Support Team Mon, 17 Aug 2015 09:43:41 +0200 + +libpve-common-perl (4.0-15) unstable; urgency=medium + + * add tap device name parse fix + + -- Proxmox Support Team Mon, 10 Aug 2015 09:06:28 +0200 + +libpve-common-perl (4.0-14) unstable; urgency=medium + + * get_standard_option: do not overwrite defaults when they evaluate to false + + -- Proxmox Support Team Tue, 04 Aug 2015 08:59:48 +0200 + +libpve-common-perl (4.0-13) unstable; urgency=medium + + * fix tap_plug with vlan for non aware vlan bridges + + -- Proxmox Support Team Mon, 03 Aug 2015 16:13:33 +0200 + +libpve-common-perl (4.0-12) unstable; urgency=medium + + * tap_plug : add support for vlan aware linux bridge + + * replace /sbin/vconfig with /sbin/ip call + + -- Proxmox Support Team Thu, 30 Jul 2015 08:59:52 +0200 + +libpve-common-perl (4.0-11) unstable; urgency=medium + + * add ProcFSTools::read_proc_net_ipv6_route + + * added constants: ipv4_reverse_mask and ipv4_mask_hash_localnet + + -- Proxmox Support Team Mon, 27 Jul 2015 13:12:28 +0200 + +libpve-common-perl (4.0-10) unstable; urgency=medium + + * add veth_create and veth_delete + + -- Proxmox Support Team Fri, 26 Jun 2015 11:50:24 +0200 + +libpve-common-perl (4.0-9) unstable; urgency=medium + + * add IPv6 support for /etc/network/interfaces + + -- Proxmox Support Team Fri, 26 Jun 2015 07:56:05 +0200 + +libpve-common-perl (4.0-8) unstable; urgency=medium + + * PVE::Daemon now calls systemctl for start/stop/restart + + -- Proxmox Support Team Fri, 19 Jun 2015 07:23:46 +0200 + +libpve-common-perl (4.0-7) unstable; urgency=medium + + * new helper dump_journal to view systemd journal + + -- Proxmox Support Team Tue, 09 Jun 2015 12:16:24 +0200 + libpve-common-perl (4.0-6) unstable; urgency=medium * add trigger for pve-api-updates