From: Thomas Lamprecht Date: Fri, 9 Nov 2018 16:38:41 +0000 (+0100) Subject: bump version to 2.0-30 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ad3d68df5dbc4cd6b52f7e471fab0804229c3491;p=pve-container.git bump version to 2.0-30 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 1a7ad2a..3cb4ad6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=2.0 PACKAGE=pve-container -PKGREL=29 +PKGREL=30 GITVERSION:=$(shell git rev-parse HEAD) diff --git a/debian/changelog b/debian/changelog index 3d8af1a..eb3fbc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +pve-container (2.0-30) unstable; urgency=medium + + * fix #1808: readonly mount source disk + + * support Fedora 29 + + * call map_volume before using volumes + + -- Proxmox Support Team Fri, 09 Nov 2018 17:33:43 +0100 + pve-container (2.0-29) unstable; urgency=medium * add Ubuntu 18.10 (Cosmic Cuttlefish) support