]> git.proxmox.com Git - pve-container.git/commitdiff
bump version to 1.0-92
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 19 Jan 2017 08:18:20 +0000 (09:18 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 19 Jan 2017 08:18:20 +0000 (09:18 +0100)
Makefile
debian/changelog

index cfd6feb78a088583416d45e87f156ad209570662..920826aa6759cf7a9548d1e230a3bac6c36de99b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=1.0
 PACKAGE=pve-container
-PKGREL=91
+PKGREL=92
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
index f3aefa68d9e6a324bfe09ca0a8e257f50f4336b3..4aac947b0e82389c4be1034570bc2f29fb9b9b14 100644 (file)
@@ -1,3 +1,11 @@
+pve-container (1.0-92) unstable; urgency=medium
+
+  * use new PVE::Storage::check_volume_access()
+
+  * fix #1253: display SSH fingerprints on CT setup
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 19 Jan 2017 09:17:56 +0100
+
 pve-container (1.0-91) unstable; urgency=medium
 
   * add setup_environment hook to CLIHandler class