Signed-off-by: Fabian Grünbichler <[email protected]> --- Makefile | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 1bf41fa..89fa8a4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION=2.0 PACKAGE=pve-ha-manager SIMPACKAGE=pve-ha-simulator -PKGREL=5 +PKGREL=6 GITVERSION:=$(shell git rev-parse HEAD) diff --git a/debian/changelog b/debian/changelog index 06845a8..06a8b4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +pve-ha-manager (2.0-6) unstable; urgency=medium + + * document api result for ha resources + + * cleanup build process + + * move shared files into new libpve-ha-common-perl package + + -- Proxmox Support Team <[email protected]> Wed, 26 Sep 2018 17:04:42 +0200 + pve-ha-manager (2.0-5) unstable; urgency=medium * skip CRM and LRM work if last cfs update failed -- 2.19.0 _______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
