mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 17:13:09 +00:00
bump version to 5.1-48
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
17b7459397
commit
27705b8215
22
debian/changelog
vendored
22
debian/changelog
vendored
@ -1,3 +1,25 @@
|
|||||||
|
pve-manager (5.1-48) unstable; urgency=medium
|
||||||
|
|
||||||
|
* improve and add additional information in pvereport
|
||||||
|
|
||||||
|
* add clone UI for container
|
||||||
|
|
||||||
|
* add CIFS (SMB) UI
|
||||||
|
|
||||||
|
* add cloundinit UI
|
||||||
|
|
||||||
|
* pveupdate: replace cron job with systemd timer (pve-daily-update)
|
||||||
|
|
||||||
|
* fix #1698: add_integer_row should add an integer row
|
||||||
|
|
||||||
|
* cleanup build and packaging system
|
||||||
|
|
||||||
|
* VZDump: handle timelocal year correctly
|
||||||
|
|
||||||
|
* fix #1683: do not send non-numeric values to graphite
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 22 Mar 2018 09:36:11 +0100
|
||||||
|
|
||||||
pve-manager (5.1-47) stable; urgency=medium
|
pve-manager (5.1-47) stable; urgency=medium
|
||||||
|
|
||||||
* added icons to summaries and improved spacing
|
* added icons to summaries and improved spacing
|
||||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -38,7 +38,7 @@ Depends: apt-transport-https,
|
|||||||
libpve-common-perl (>= 5.0-19),
|
libpve-common-perl (>= 5.0-19),
|
||||||
libpve-guest-common-perl (>= 2.0-14),
|
libpve-guest-common-perl (>= 2.0-14),
|
||||||
libpve-http-server-perl,
|
libpve-http-server-perl,
|
||||||
libpve-storage-perl (>= 5.0-17),
|
libpve-storage-perl (>= 5.0-18),
|
||||||
librados2-perl,
|
librados2-perl,
|
||||||
libtemplate-perl,
|
libtemplate-perl,
|
||||||
libterm-readline-gnu-perl,
|
libterm-readline-gnu-perl,
|
||||||
@ -56,13 +56,13 @@ Depends: apt-transport-https,
|
|||||||
postfix | mail-transport-agent,
|
postfix | mail-transport-agent,
|
||||||
proxmox-widget-toolkit (>= 1.0-12),
|
proxmox-widget-toolkit (>= 1.0-12),
|
||||||
pve-cluster (>= 5.0-17),
|
pve-cluster (>= 5.0-17),
|
||||||
pve-container,
|
pve-container (>= 2.0-21),
|
||||||
pve-docs,
|
pve-docs,
|
||||||
pve-firewall,
|
pve-firewall,
|
||||||
pve-ha-manager,
|
pve-ha-manager,
|
||||||
pve-i18n (>= 1.0-3),
|
pve-i18n (>= 1.0-3),
|
||||||
pve-xtermjs (>= 0.1-1),
|
pve-xtermjs (>= 0.1-1),
|
||||||
qemu-server (>= 1.1-1),
|
qemu-server (>= 5.0-24),
|
||||||
rsync,
|
rsync,
|
||||||
spiceterm,
|
spiceterm,
|
||||||
systemd,
|
systemd,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
VERSION=5.1
|
VERSION=5.1
|
||||||
PACKAGE=pve-manager
|
PACKAGE=pve-manager
|
||||||
PACKAGERELEASE=47
|
PACKAGERELEASE=48
|
||||||
|
|
||||||
BINDIR=${DESTDIR}/usr/bin
|
BINDIR=${DESTDIR}/usr/bin
|
||||||
PERLLIBDIR=${DESTDIR}/usr/share/perl5
|
PERLLIBDIR=${DESTDIR}/usr/share/perl5
|
||||||
|
Loading…
Reference in New Issue
Block a user