]> git.proxmox.com Git - pve-container.git/blobdiff - debian/changelog
bump version to 1.0-63
[pve-container.git] / debian / changelog
index f50fb673d75bc890d2b9b332d976dc4c6b9129f9..83333bdae0067248b8651a47eb8ccc81c8733da8 100644 (file)
@@ -1,3 +1,147 @@
+pve-container (1.0-63) unstable; urgency=medium
+
+  * cleanup gateway hooks in debian network setup
+
+  * fix uninitialized value warning
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 03 May 2016 07:19:19 +0200
+
+pve-container (1.0-62) unstable; urgency=medium
+
+  * centos: fixup ipv6 out-of-subnet route
+
+  * debian: always include the 'dev' portion in explicit routes
+
+  * setup: deal with link-local gateways
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 26 Apr 2016 16:00:06 +0200
+
+pve-container (1.0-61) unstable; urgency=medium
+
+  * add support for ubuntu xenial
+
+  * push/pull permissions: use octal by default
+
+  * fix #942: restore ACL and other rootfs options from backup
+
+  * Debian: correctly setup getty service on systemd based containers
+
+  * honor acl setting with zfs
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 20 Apr 2016 11:25:34 +0200
+
+pve-container (1.0-60) unstable; urgency=medium
+
+  * vm_status: return more verbose HA state
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 19 Apr 2016 09:04:43 +0200
+
+pve-container (1.0-59) unstable; urgency=medium
+
+  * setup: ability to ignore files
+
+  * Fix #929: delete veths in the post-stop hook
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 13 Apr 2016 10:32:03 +0200
+
+pve-container (1.0-58) unstable; urgency=medium
+
+  * Build-Depend on pve-doc-generator
+
+  * generate manpages with pve-doc-generator
+
+  * debian: support containers upgraded to use systemd
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 06 Apr 2016 12:36:29 +0200
+
+pve-container (1.0-57) unstable; urgency=medium
+
+  * Add authorized ssh key setup to post_create_hook
+
+  * Add missing '\n' to content in ct_modify_file
+
+  * Add 'perms' option to ct_modify_file
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Apr 2016 15:29:22 +0200
+
+pve-container (1.0-56) unstable; urgency=medium
+
+  * use consistent prefix for worker names
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 04 Apr 2016 16:39:28 +0200
+
+pve-container (1.0-55) unstable; urgency=medium
+
+  * add read_password sub for 'pct create'
+
+  * use asciicode compatible markup
+
+  * enable quotas for passed through /dev devices
+
+  * Fix #925: activate volume before trying to resize
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 01 Apr 2016 07:20:36 +0200
+
+pve-container (1.0-54) unstable; urgency=medium
+
+  * Fix #918: add /dev/mapper symlinks for dm-* devices
+
+  * autodev: create missing paths
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Mar 2016 16:35:01 +0100
+
+pve-container (1.0-53) unstable; urgency=medium
+
+  * Add force parameter for migration with bind/dev mp
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 16 Mar 2016 16:51:40 +0100
+
+pve-container (1.0-52) unstable; urgency=medium
+
+  * Prevent race conditions in snapshot mode backup
+
+  * Use set_lock and remove_lock
+
+  * require -experimental for pct clone and template
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 14 Mar 2016 09:00:04 +0100
+
+pve-container (1.0-51) unstable; urgency=medium
+
+  * fix #912: centos/redhat confusion
+
+  * implement cpulimit hotplugging
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Mar 2016 17:52:33 +0100
+
+pve-container (1.0-50) unstable; urgency=medium
+
+  * follow the change in PVE::AbstractConfig
+
+  * implement rate limiting
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 08 Mar 2016 11:37:09 +0100
+
+pve-container (1.0-49) unstable; urgency=medium
+
+  * change update_etc_hosts to use ct_modify_file
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 07 Mar 2016 09:49:39 +0100
+
+pve-container (1.0-48) unstable; urgency=medium
+
+  * Refactor config-related methods into AbstractConfig
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 03 Mar 2016 10:21:45 +0100
+
+pve-container (1.0-47) unstable; urgency=medium
+
+  * Implement pct mount/unmount (for emergency maintenance)
+
+  * Implement pct push/pull
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 27 Feb 2016 14:38:14 +0100
+
 pve-container (1.0-46) unstable; urgency=medium
 
   * setup: move setup_container_getty_service to Base