]> git.proxmox.com Git - pve-container.git/blobdiff - debian/changelog
Move JSONFormat code to PVE::LXC::Config
[pve-container.git] / debian / changelog
index cab5f7d7901ca8cae59c50b16d8ec8b9963348a9..1c7df0a7c206a2e4245a0ce4f976ad2c9db45932 100644 (file)
@@ -1,3 +1,135 @@
+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
+
+  * suse: move setup_securetty to template_fixup()
+
+  * Add to unused volumes only if really unused
+
+  * exclude 'parent' from config when restoring
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 18 Feb 2016 11:49:15 +0100
+
+pve-container (1.0-45) unstable; urgency=medium
+
+  * add Alpine Linux distribution
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Feb 2016 12:15:11 +0100
+
+pve-container (1.0-44) unstable; urgency=medium
+
+  * snapshot: replace global sync with a namespace sync
+
+  * add support for read-only bind mounts
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 11 Feb 2016 11:57:11 +0100
+
+pve-container (1.0-43) unstable; urgency=medium
+
+  * Improve error handling in snapshot_create
+
+  * VZDump lock update, drop lock_aquire/lock_release
+
+  * prevent snapshot name 'vzdump' from user
+
+  * improve mountpoint parsing
+
+  * added quota flag to mountpoints (disk quota support)
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 11 Feb 2016 06:58:26 +0100
+
+pve-container (1.0-42) unstable; urgency=medium
+
+  * fix growing of a running container's memory limit
+
+  * opensuse 13.2 support
+
+  * added $skiplock parameter for pct start/stop
+
+  * Fix #791: warn when resize2fs fails
+
+  * Fix #881: uninitialized value on valid lxc.cgroup keys
+
+  * Remove mknod call from pre-start hook
+
+  * Only add actual volumes to volid_list
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 08 Feb 2016 12:17:27 +0100
+
+pve-container (1.0-41) unstable; urgency=medium
+
+  * added 'acl' and 'ro' mountpoint options
+
+  * fix PVE::HA use clauses
+
+  * create firewall dir on CT restore
+
+  * Closes #877: Skip mps with backup=0 for snapshot backups
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Jan 2016 16:43:27 +0100
+
+pve-container (1.0-40) unstable; urgency=medium
+
+  * Add dependency to 'file' package
+
+  * Implement linked clones
+
+  * Rework snapshot config removal logic
+
+  * Don't hold flock for whole backup operation
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 23 Jan 2016 08:56:34 +0100
+
+pve-container (1.0-39) unstable; urgency=medium
+
+  * add support for network trunks
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Jan 2016 17:01:38 +0100
+
+pve-container (1.0-38) unstable; urgency=medium
+
+  * Set backup lock during stop and suspend backups
+
+  * Check lock for pct start, stop, suspend, shutdown
+
+  * fix mount_all, improve bind mount handling
+
+  * Add mp to required in pct set mount-point
+
+  * snapshot_create: unfreeze after snapshot creation
+
+  * allow to create containers on lvmthin storage
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 15 Jan 2016 17:13:31 +0100
+
+pve-container (1.0-37) unstable; urgency=medium
+
+  * check for quorum when starting a container
+
+  * vm_stop: make sure the container is stopped using lxc-wait
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 10 Jan 2016 15:14:22 +0100
+
+pve-container (1.0-36) unstable; urgency=medium
+
+  * vzdump stop mode: wait until container is stopped
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 22 Dec 2015 15:49:20 +0100
+
+pve-container (1.0-35) unstable; urgency=medium
+
+  * Setup: order fqdn before hostname in /etc/hosts
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Dec 2015 09:09:48 +0100
+
 pve-container (1.0-34) unstable; urgency=medium
 
   * Revert "set memory.kmem.limit_in_bytes"