]> git.proxmox.com Git - pve-manager.git/commitdiff
bump version to 5.0-33
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 10 Oct 2017 12:23:00 +0000 (14:23 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 10 Oct 2017 12:23:00 +0000 (14:23 +0200)
and add versioned dependencies:
- libpve-common-perl: for PVE::Subscription
- libpve-access-control: for new VM.Snapshot.Rollback privilege

debian/changelog
debian/control
defines.mk

index b7db114bef746cb29858192c860ea4dcec7870ba..af73c5698a3896b77cef9d7dbd18807c4bcc9795 100644 (file)
@@ -1,3 +1,27 @@
+pve-manager (5.0-33) unstable; urgency=medium
+
+  * ceph: disable OSD unit in destroyosd
+
+  * ceph: correctly parse 'pg dump' output
+
+  * fix #1516: fix mouse-scrolling of overflowhandlers in firefox
+
+  * imvprove spice-example-sh
+
+  * fix #1510: do not scroll back to focus when view gets refreshed
+
+  * PVE/API2/Subscription.pm - use new PVE::Subcription class
+
+  * improve VM creation wizard
+
+  * VM.Snapshot.Rollback privilege added
+
+  * vzdump/pigz: use ProcFSTools for core count, not sysconf
+
+  * Turn the offline/online checkbox of the Migrate Windows into a displayfield
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 10 Oct 2017 14:16:12 +0200
+
 pve-manager (5.0-32) unstable; urgency=medium
 
   * disable quota checkbox for unprivileged containers
index d0e017654f7a268c793f92d00e6d7c152b57a925..eb5b649550d3921d591437df6303c1b653d21868 100644 (file)
@@ -35,8 +35,8 @@ Depends: apt-transport-https,
          liblwp-protocol-https-perl,
          libnet-dns-perl,
          libnet-http-perl (>= 6.06-1),
-         libpve-access-control (>= 3.0-2),
-         libpve-common-perl,
+         libpve-access-control (>= 5.0-7),
+         libpve-common-perl (>= 5.0-19),
          libpve-http-server-perl,
          libpve-storage-perl,
          librados2-perl,
index b75f7dd490308d681819d9cf805b8a373585543f..c2da80319f6013463831d3b1d00e52203b2f80d1 100644 (file)
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=pve-manager
-PACKAGERELEASE=32
+PACKAGERELEASE=33
 
 BINDIR=${DESTDIR}/usr/bin
 PERLLIBDIR=${DESTDIR}/usr/share/perl5