]> git.proxmox.com Git - pve-cluster.git/commitdiff
bump version to 4.0-48
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 29 Nov 2016 11:00:57 +0000 (12:00 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 29 Nov 2016 11:00:57 +0000 (12:00 +0100)
Makefile
debian/changelog

index 13149c290b99ea9373f5e4f30e9bf2a6c8d2debd..c95cf9d1986088f7fad1ecb2d147ad2a9be13ae0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=pve-cluster
 PKGVER=4.0
-PKGREL=47
+PKGREL=48
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
index da4aced9e983a606fa6f7b90a871780b4c5cdc40..987c788a9ceedbd7ebfa9867e69887ba09659469 100644 (file)
@@ -1,3 +1,33 @@
+pve-cluster (4.0-48) unstable; urgency=medium
+
+  * add API class for cluster configuration
+
+  * move corosync config helpers to PVE::Cluster
+
+  * Fix #1199: pmxcfs: vmlist cache update condition in rename
+
+  * pmxcfs: cleanup: remove unnecessary checks before free
+
+  * new helper initialize_cert_cache()
+
+  * moved x509 certificate cache helpers from pve-manager package
+
+  * setup_sshd_config: add start_sshd flag
+
+  * pvecm.pm: add space after perl reference operator
+
+  * error out when getting remote ip address fails
+
+  * get_local_migration_ip: change to a reasonable error message
+
+  * set PERLIB=.. instead of overwriting rules from pve-doc-generator.mk
+
+  * do not set format_description for migration type property
+
+  * removed unused script gen-datacenter-pod.pl
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Nov 2016 12:00:11 +0100
+
 pve-cluster (4.0-47) unstable; urgency=medium
 
   * add migration format to datacenter config