]> git.proxmox.com Git - pve-manager.git/commitdiff
change from dpkg-deb to dpkg-buildpackage
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 9 Jun 2017 07:55:28 +0000 (09:55 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 9 Jun 2017 12:00:32 +0000 (14:00 +0200)
for better building pve-manager

this moves the copyright file to debian/
the debian/changelog.Debian to debian/changelog

we do not need the debian/conffiles anymore (gets autogenerated from
files in ./etc/)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Makefile
copyright [deleted file]
debian/changelog [new file with mode: 0644]
debian/changelog.Debian [deleted file]
debian/compat [new file with mode: 0644]
debian/conffiles [deleted file]
debian/control.in
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]

index 0b7cf3e1841d8004d86010ea1b8b8a8ba0ea500c..5cf69099df198671b86024ca32cba88080f10b6a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 include defines.mk
 
-export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -l debian/changelog.Debian -STimestamp)
+export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp)
 
 DESTDIR=
 
@@ -29,30 +29,14 @@ country.dat: country.pl
 .PHONY: deb
 deb: $(DEB)
 $(DEB):
-       ${MAKE} -C bin/test check
-       make clean
        rm -rf dest
        mkdir dest
-       make DESTDIR=`pwd`/dest install
-       mkdir dest/DEBIAN
-       sed -e s/@VERSION@/${VERSION}/ -e s/@PACKAGE@/${PACKAGE}/ -e s/@PACKAGERELEASE@/${PACKAGERELEASE}/ debian/control.in >dest/DEBIAN/control
-       install -m 0644 debian/conffiles dest/DEBIAN
-       install -m 0755 debian/config dest/DEBIAN
-       install -m 0644 debian/templates dest/DEBIAN
-       install -m 0755 debian/preinst dest/DEBIAN
-       install -m 0755 debian/postinst dest/DEBIAN
-       install -m 0755 debian/prerm dest/DEBIAN
-       install -m 0755 debian/postrm dest/DEBIAN
-       install -m 0644 debian/triggers dest/DEBIAN
-       install -m 0644 -D debian/lintian-overrides dest/usr/share/lintian/overrides/${PACKAGE}
-       echo "git clone git://git.proxmox.com/git/pve-manager.git\\ngit checkout ${GITVERSION}" >  dest/usr/share/doc/${PACKAGE}/SOURCE
-       gzip -n --best dest/usr/share/man/*/*
-       gzip -n --best dest/usr/share/doc/${PACKAGE}/changelog.Debian
-       dpkg-deb --build dest
-       mv dest.deb ${DEB}
-       rm -rf dest
+       rsync -a * dest
+       sed -e s/@VERSION@/${VERSION}/ -e s/@PACKAGE@/${PACKAGE}/ -e s/@PACKAGERELEASE@/${PACKAGERELEASE}/ debian/control.in >dest/debian/control
+       echo "git clone git://git.proxmox.com/git/pve-manager.git\\ngit checkout ${GITVERSION}" >  dest/debian/SOURCE
+       cd dest; dpkg-buildpackage -rfakeroot -b -us -uc
        # supress lintian error: statically-linked-binary usr/bin/pvemailforward
-       lintian -X binaries ${DEB}      
+       lintian -X binaries ${DEB}
 
 .PHONY: upload
 upload: ${DEB} check
@@ -87,11 +71,8 @@ install: country.dat vzdump.conf vzdump-hook-script.pl pve-apt.conf mtu bridgevl
 
        install -m 0644 vzdump-hook-script.pl ${DOCDIR}/examples/vzdump-hook-script.pl
        install -m 0644 spice-example-sh ${DOCDIR}/examples/spice-example-sh
-       install -m 0644 copyright ${DOCDIR}
-       install -m 0644 debian/changelog.Debian ${DOCDIR}
        install -m 0644 country.dat ${DESTDIR}/usr/share/${PACKAGE}
-       # temporary: set ExtJS 6 migration devel directory
-       install -d ${DESTDIR}/usr/share/${PACKAGE}/manager6
+
        set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
 
 .PHONY: distclean
diff --git a/copyright b/copyright
deleted file mode 100644 (file)
index 3f06ae0..0000000
--- a/copyright
+++ /dev/null
@@ -1,69 +0,0 @@
-Copyright (C) 2010-2014 Proxmox Server Solutions GmbH
-
-This software is written by Proxmox Server Solutions GmbH <support@proxmox.com>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU Affero General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU Affero General Public License for more details.
-
-You should have received a copy of the GNU Affero General Public License
-along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
--------------
-
-Ext JS - JavaScript Library
-Copyright (c) 2006-2011, Sencha Inc.
-All rights reserved.
-licensing@sencha.com
-
-http://www.sencha.com/license
-
-Open Source License
-----------------------------------------------------------------------------
-This version of Ext JS is licensed under the terms of the 
-Open Source GPL 3.0 license. 
-
-http://www.gnu.org/licenses/gpl.html (/usr/share/common-licenses/GPL-3) 
-
-There are several FLOSS exceptions available for use with this release for
-open source applications that are distributed under a license other than GPL.
-
-* Open Source License Exception for Applications
-
-  http://www.sencha.com/products/floss-exception.php
-
-* Open Source License Exception for Development
-
-  http://www.sencha.com/products/ux-exception.php
-
-------------------------------
-
-Bootstrap html framework:
-
-The MIT License (MIT)
-
-Copyright (c) 2011-2014 Twitter, Inc
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..8ffc65d
--- /dev/null
@@ -0,0 +1,3696 @@
+pve-manager (5.0-11) unstable; urgency=medium
+
+  * add basic replication framework and API
+
+  * pvesr: new CLI tool for replication
+
+  * implement regression tests for replication code
+
+  * PVE::API2Tools::resolve_proxyto - new helper
+
+  * Fix #1386: track postfix daemon status via postfix@-
+
+  * optimize resourcestore, add suspend/resume events to updateTree
+
+  * Make a new systemd target pve-storage
+
+  * ceph: init: add optional disable_cephx option
+
+  * ceph: init: remove filestore xattr use omap
+
+  * fix #1359: change to vm when double clicking in pool member view
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 31 May 2017 09:38:17 +0200
+
+pve-manager (5.0-10) unstable; urgency=medium
+
+  * PVE/APLInfo.pm: avoid locale specific time stamps
+
+  * vzdump: do not generate locale specific time stamps
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Apr 2017 07:45:46 +0200
+
+pve-manager (5.0-9) unstable; urgency=medium
+
+  * update cpuset rebalance code for new libpve-common-perl package
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 20 Apr 2017 12:19:58 +0200
+
+pve-manager (5.0-8) unstable; urgency=medium
+
+  * filter templates in bulk start/stop
+
+  * add skylake to cpu types
+
+  * set default focus and default button for edit window
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 20 Apr 2017 06:25:00 +0200
+
+pve-manager (5.0-7) unstable; urgency=medium
+
+  * move qemu reset button into shutdown menu
+
+  * add a 'convert to template' in the vm action bar
+
+  * add right-click menu for nodes
+
+  * highlight errors in grids
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 14 Apr 2017 15:20:06 +0200
+
+pve-manager (5.0-6) unstable; urgency=medium
+
+  * update japanese translation
+
+  * ceph: allow higher replication levels than 3/3
+
+  * ceph: change default GUI replication level to 3/2
+
+  * fix #1317: check wizard form also on validitychange
+
+  * fix start on boot
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 10 Apr 2017 16:23:11 +0200
+
+pve-manager (5.0-5) unstable; urgency=medium
+
+  * update pve-enterprise repository URL
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Mar 2017 10:52:24 +0100
+
+pve-manager (5.0-4) unstable; urgency=medium
+
+  * fix #1307: dont use language dependent separator in gui
+
+  * add beta text with link to bugtracker
+
+  * pveceph: create default keys when creating monitor
+
+  * pveceph: use luminous by default
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Mar 2017 13:39:02 +0100
+
+pve-manager (5.0-3) unstable; urgency=medium
+
+  * use 'U' to encode undefined values for RRD graphs
+
+  * remove backup locks when starting all VMs on boot
+
+  * get_filtered_vmlist: save VM conf in own subhash
+
+  * include also HA VMs if a vm list is explicit specified
+
+  * VMSelctor: add HA state and allow to filter with it
+
+  * PVEResource store: respect defaulValue of elements
+
+  * update sources.list to stretch
+
+  * APT: update packages and package names
+
+  * Fix #1305: typo
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 17 Mar 2017 12:12:16 +0100
+
+pve-manager (5.0-2) unstable; urgency=medium
+
+  * control.in: change description to avoid lintian warning
+
+  * depend on libc6 to avoid lintian error
+
+  * pveproxy: do not serve /usr/share/vncterm - no longer required
+
+  * install lintian overrides file
+
+ -- root <root@lola.maurer-it.com>  Tue, 14 Mar 2017 07:56:29 +0100
+
+pve-manager (5.0-1) unstable; urgency=medium
+
+  * bump version for stretch
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 13 Mar 2017 14:23:27 +0100
+
+pve-manager (4.4-13) unstable; urgency=medium
+
+  * fix #1299: sort pools in pool selector by default
+  * fix #306: add email address field to backup-now window
+
+  * added a clone button to the VM toolbar
+
+  * change rendering of timestamps where no sorting is required
+
+  * drop net-tools dependency, use iproute2 instead
+
+  * handle references to deleted storages better
+
+  * influxdb plugins: send nodename when updating CT/VM status
+
+  * minor UI improvements:
+    - clone: use an empty-text to show the meaning of an empty storage field
+    - don't try to translate paths such as '/dev/console'
+    - don't try to translate common terms/abbreviations such as 'USB'
+    - add a css fix for chrome >= 56
+    - fix not having a node selected showing a 'Node seems to be offline' error
+
+  * correctly pass 'nowritecache' for zfs storages
+
+  * fix hangs with ceph.target and our ceph.service file with ceph >= 10.2.6
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 13 Mar 2017 12:46:43 +0100
+
+pve-manager (4.4-12) unstable; urgency=medium
+
+  * REST/RPCEnvironment's check_worker is a method now
+
+  * spiceproxy: import PVE::SafeSyslog
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Jan 2017 10:54:56 +0100
+
+pve-manager (4.4-11) unstable; urgency=medium
+
+  * depend on libjs-extjs
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 26 Jan 2017 09:22:34 +0100
+
+pve-manager (4.4-10) unstable; urgency=medium
+
+  * do no translate ha states
+
+  * Use the enabled/disabled toggler to render grid options
+
+  * Add new renderer function for toggling enabled/disabled options
+
+  * Remove technical terms from content to be translated
+
+  * Move VZDump base plugin to libpve-common-guest-perl
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 25 Jan 2017 09:37:47 +0100
+
+pve-manager (4.4-9) unstable; urgency=medium
+
+  * use new PVE::Storage::check_volume_access()
+
+  * pvestatd.pm: corretly use new RPCEnvironment
+
+  * pveproxy: do not expose /pve2/js/ (no longer required)
+
+  * Remove redundant helper for login window
+
+  * Do not try to translate domain specific terms
+
+  * remove reference to PVE.ConsoleWorkspace
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 19 Jan 2017 09:22:51 +0100
+
+pve-manager (4.4-8) unstable; urgency=medium
+
+  * use new libpve-http-server-perl package
+
+  * remove www/bootstrap completely (now in pve-http-server)
+
+  *  HTTPServer.pm: rewrite rest_handler (simplify code)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 16 Jan 2017 18:42:44 +0100
+
+pve-manager (4.4-7) unstable; urgency=medium
+
+  * disable autoselect of targetstorage
+
+  * fix CSRF token generation (broke in 4.4-6)
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Jan 2017 11:00:00 +0100
+
+pve-manager (4.4-6) unstable; urgency=medium
+
+  * add setup_environment hooks to CLIHandler classes
+
+  * remove obsolete PVE::REST class
+
+  * bin/Makefile: export PERLLIB=.. so that doc generator works correctly
+
+  * HTTPServer.pm: cleanups
+
+  * Clone GUI: cleanups
+
+  * add sort to jsgettext.pl
+
+  * update po files, updated german translation
+
+  * add type column to storage content view
+
+  * check general health for ceph monitors, not only time
+
+  * fix #1247: disregard timecheck for one monitor
+
+  * disable submit button in migrate window when not valid
+
+  * make filtered columns in grid more prominent
+
+  * change Start/Stop/Migrate all to Bulk actions
+
+  * show only relevant vms in bulk action window
+
+  * add vmid filter to (start/stop/migrate)all
+
+  * ha: re-add node to service status
+
+  * remove not needed vnc code
+
+  * remove vznet.conf
+
+  * Reload the Ceph OSDTree afer adding an OSD
+
+  * fix #1230: add blocksize for ZFSPoolPlugin
+
+  * Clone.js: add onlineHelp
+
+  * HA: Add a warning/info message for HA setups < 3 votes fix: #1228
+
+  * remove PVE::API2Client class and related examples
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 12 Jan 2017 14:23:42 +0100
+
+pve-manager (4.4-5) unstable; urgency=medium
+
+  * add unpriviledged flag to container restore window
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Dec 2016 11:29:31 +0100
+
+pve-manager (4.4-4) unstable; urgency=medium
+
+  * pveceph: change remove partition order, fix parsing block device
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Dec 2016 12:28:03 +0100
+
+pve-manager (4.4-3) unstable; urgency=medium
+
+  * support ceph jewel
+
+  * do not hide ceph on dashboard if the api call fails
+
+  * add filter to dashboard storage graph
+
+  * add a storage selection in the settings window
+
+  * load the diffstore on init
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Dec 2016 12:02:18 +0100
+
+pve-manager (4.4-2) unstable; urgency=medium
+
+  * rebalance_lxc_containers: avoid repeated warnings if rebalance fail
+
+  * ebalance_lxc_containers: make it work with new lxc/<ID>/ns subgroup
+
+  * rebalance_lxc_containers: make it work with old style lxc setup
+
+  * fix typo in ceph jewel iops parsing
+
+  * filter the local node in the migrateall window
+
+  * validate nodeselector after store is loaded
+
+  * make date column resizable
+
+  * remove obsolete belongsTo
+
+  * snapshottree: remove sorter before saving the state
+
+  * set fixed height on global search window
+
+  * fix #1161: filter by default the displayed guest backups
+
+  * Convert the VMIDSelector to a generic GuestIDSelector
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 21 Dec 2016 12:26:23 +0100
+
+pve-manager (4.4-1) unstable; urgency=medium
+
+  * make realmselector non-editable
+
+  * fix #1176: sort user/group/realm selector
+
+  * aplinfo.dat: update
+
+  * Add online help for start/shutdown for containers
+
+  * Turn the qemu StartupEdit widget into a generic component
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Dec 2016 10:28:32 +0100
+
+pve-manager (4.3-14) unstable; urgency=medium
+
+  * fix typo in vmtype check
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Dec 2016 12:33:35 +0100
+
+pve-manager (4.3-13) unstable; urgency=medium
+
+  * adds a help button to the migration window
+
+  * change lxc migration option to restart mode
+
+  * Add online help for startup/shutdown order and LXC general settings
+
+  * Add the possibility to create an unprivileged container at creation
+    time in the GUI.
+
+  * show in/out/up/down icons in osd overview
+
+  * make ceph status in cluster dashboard clickable
+
+  * add noout button and reorder actions
+
+  * add ceph flags api calls
+
+  * also return the ceph flags in osd api call
+
+  * pvereport: tell lsblk to use ascii
+
+  * plug new ClusterConfig API at /cluster/config
+
+  * Add Windows 2016 as available ostype to select
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Dec 2016 16:38:30 +0100
+
+pve-manager (4.3-12) unstable; urgency=medium
+
+  * fix #1212: allow options for delete in pvesh
+
+  * change ssh-public-keys check in wizard
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 28 Nov 2016 06:18:15 +0100
+
+pve-manager (4.3-11) unstable; urgency=medium
+
+  * fix kvcombobox validator
+
+  * ha/ResourceEdit.js: fix online help ref
+
+  * fix missing mons array in ceph status output
+
+  * fix SSL verify callback for certificate chains
+
+  * VZDump: switch ha managed check from enabled to started
+
+  * fix #1208: add ballooning checkbox to memory edit
+
+  * check for array in disallowednodes filter
+
+  * add new ceph dashboard
+
+  * merge ha resources into the ha status panel
+
+  * ConfigPanel: automatically expand node in selectById()
+
+  * ha resource edit: adapt to new service state
+
+  * do not show current node in migration window
+
+  * NodeSelector: add disallowedNodes configuration property
+
+  * add kvcombobox validator
+
+  * make GUI grids stateful
+
+  * remove reset columns button from resource grid
+
+  * enable certificate pinning for proxied requests
+
+  * check for lxc instead of openvz in the backup window
+
+  * VZDump: die with error if plugin loading fails
+
+  * add sheepdog and gluster to pveproxy.service
+
+  * API2Client: allow to set ssl options
+
+  * fix #1196: make restriced/nofailback boolean in gui
+
+  * disable rules copy button if not 'in' or 'out' rule
+
+  * BackupEdit, cleanup: remove insideUpdate construct
+
+  * Add ECDH curves to use with modern ciphers
+
+  * only allow integers in memoryfield
+
+  * add pveIntegerField and use it
+
+  * improve online help
+
+  * add 'max_{relocate, restart}' fields to UI
+
+  * change ceph diskselector field to devpath
+
+  * show correct mouse cursor on help and settings button
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 23 Nov 2016 12:40:00 +0100
+
+pve-manager (4.3-10) unstable; urgency=medium
+
+  * LXC GUI: Wizard now uses new 'cores' option instead of cpulimit
+
+  * GUI: new datacenter/cluster dashboard
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 29 Oct 2016 15:11:59 +0200
+
+pve-manager (4.3-9) unstable; urgency=medium
+
+  * use new CpuSet::max_cpuid() helper
+
+  * Fix #1186: do not run non installed commands
+
+  * add 'my settings' to top bar
+
+  * make login user name saveable
+
+  * add hastate to /cluster/resources api call
+
+  * show ha error state in tree and resource grid
+
+  * rebalance_lxc_containers: nicer logs, improve hotplug
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 29 Oct 2016 07:51:28 +0200
+
+pve-manager (4.3-8) unstable; urgency=medium
+
+  * pvestatd: add container cpuset balancing
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 27 Oct 2016 12:33:38 +0200
+
+pve-manager (4.3-7) unstable; urgency=medium
+
+  * correct bug number in previous changelog
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 21 Oct 2016 12:42:09 +0200
+
+pve-manager (4.3-6) unstable; urgency=medium
+
+  * fix #1175: make error messages more verbose
+
+  * add onlineHelp
+
+  * fix #1142: add hint when disabling a ha resource
+
+  * move out custom css style for hints in css class and use it
+
+  * fix 'NaN%' when max value is 0
+
+  * restrict vzdump cron options
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 21 Oct 2016 08:46:44 +0200
+
+pve-manager (4.3-5) unstable; urgency=medium
+
+  * recompile with new pve-docs package (fix onlineHelp links)
+
+  * pveversion: add smartmontools
+
+  * pveversion: add pve-docs package
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 14 Oct 2016 09:01:09 +0200
+
+pve-manager (4.3-4) unstable; urgency=medium
+
+  * use auto-generated block IDs to reference online docu
+
+  * vzdump: document restricted API parameters
+
+  * Move bus priority list to OSDefaults
+
+  * make Win XP and Win 2003 use the same defaults as Win 2000
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Oct 2016 11:28:41 +0200
+
+pve-manager (4.3-3) unstable; urgency=medium
+
+  * HA/Groups: add onlineHelp button to edit window
+
+  * ha/groups: allow editing node priorities through UI
+
+  * When adding a new hard disk, use the most used controller as suggested
+    value
+
+  * remove debugging code from postrm
+
+  * use correct info on disks in destroyosd and skip smart
+
+  * fix #1099: get correct info on disks in createosd
+
+  * Sort all lists in the storage what we load dynamically
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 07 Oct 2016 11:46:03 +0200
+
+pve-manager (4.3-2) unstable; urgency=medium
+
+  * fix #1108: add copy firewall rule to GUI
+
+  * fix #1116: center modal windows on browser resize
+
+  * use new statusview for storage
+
+  * move rrd legend to the bottom, make it toggleable
+
+  * show smart text if disk type is not ATA
+
+  * add loadMask to Disk and SMART grid
+
+  * fix #1115 reload storage grid after template download
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 05 Oct 2016 07:11:04 +0200
+
+pve-manager (4.3-1) unstable; urgency=medium
+
+  * prepare version number for new 4.3 release
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Sep 2016 08:39:57 +0200
+
+pve-manager (4.2-23) unstable; urgency=medium
+
+  * fix #1117: do not test for the cgmanager package in pveversion 
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 21 Sep 2016 16:17:22 +0200
+
+pve-manager (4.2-22) unstable; urgency=medium
+
+  * fix #1112: add a warning message if the EFI disk is missing
+
+  * fix #1113: use a LSI controller for legacy OSes
+
+  * fix #1113: preserve LSI controller for legacy Oses
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 20 Sep 2016 17:28:07 +0200
+
+pve-manager (4.2-21) unstable; urgency=medium
+
+  * update favicon, add homescreen icon, use new logo
+
+  * wizard: use refresh event instead of datachanged
+
+  * lxc: correctly display cpulimit
+
+  * change overflowhandler of actionmenu to scroller
+
+  * improve online Help system, add tooltip for context sensitive for help
+    button, add global help button
+
+  * Use SCSI controller as default for l26 guests fix #1105
+
+  * virtio-scsi-pci as default SCSI for new VMS fix #1106
+
+  * fix #1104: add missing /firewall in url
+
+  * add efidisk button to add menu, add efidisk to qemu hardwareview
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 16 Sep 2016 08:08:17 +0200
+
+pve-manager (4.2-20) unstable; urgency=medium
+
+  * startall: remove timeout, wait forever
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Sep 2016 10:40:26 +0200
+
+pve-manager (4.2-19) unstable; urgency=medium
+
+  * reorganize GUI - use a treelist instead of tabs in configpanel
+
+  * Add link to terms glossary when adding an ACL
+
+  * new disk list panel (and remove ceph disks from navigation)
+
+  * fix #1091: add backup config button to storage contentview
+
+  * fix #621: allow template download to glusterfs
+
+  * fix #586: make notes edit window resizable
+
+  * add ceph icon
+
+  * update default aplinfo.dat
+
+  * aplinfo:  improve signature verification, add generated trustedkeys.gpg
+
+  * aplinfo: improve checksum handling (use SHA512)
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Sep 2016 09:30:52 +0200
+
+pve-manager (4.2-18) unstable; urgency=medium
+
+  * lxc: wizard: ssh key
+
+  * vzdump: set task mode early to fix a warning
+
+  * Clear sensitive content when logging out fixes #1060
+
+  * delete old lxc/qemu statusview classes
+
+  * make lxc/qemu use new statusview
+
+  * make node StatusView use new version
+
+  * include new statusview classes in makefile
+
+  * add GuestStatusView and TemplateStatusView
+
+  * add new StatusView component
+
+  * add new infoWidget component
+
+  * Do not use a hardcoded Certificate Authority for https repositories
+
+  * only use exact match in pveRealmSelector
+
+  * make the lxc wizard select the current node by default
+
+  * Remove obsolete make variable for ExtJS4
+
+  * remove obsolete ExtJS4 files
+
+  * Drop "classic" theme from installed files
+
+  * add novnc-pve to pveversion -v
+
+  * don't save password and double lines in pvesh history
+
+  * avoid IE compatibility mode
+
+  * fix influxdb field assignment and allow non integer field
+
+  * fix lint error
+
+  * closes #195 : hide disallowed commands in tree
+
+  * Add mac prefix to the datacenter options
+
+  * prevent KRDB and Monitor(s) being localized
+
+  * open vm console on doubleclick in tree
+
+  * Set VirtIO drivers as default when using the Qemu Wizard and the OS Type is Linux
+
+  * USe PVE.qemu.OSDefaults statics to get defaults for NIC and Storage Controller
+
+  * Add PVE.qemu.OSDefaults class to hold OS-dependant wizard defaults
+
+  * Rename Wizard Component aliases using camelCase
+
+  * change default proxy text to noneText
+
+  * prevent infinite loop in edit window
+
+  * add HostList validator and check monhosts with it
+
+  * give comment in bridgeselector more space
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Aug 2016 14:55:36 +0200
+
+pve-manager (4.2-17) unstable; urgency=medium
+
+  * Fix #1048: vzdump: include job-* hook logs in email
+
+  * vzdump: cleanups
+
+  * fix undefined value warning in resources api call
+
+  * fix surviving update store
+
+  * reload lxc resources also on activate
+
+  * fire activate event for lazyitems in tabpanels
+
+  * correctly delete name of a qemu vm
+
+  * Add some extra debug information to the report.
+
+  * add ca-certificates as required depency
+
+  * lxc/status: show disk usage on running containers
+
+  * fix #1030: calculate correct cpu usage of pools
+
+  * fix #757: show the bridge comment in the selector
+
+  * add comment to network edit and view
+
+  * add comments to network model
+
+  * fix #1043: prevent ceph destroypool when in use
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 11 Jul 2016 13:10:57 +0200
+
+pve-manager (4.2-16) unstable; urgency=medium
+
+  * apply style to backup configuration window
+
+  * set focus on tree after selecting a node
+
+  * fix background color of template bagdes
+
+  * remove unnecessary debug output
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 16 Jun 2016 10:58:43 +0200
+
+pve-manager (4.2-15) unstable; urgency=medium
+
+  * remove unnecessary information on template summary
+
+  * add 'edit' tool to notes panel
+
+  * add a 'bootdisk size' entry to the status view
+
+  * remove RAM column from lxc snapshottree (temporarily)
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 16 Jun 2016 10:58:43 +0200
+
+pve-manager (4.2-14) unstable; urgency=medium
+
+  * Add a toplevel pointer to the PVE admin guide
+
+  * Add Help buttons for three more Qemu Panels
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 14 Jun 2016 12:21:18 +0200
+
+pve-manager (4.2-13) unstable; urgency=medium
+
+  * htmlEncode some comment fields
+
+  * pveceph install: run apt-get interactive
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 10 Jun 2016 15:34:29 +0200
+
+pve-manager (4.2-12) unstable; urgency=medium
+
+  * Rename the SCSI VirtIO controller to better differenciate from VirtIO blk
+
+  * fix #778: Case fix for VMware
+
+  * fix #1005: don't exclude /var/log/?* with stdexcludes
+
+  * Remove IPv4 netmask check
+
+  * Fix #1015: vzdump: send email on early errors
+
+  * Fix #191: acl: honor propagate checkbox
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 08 Jun 2016 12:46:04 +0200
+
+pve-manager (4.2-11) unstable; urgency=medium
+
+  * add vzdump/extractconfig API path
+
+  * disable animation of charts on load
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 03 Jun 2016 12:12:21 +0200
+
+pve-manager (4.2-10) unstable; urgency=medium
+
+  * make the graphs on the summary pages use empty space
+
+  * check if tabs exist before selecting them
+
+  * hide snapshot tab with qemu templates
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 02 Jun 2016 10:01:40 +0200
+
+pve-manager (4.2-9) unstable; urgency=medium
+
+  * Add Online Help for complex PVE panels
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 01 Jun 2016 12:53:44 +0200
+
+pve-manager (4.2-8) unstable; urgency=medium
+
+  * depend on pve-docs package
+
+  * fix right click selection in tree
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 25 May 2016 10:00:22 +0200
+
+pve-manager (4.2-7) unstable; urgency=medium
+
+  * Status: report errors on socket creation problems
+
+  * Status: allow IPs and move properties to base class
+
+  * GUI: fix wrong message after subscription upload
+
+  * GUI: fix reset button with bind mounts
+  
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 23 May 2016 09:42:28 +0200
+
+pve-manager (4.2-6) unstable; urgency=medium
+
+  * allow tagging of vlan 1 in gui
+
+  * fix #1000: add backup checkbox for mountpoints
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 18 May 2016 11:32:43 +0200
+
+pve-manager (4.2-5) unstable; urgency=medium
+
+  * ceph: brackets around ipv6
+
+  * fix #992: remove network id from gui
+
+  * fix #976: set 'disabled' for grid panels which disaply a read only,
+    not sortable content
+
+  * Enlarge Object Grid first column default size
+
+  * change hotplugselector to use checkboxes
+    
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 17 May 2016 16:59:41 +0200
+
+pve-manager (4.2-4) unstable; urgency=medium
+
+  * fix #944: do not filter by empty array
+
+  * fix combobox reset behaviour
+
+  * fix combogrid multiselect bug
+
+  * fix pending changes with boot order
+
+  * Do not send -debug versions of framework files
+
+  * add undo Zoom Button
+
+  * improve pending changes for qemu hardware in gui
+
+  * fix #979: check always for migrated VM
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 03 May 2016 06:33:55 +0200
+
+pve-manager (4.2-3) unstable; urgency=medium
+
+  * improve gui cidr matching
+
+  * disable selecting when right clicking in tree
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 28 Apr 2016 10:58:05 +0200
+
+pve-manager (4.2-2) unstable; urgency=medium
+
+  * fix securitygroupselector
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 26 Apr 2016 12:07:52 +0200
+
+pve-manager (4.2-1) unstable; urgency=medium
+
+  * fix #943: allow saving of values
+
+  * refactor bootdisk test and prevent multiple bootdisks
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 25 Apr 2016 11:21:08 +0200
+
+pve-manager (4.1-34) unstable; urgency=medium
+
+  * LXC GUI: add network rate limit
+
+  * do not disable a combogrid when it loads
+
+  * fix wizard validity logic
+
+  * add enableKeyEvents to combogrid
+
+  * fix #949: add post-restart hook to vzdump
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Apr 2016 09:15:07 +0200
+
+pve-manager (4.1-33) unstable; urgency=medium
+
+  * Do not display the internal value we use for storing ostypes
+
+  * updated Italian translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Apr 2016 12:21:38 +0200
+
+pve-manager (4.1-32) unstable; urgency=medium
+
+  * GUI: enhace visibillity of dialog window border
+
+  * fix #143: add disk/mem percent sort
+
+  * fix #759: save columns of resourceGrid
+
+  * HA Resource: allow selecting no group
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 20 Apr 2016 09:21:17 +0200
+
+pve-manager (4.1-31) unstable; urgency=medium
+
+  * StatusView: more verbose HA status output
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 19 Apr 2016 09:39:33 +0200
+
+pve-manager (4.1-30) unstable; urgency=medium
+
+  * GUI: use raw format for DRBD images
+
+  * also display Linux 4.X on OS selection
+
+  * fix #181: rewrite Boot Order Window
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 15 Apr 2016 08:38:06 +0200
+
+pve-manager (4.1-29) unstable; urgency=medium
+
+  * Fix 'mailto: ...' in /etc/vzdump.conf
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Apr 2016 17:03:08 +0200
+
+pve-manager (4.1-28) unstable; urgency=medium
+
+  * VZDump: add -mailto schema desc
+
+  * VZDump: mark 'size' as deprecated, warn if set
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Apr 2016 12:48:35 +0200
+
+pve-manager (4.1-27) unstable; urgency=medium
+
+  * Wizard: Do not disable a invalid previous tab,
+
+  * Recheck field validation after manually enabling
+    the input field of a ComboGrid
+
+  * qemu monitor GUI: support page up/down
+
+  * Fix #936: ceph: support multiple roots in osd tree
+
+  * GUI: fix ceph tabs switching
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 12 Apr 2016 17:12:09 +0200
+
+pve-manager (4.1-26) unstable; urgency=medium
+
+  * do not depend of pve-doc-generator (this should be a Build-Depend instead)
+
+  * revert default compress mode for vzdump to 0
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 12 Apr 2016 12:41:34 +0200
+
+pve-manager (4.1-25) unstable; urgency=medium
+
+  * Build-Depend on pve-doc-generator
+  
+  * use pve-doc-generator
+
+  * various ExtJS6 GUI fixes
+
+  * disable suspend/resume on containers
+
+  * update translation files
+
+  * use font-awesome icons for action buttons and cmdmenu
+
+  * use split button for shutdown/stop for vm/ct
+
+  * qemu: fix parse vlan trunks
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 10 Apr 2016 15:49:23 +0200
+
+pve-manager (4.1-24) unstable; urgency=medium
+
+  * updated logo to higher quality
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 01 Apr 2016 16:38:48 +0200
+
+pve-manager (4.1-23) unstable; urgency=medium
+
+  * switch GUI to ExtJS6
+
+  * use new ExtJS6 charts for node/lxc/qemu
+
+  * Allow migrate-all button on HA enabled VMs
+
+  * Skip templates when using the start all VMs button
+
+  * Allow non-root to use start/stop/migrate all buttons
+
+  * Fix #926: vzdump: config/default key regression
+
+  * fix compression selection in backup window
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 31 Mar 2016 10:57:55 +0200
+
+pve-manager (4.1-22) unstable; urgency=medium
+
+  * lxc: disable ACL settings for bind mounts
+
+  * deactivate (currently) not working lxc templates
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 14 Mar 2016 17:30:39 +0100
+
+pve-manager (4.1-21) unstable; urgency=medium
+
+  * fix 483: disable template/upload button
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 11 Mar 2016 16:30:15 +0100
+
+pve-manager (4.1-20) unstable; urgency=medium
+
+  * Allow non-self-signed override certificate for API
+
+  * fix 911: lxc: always allow blank mac address for autogeneration
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Mar 2016 14:38:30 +0100
+
+pve-manager (4.1-19) unstable; urgency=medium
+
+  * Use methods from PVE::QemuConfig
+
+  * fix LVM Content settings
+
+  * pveam: add 'available' command to list available templates
+
+  * vzdump: fix default values
+
+  * vzdump: make sure only DOT pid files excluded
+
+  * LXC refactoring
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 08 Mar 2016 11:54:03 +0100
+
+pve-manager (4.1-18) unstable; urgency=medium
+
+  * vzdump: make exclude-path from config file work again
+
+  * firewall: add ipfilter option
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 03 Mar 2016 09:55:18 +0100
+
+pve-manager (4.1-17) unstable; urgency=medium
+
+  * Remove content type Container from GlusterFS
+
+  * web-syslog: add date span selection
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 02 Mar 2016 17:18:06 +0100
+
+pve-manager (4.1-16) unstable; urgency=medium
+
+  * firewall: add option to allow router advertisement
+
+  * update Norwegian translation
+
+  * pveam: add list, download and remove
+
+  * do not use Net::SSL
+
+  * lxc: create/edit/remove mountpoints
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 27 Feb 2016 10:29:20 +0100
+
+pve-manager (4.1-15) unstable; urgency=medium
+
+  * add lvmthin to gui
+
+  * restrict lvm thin on qemu to storage type raw
+
+  * add htmlEncode to various fields
+
+  * firewall: add enable ndp option
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 20 Feb 2016 10:22:17 +0100
+
+pve-manager (4.1-14) unstable; urgency=medium
+
+  * pveupdate: Fix problems with turnkey repository
+
+  * Fix 895: don't drop the other processor values on load()
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 18 Feb 2016 06:35:32 +0100
+
+pve-manager (4.1-13) unstable; urgency=medium
+
+  * pveupdate: use warnings instead of -w
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 12 Feb 2016 10:43:14 +0100
+
+pve-manager (4.1-12) unstable; urgency=medium
+
+  * add permissions to allow non root ceph configuration
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 12 Feb 2016 08:22:39 +0100
+
+pve-manager (4.1-11) unstable; urgency=medium
+
+  * Close #822: show the nodename in the page title
+
+  * use max_workers from datacenter.cfg for stopall/migrateall
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 11 Feb 2016 12:05:54 +0100
+
+pve-manager (4.1-10) unstable; urgency=medium
+
+  * remove 'VZDump backup file' option from upload web gui
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Feb 2016 18:13:09 +0100
+
+pve-manager (4.1-9) unstable; urgency=medium
+
+  * gui: cpu: fix processor editing
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 01 Feb 2016 17:13:03 +0100
+
+pve-manager (4.1-8) unstable; urgency=medium
+
+  * gui: preserve extra cpu options when changing CPU type
+
+  * fix PVE::HA use clause so HA resources get registered
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Jan 2016 16:45:45 +0100
+
+pve-manager (4.1-7) unstable; urgency=medium
+
+  * Enable TLS 1.1 and 1.2, change default DH params
+
+  * Add DHPARAMS option in /etc/default/pveproxy
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 26 Jan 2016 16:47:21 +0100
+
+pve-manager (4.1-6) unstable; urgency=medium
+
+  * fix #871: netstat: include veth devices
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 25 Jan 2016 11:01:11 +0100
+
+pve-manager (4.1-5) unstable; urgency=medium
+
+  * Close #850: ifenslave-2.6 is a transitional package
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 11 Jan 2016 15:30:08 +0100
+
+pve-manager (4.1-4) unstable; urgency=medium
+
+  * update Hungarian translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Dec 2015 11:49:52 +0100
+
+pve-manager (4.1-3) unstable; urgency=medium
+
+  * add Hungarian translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 24 Dec 2015 11:13:43 +0100
+
+pve-manager (4.1-2) unstable; urgency=medium
+
+  * update bash completion helpers (use -o default)
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 19 Dec 2015 09:22:13 +0100
+
+pve-manager (4.1-1) unstable; urgency=medium
+
+  * bump version for 4.1 release
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 11 Dec 2015 08:54:17 +0100
+
+pve-manager (4.0-66) unstable; urgency=medium
+
+  * add qemu BIOS option
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 10 Dec 2015 11:42:16 +0100
+
+pve-manager (4.0-65) unstable; urgency=medium
+
+  * APLInfo: support proxying http traffic
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Dec 2015 16:55:51 +0100
+
+pve-manager (4.0-64) unstable; urgency=medium
+
+  * fix bug #821: add systemd-timesyncd to service list
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Dec 2015 11:26:42 +0100
+
+pve-manager (4.0-63) unstable; urgency=medium
+
+  * add qemu agent gui option
+
+  * influxdb: use multi values measurement
+
+  * pvestatd: use 'priv' environment for service
+
+  * improve log messages at sytem shutdown
+
+  * pveproxy.service: add Wants=ssh.service
+
+  * pveproxy.service: start after remote-fs and ceph
+
+  * pve-manager.service: do not invoke old init.d script
+
+  * pve-manager.service: start after pve-ha-crm.service and pve-ha-lrm.service
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Nov 2015 13:30:44 +0100
+
+pve-manager (4.0-62) unstable; urgency=medium
+
+  * fix systemd shutdown order
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 24 Nov 2015 17:31:15 +0100
+
+pve-manager (4.0-61) unstable; urgency=medium
+
+  * ceph.conf : remove auth_supported
+
+  * Allow email adresses with a top level domain of up to 63 characters
+
+  * fix bug #575: fork at shutdown, so that partent starts new worker
+
+  * update build infrastucture to be able to develop with Ext6
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 20 Nov 2015 10:05:01 +0100
+
+pve-manager (4.0-60) unstable; urgency=medium
+
+  * make startall wait up to 60 seconds for quorum
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 10 Nov 2015 07:48:53 +0100
+
+pve-manager (4.0-59) unstable; urgency=medium
+
+  * Add report modal window, containing pvereport content
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 06 Nov 2015 10:20:49 +0100
+
+pve-manager (4.0-58) unstable; urgency=medium
+
+  * Improve HA UI for users with restricted permissions
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 30 Oct 2015 16:13:28 +0100
+
+pve-manager (4.0-57) unstable; urgency=medium
+
+  * improve pvereport script
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 30 Oct 2015 07:17:45 +0100
+
+pve-manager (4.0-56) unstable; urgency=medium
+
+  * add bios report to pvereport
+
+  * lxc: add mount points to GUI
+
+  * lxc: add resize to GUI
+
+  * lxc: add icons to resources
+
+  * RBD: select 'images' content type by default
+
+  * GUI: add Galician language
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Oct 2015 11:53:42 +0100
+
+pve-manager (4.0-55) unstable; urgency=medium
+
+  * pve-manager service: start after open-iscsi
+
+  * pveceph install: use release repository
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Oct 2015 09:26:06 +0100
+
+pve-manager (4.0-54) unstable; urgency=medium
+
+  * fix bug #781: separate LXC CPU and memory in editor
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Oct 2015 13:40:42 +0200
+
+pve-manager (4.0-51) unstable; urgency=medium
+
+  * fix check if vm is ha managed in get_start_stop_list
+
+  * fix lxc config key in get_start_stop_list sub
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 20 Oct 2015 09:51:43 +0200
+
+pve-manager (4.0-50) unstable; urgency=medium
+
+  * fix bug #756: force macro setting to emtpy string when
+    user erases the content
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 15 Oct 2015 17:41:02 +0200
+
+pve-manager (4.0-49) unstable; urgency=medium
+
+  * GUI: add new vtype ConfigId, use it for snapshot names
+
+  * IP4_cidr_match: allow short masks like /8
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Oct 2015 08:16:55 +0200
+
+pve-manager (4.0-48) unstable; urgency=medium
+
+  * lxc/dns: ipv6 support
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Oct 2015 17:47:26 +0200
+
+pve-manager (4.0-47) unstable; urgency=medium
+
+  * DNS ui/api: ipv6 support
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Oct 2015 12:34:16 +0200
+
+pve-manager (4.0-46) unstable; urgency=medium
+
+  * fix bug #719: vzdump - only call cleanup after prepare
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 03 Oct 2015 15:32:02 +0200
+
+pve-manager (4.0-45) unstable; urgency=medium
+
+  * sources.list: prepare for final 4.0 release - use pve-enterprise repository
+
+  * API: return correct version (instead of 4.0Beta)
+
+  * cleanup: use new run_cli_handler() method
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Oct 2015 11:43:47 +0200
+
+pve-manager (4.0-44) unstable; urgency=medium
+
+  * add content type selector to LVM storage editor
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 01 Oct 2015 13:04:26 +0200
+
+pve-manager (4.0-43) unstable; urgency=medium
+
+  * check for ext5 dir to avoid missing directory errors
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Sep 2015 07:17:45 +0200
+
+pve-manager (4.0-42) unstable; urgency=medium
+
+  * update OS Type descriptions
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 26 Sep 2015 11:14:46 +0200
+
+pve-manager (4.0-41) unstable; urgency=medium
+
+  * do not install extJS 5 framework by default
+
+  * NetworkEdit : add support for vlan interfaces
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 25 Sep 2015 07:19:16 +0200
+
+pve-manager (4.0-40) unstable; urgency=medium
+
+  * improve mobile app
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 24 Sep 2015 07:02:15 +0200
+
+pve-manager (4.0-39) unstable; urgency=medium
+
+  * update sencha touch sources to 2.4.2
+
+  * Allow email adresses with a top level domain of up to 63 characters
+
+  * Deny stop mode backups from HA managed and enabled services
+
+  * vzdump: re-enable passing vmid lists at command line
+
+  * Allow typeahead selection of Firewall macros
+
+  * vzdump: replace 'find' exclude command switches
+  
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 21 Sep 2015 12:21:51 +0200
+
+pve-manager (4.0-38) unstable; urgency=medium
+
+  * add bridge vlan aware checkbox
+
+  * bridgevlan : allow filtering on tagged interfaces (for QinQ)
+
+  * vzdump: replace 'find' exclude command switches
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 16 Sep 2015 11:05:49 +0200
+
+pve-manager (4.0-37) unstable; urgency=medium
+
+  * add influxdb stats plugin
+
+  * appdate appliance database (aplinfo.dat), include centos7 and
+    archlinux templates
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 11 Sep 2015 09:30:01 +0200
+
+pve-manager (4.0-36) unstable; urgency=medium
+
+  * add pvesh man page
+
+  * Update vzdump man page for 4.0
+
+  * fix bug #706: Use comma to split vmid list when building
+    the crontab vzdump command
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 10 Sep 2015 12:24:09 +0200
+
+pve-manager (4.0-35) unstable; urgency=medium
+
+  * HA GUI: fix 'state' default value in resource edit dialog
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 10 Sep 2015 10:26:06 +0200
+
+pve-manager (4.0-34) unstable; urgency=medium
+
+  * Add krbd option to GUI on ceph storage
+
+  * fix output percent_used in rbd pools
+
+  * allow usage of ceph development repository
+
+  * fixes the problem of containers not autostarting with onboot=1
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Sep 2015 08:04:44 +0200
+
+pve-manager (4.0-33) unstable; urgency=medium
+
+  * Add missing install target dependencies
+
+  * Update vzdump man page for use with LXC containers
+
+  * GUI option for VM protection added
+
+  * fix bug #701: blacklist nvidiafb
+
+  * improve pveupdate with random start time
+
+  * vzdump: implement bash completion
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 08 Sep 2015 10:44:51 +0200
+
+pve-manager (4.0-32) unstable; urgency=medium
+
+  * aplinfo: improve version parser
+
+  * set size in the rootfs parameter on CT create
+
+  * pve-manager : novncindex : remove include inflator.js
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 29 Aug 2015 12:36:41 +0200
+
+pve-manager (4.0-31) unstable; urgency=medium
+
+  * novnc: add fullscreen button for embedded console
+
+  * Remove Java applet from list of available console viewers
+
+  * fix bug #690: correctly list container storages
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 28 Aug 2015 12:08:21 +0200
+
+pve-manager (4.0-30) unstable; urgency=medium
+
+  * lxc GUI: add tty and console options
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Aug 2015 06:36:39 +0200
+
+pve-manager (4.0-29) unstable; urgency=medium
+
+  * correctly display lxc templates
+
+  * lxc GUI: implement console mode option
+
+  * fix bug #682: change at the Gui the used disk size
+
+  * Ceph: fix old interfaces access in find_node_ip
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 18 Aug 2015 16:45:53 +0200
+
+pve-manager (4.0-28) unstable; urgency=medium
+
+  * allow all storages with content type 'images' for containers
+
+  * add some green to the icon to indicate more clearly when LXC
+  containers are running
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 07 Aug 2015 12:13:43 +0200
+
+pve-manager (4.0-27) unstable; urgency=medium
+
+  * update LXC GUI (support new rootfs and size parameter).
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 06 Aug 2015 11:30:33 +0200
+
+pve-manager (4.0-26) unstable; urgency=medium
+
+  * fix bug #662: wrong subroutine for parsing startup order
+
+  * fix bug #659: lxc pool support
+
+  * add vlan aware ifupdown script (replace debian vlan package)
+
+  * add dhcp and slaac options to lxc network config
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 31 Jul 2015 11:17:00 +0200
+
+pve-manager (4.0-25) unstable; urgency=medium
+
+  * Added UI elements for the backup job disabling function
+
+  * implement snapshot support for LXC
+
+  * Added parallel compress support for vzdump with pigz
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 27 Jul 2015 13:28:24 +0200
+
+pve-manager (4.0-24) unstable; urgency=medium
+
+  * NetworkEdit: use pvetextfield instead of numberfield
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 03 Jul 2015 07:22:05 +0200
+
+pve-manager (4.0-23) unstable; urgency=medium
+
+  * use updated LXC template list
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 02 Jul 2015 12:02:29 +0200
+
+pve-manager (4.0-22) unstable; urgency=medium
+
+  * add embedded novnc console for nodes
+
+  * fix bug #648: forward call to correct node
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 29 Jun 2015 16:16:42 +0200
+
+pve-manager (4.0-21) unstable; urgency=medium
+
+  * do not show monitor and console for templates
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 28 Jun 2015 09:19:39 +0200
+
+pve-manager (4.0-20) unstable; urgency=medium
+
+  * add embedded lxc novnc console
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 27 Jun 2015 12:24:07 +0200
+
+pve-manager (4.0-19) unstable; urgency=medium
+
+  * add embedded qemu novnc console
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 26 Jun 2015 12:58:53 +0200
+
+pve-manager (4.0-18) unstable; urgency=medium
+
+  * node networking GUI: add IPV6 support
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 26 Jun 2015 10:06:53 +0200
+
+pve-manager (4.0-17) unstable; urgency=medium
+
+  * add noVNC resize feature
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 25 Jun 2015 17:56:06 +0200
+
+pve-manager (4.0-16) unstable; urgency=medium
+
+  *  pveversion: fix package list for pve 4.0
+  
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Jun 2015 12:25:54 +0200
+
+pve-manager (4.0-15) unstable; urgency=medium
+  * fix bug #644: remove old java console
+  
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Jun 2015 09:09:59 +0200
+
+pve-manager (4.0-14) unstable; urgency=medium
+
+  * qemu GUI: fix CD edit (bug #640)
+
+  * Fix qemu create wizard when iothread is set
+
+  * Force Internet Explorer to interpret pages in IE10 compatibility modus
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Jun 2015 06:46:19 +0200
+
+pve-manager (4.0-13) unstable; urgency=medium
+
+  * use pvetest repository for beta release
+
+  * GUI: display version 4.0Beta to mark this a beta release.
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Jun 2015 12:28:38 +0200
+
+pve-manager (4.0-12) unstable; urgency=medium
+
+  * change pve-manager service type to oneshot
+
+  * add iothread option
+  
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 10 Jun 2015 09:05:29 +0200
+
+pve-manager (4.0-11) unstable; urgency=medium
+
+  * API change: remove bootlog API
+
+  * fix LogView widget
+
+  * use Wants instead of Requires inside systemd service definitions
+
+  * implement service API using systemctl
+
+  * add cpu options form
+
+  * add virtio-scsi-single scsi controller
+
+  * add IvyBridge cpu model
+
+  * LXC GUI: use cpulimit instead of cpus
+
+  * remove UBC GUI
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 09 Jun 2015 12:22:58 +0200
+
+pve-manager (4.0-10) unstable; urgency=medium
+
+  * API change: /cluster/status - do not use clustat
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Jun 2015 11:07:13 +0200
+
+pve-manager (4.0-9) unstable; urgency=medium
+
+  * pveproxy: add ipv6 support
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 08 May 2015 12:44:52 +0200
+
+pve-manager (4.0-8) unstable; urgency=medium
+
+  * use name based trigger to restart API server
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 May 2015 14:43:48 +0200
+
+pve-manager (4.0-7) unstable; urgency=medium
+
+  * improve LXC GUI
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 30 Apr 2015 18:49:13 +0200
+
+pve-manager (4.0-6) unstable; urgency=medium
+
+  * containers: use LXC instead of OpenVZ
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 18 Apr 2015 09:49:31 +0200
+
+pve-manager (4.0-5) unstable; urgency=medium
+
+  * ha GUI: show configuration errors
+
+  * fix apt sources for jessie
+  
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 07 Apr 2015 09:55:48 +0200
+
+pve-manager (4.0-4) unstable; urgency=medium
+
+  * implement new GUI for HA
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 03 Apr 2015 18:49:20 +0200
+
+pve-manager (4.0-3) unstable; urgency=medium
+
+  * use new pve-ha-manager
+  
+  * remove OpenVZ related code
+  
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Mar 2015 13:42:15 +0100
+
+pve-manager (4.0-2) unstable; urgency=medium
+
+  * fix proxversion -v for jessie release
+
+  * add PIDFile option for systemd services
+
+  * avoid shell scripts in systemd service definitions
+
+  * depend on systemd, add service files
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 06 Mar 2015 11:35:33 +0100
+
+pve-manager (4.0-1) unstable; urgency=medium
+
+  * first version for Debian jessie
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 28 Feb 2015 09:34:33 +0100
+
+pve-manager (3.4-1) unstable; urgency=low
+
+  * write_ceph_config: also write mds sections
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 19 Feb 2015 06:31:48 +0100
+
+pve-manager (3.3-21) unstable; urgency=low
+
+  * write_ceph_config: also write client section
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 18 Feb 2015 05:51:37 +0100
+
+pve-manager (3.3-20) unstable; urgency=low
+
+  * pveceph: use LWP to download release key (instead of wget)
+  
+  * GUI: add multiqueues field to NIC form
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Feb 2015 09:03:08 +0100
+
+pve-manager (3.3-19) unstable; urgency=low
+
+  * GUI: fixes for CDROM hotplug
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 12 Feb 2015 08:03:26 +0100
+
+pve-manager (3.3-18) unstable; urgency=low
+
+  * GUI: add startall/stopall/migrateall menu buttons  
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Feb 2015 09:17:50 +0100
+
+pve-manager (3.3-17) unstable; urgency=low
+
+  * memory form : hotplug improvements
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 10 Feb 2015 11:48:18 +0100
+
+pve-manager (3.3-16) unstable; urgency=low
+
+  * pveproxy: set method to tlsv1 (required for IE)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 09 Feb 2015 11:42:56 +0100
+
+pve-manager (3.3-15) unstable; urgency=low
+
+  * GUI: implement hotplug feature selector
+  
+  * GUI: add UI for local ZFS storage
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Jan 2015 12:37:36 +0100
+
+pve-manager (3.3-14) unstable; urgency=low
+
+  * HardwareView: correctly enable/disable buttons
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Jan 2015 09:13:09 +0100
+
+pve-manager (3.3-13) unstable; urgency=low
+
+  * PendingObjectGrid: improve detection of pending changes
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Jan 2015 12:57:21 +0100
+
+pve-manager (3.3-12) unstable; urgency=low
+
+  * add numa option to processor form
+  
+  * fix rendering of pending processor values
+  
+  * GUI: dynamically update VM config every 5 seconds
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 21 Jan 2015 08:39:16 +0100
+
+pve-manager (3.3-11) unstable; urgency=low
+  
+  * New 'disconnect' button on the network edit pannel.
+
+  * Fix backup failure at shutdown (stop backup on host shutdown)
+  
+  * vzdump: new option --stop to abort running backup job
+  
+  * Support additional e1000 variants for VM machines
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 20 Jan 2015 07:17:34 +0100
+
+pve-manager (3.3-10) unstable; urgency=low
+
+  * fix restart behavior
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 15 Jan 2015 07:21:43 +0100
+
+pve-manager (3.3-9) unstable; urgency=low
+
+  * qemu GUI: support new pending changes API
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 08 Jan 2015 13:28:25 +0100
+
+pve-manager (3.3-8) unstable; urgency=low
+
+  * pveproxy: support TLS1.1 and TLS1.2
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Dec 2014 14:04:36 +0100
+
+pve-manager (3.3-7) unstable; urgency=low
+
+  * vzdump: avoid warning about uninitialized value
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 26 Nov 2014 06:57:04 +0100
+
+pve-manager (3.3-6) unstable; urgency=low
+
+  * VZDump: added email notification setting
+  
+  * fix Bug #579: add START parameter in /etc/default/pve-manager
+  
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Nov 2014 06:37:36 +0100
+
+pve-manager (3.3-5) unstable; urgency=low
+
+  * VZDump: send an error email in case of lock failure
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 23 Oct 2014 11:04:47 +0200
+
+pve-manager (3.3-4) unstable; urgency=low
+
+  * pveproxy: limit ourselfes to tlsv1 
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 15 Oct 2014 15:49:17 +0200
+
+pve-manager (3.3-3) unstable; urgency=low
+
+  * openvz: implement suspend/resume
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 09 Oct 2014 09:37:47 +0200
+
+pve-manager (3.3-2) unstable; urgency=low
+
+  * fix bug #534: implement firewall checkbox for OpenVZ CreateWizard
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 17 Sep 2014 16:34:27 +0200
+
+pve-manager (3.3-1) unstable; urgency=low
+
+  * i18n: small fixes
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 08 Sep 2014 09:55:22 +0200
+
+pve-manager (3.2-31) unstable; urgency=low
+
+  * GUI: add new email_from option to datacenter.cfg
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 04 Sep 2014 17:35:04 +0200
+
+pve-manager (3.2-30) unstable; urgency=low
+
+  * resourcegrid : add template menu
+  
+  * fix label width for spanish translation
+  
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 01 Sep 2014 11:38:20 +0200
+
+pve-manager (3.2-29) unstable; urgency=low
+
+  * glusterfs GUI: new option to specify backup volfile server
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Aug 2014 11:52:49 +0200
+
+pve-manager (3.2-28) unstable; urgency=low
+
+  * GUI: allow to add ZFS storage
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 26 Aug 2014 09:36:23 +0200
+
+pve-manager (3.2-27) unstable; urgency=low
+
+  * fix bug #554: do not set delete flag on Auth create
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Aug 2014 12:07:51 +0200
+
+pve-manager (3.2-26) unstable; urgency=low
+
+  * GUI: use better icons for storage menu
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Aug 2014 09:20:31 +0200
+
+pve-manager (3.2-25) unstable; urgency=low
+
+  * GUI: add discard option to qemu drive
+  
+  * GUI: add Broadwell cpu model
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 20 Aug 2014 12:19:00 +0200
+
+pve-manager (3.2-24) unstable; urgency=low
+
+  * GUI: add new 'Pool View'
+  
+  * GUI: show correct node status in 'Storage View'
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 13 Aug 2014 08:07:59 +0200
+
+pve-manager (3.2-23) unstable; urgency=low
+
+  * update Spanish translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 11 Aug 2014 10:11:43 +0200
+
+pve-manager (3.2-22) unstable; urgency=low
+
+  * mobile: register OpenVZ migrate page
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 07 Aug 2014 11:08:16 +0200
+
+pve-manager (3.2-21) unstable; urgency=low
+
+  * novnc: add sendKey menufor KVM VMs
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 06 Aug 2014 09:09:47 +0200
+
+pve-manager (3.2-20) unstable; urgency=low
+
+  * add sencha touch based GUI for mobile devices
+  
+  * update Chinese translation (zh_CN).
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Aug 2014 09:30:49 +0200
+
+pve-manager (3.2-19) unstable; urgency=low
+
+  * HA migrate: return non-critical error if migrate failed by VM is still
+    running
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Jul 2014 07:14:55 +0200
+
+pve-manager (3.2-18) unstable; urgency=low
+
+  * oath GUI: add 'step' and 'digit' options
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 23 Jul 2014 07:27:22 +0200
+
+pve-manager (3.2-17) unstable; urgency=low
+
+  * include improved Spanish translation
+
+  * allow to set/edit two factor authentication (yubico, oath)
+  
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Jul 2014 08:23:02 +0200
+
+pve-manager (3.2-16) unstable; urgency=low
+
+  * noVNC console: correctly display connection error
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Jun 2014 10:31:28 +0200
+
+pve-manager (3.2-15) unstable; urgency=low
+
+  * Qemu GUI: add support to edit SMBIOS settings
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 26 Jun 2014 13:21:54 +0200
+
+pve-manager (3.2-14) unstable; urgency=low
+
+  * use case insensitive match for websocket upgrade (make it work with IE)
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 25 Jun 2014 13:26:23 +0200
+
+pve-manager (3.2-13) unstable; urgency=low
+
+  * use noVNC as default console viewer
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 25 Jun 2014 07:24:04 +0200
+
+pve-manager (3.2-12) unstable; urgency=low
+
+  * implement novnc console for openvz and shell
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 24 Jun 2014 17:39:10 +0200
+
+pve-manager (3.2-11) unstable; urgency=low
+
+  * add Persian (Farsi) translation.
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 23 Jun 2014 06:31:39 +0200
+
+pve-manager (3.2-10) unstable; urgency=low
+
+  * HTTPServer: implement websockets
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 18 Jun 2014 12:12:51 +0200
+
+pve-manager (3.2-9) unstable; urgency=low
+
+  * kvm: add noVNC console 
+  
+  * depend on pve-novnc
+  
+  * trim subscription key to avoid unexpected errors
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Jun 2014 09:10:18 +0200
+
+pve-manager (3.2-8) unstable; urgency=low
+
+  * add enable option to datacenter firewall.
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 04 Jun 2014 08:47:41 +0200
+
+pve-manager (3.2-7) unstable; urgency=low
+
+  * add Firewall GUI
+  
+  * openvz: add bridge vlan && firewall options to gui
+
+  * depend on pve-firewall
+  
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 03 Jun 2014 09:07:50 +0200
+
+pve-manager (3.2-6) unstable; urgency=low
+
+  * fix bug #300: use disk_quota default settings from /etv/vz/vz.conf
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 06 May 2014 06:58:23 +0200
+
+pve-manager (3.2-5) unstable; urgency=low
+
+  * produce nicer html for direct API access (/api2/html)
+
+  * always delay unauthorized calls
+  
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 May 2014 12:01:23 +0200
+
+pve-manager (3.2-4) unstable; urgency=low
+
+  *  add X-UA-Compatible tag to avoid IE GUI bugs
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 26 Apr 2014 09:34:53 +0200
+
+pve-manager (3.2-3) unstable; urgency=low
+
+  * add Euskera (Basque) translations
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 17 Apr 2014 11:25:54 +0200
+
+pve-manager (3.2-2) unstable; urgency=low
+
+  * pveceph: fix purge command
+  
+  * pheceph: add -version argument to install (defaults to dumpling)
+  
+  * spice-example-sh: avoid use of sed and aw
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Apr 2014 06:04:04 +0200
+
+pve-manager (3.2-1) unstable; urgency=low
+
+  * bump version for 3.2 release
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 06 Mar 2014 06:43:46 +0100
+
+pve-manager (3.1-45) unstable; urgency=low
+
+  * parseQemuNetwork: add vmxnet3
+  
+  * add /usr/share/doc/pve-manager/examples/spice-example-sh
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 03 Mar 2014 07:06:02 +0100
+
+pve-manager (3.1-44) unstable; urgency=low
+
+  * re-add support for spiceconfig output format (revert commit
+    97da4646288d2806c334c6a1c1361acb22df0535 and commit
+    b96fb2234a7df02999489cc1f33ad52defac8998)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Feb 2014 12:49:35 +0100
+
+pve-manager (3.1-43) unstable; urgency=low
+
+  * fix network API (make comments optional)
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 16 Feb 2014 09:27:18 +0100
+
+pve-manager (3.1-42) unstable; urgency=low
+
+  * vzdump: add MIME-Version header
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Feb 2014 08:41:34 +0100
+
+pve-manager (3.1-41) unstable; urgency=low
+
+  * ceph: improve GUI feedback using TaskProgress.js
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 24 Jan 2014 13:38:41 +0100
+
+pve-manager (3.1-40) unstable; urgency=low
+
+  * ceph: use setsid for service commands
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 24 Jan 2014 10:42:41 +0100
+
+pve-manager (3.1-39) unstable; urgency=low
+
+  * ceph: view osd commit/apply latency
+  
+  * ceph: display osd usage
+
+  * ceph: display pool usage information
+  
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 23 Jan 2014 10:22:20 +0100
+
+pve-manager (3.1-38) unstable; urgency=low
+
+  * ceph: add API and buttons for osd in/out
+  
+  * use longer rados timeouts when inside worker tasks
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Jan 2014 12:49:46 +0100
+
+pve-manager (3.1-37) unstable; urgency=low
+
+  * fixes for new PVE::RADOS perl bindings
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Jan 2014 12:12:27 +0100
+
+pve-manager (3.1-36) unstable; urgency=low
+
+  * use PVE::RADOS perl bindings
+  
+  * set spiceterm timeout to 40 
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Jan 2014 08:57:42 +0100
+
+pve-manager (3.1-35) unstable; urgency=low
+
+  * update max cores limit to 128
+  
+  * use separate window for disk IO-throttle form
+
+  * ceph: improve disk usage detection
+  
+  * ceph: allow to specify separate journal disks
+  
+  * depend on gdisk
+  
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 14 Jan 2014 11:43:54 +0100
+
+pve-manager (3.1-34) unstable; urgency=low
+
+  * ocf agent: retry get_vmlist if we get an empty list
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 07 Jan 2014 10:47:12 +0100
+
+pve-manager (3.1-33) unstable; urgency=low
+
+  * ceph: return decompiled crush map in text format
+  
+  * ceph: try to unmount OSD after removal
+  
+  * ceph: only use 64 PGs by default
+  
+  * ceph: allow to specify crush ruleset on pool creation
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 03 Jan 2014 10:58:49 +0100
+
+pve-manager (3.1-32) unstable; urgency=low
+
+  * add mtu support for manual interfaces
+  
+  * pveceph: allow to set min_size for pools, fix osd remove
+
+  * improve OVS GUI
+  
+  * add support to change bond_xmit_hash_policy on linux bond devices
+  
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 31 Dec 2013 10:17:52 +0100
+
+pve-manager (3.1-31) unstable; urgency=low
+
+  * add OpenVSwitch GUI
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Dec 2013 09:53:29 +0100
+
+pve-manager (3.1-30) unstable; urgency=low
+
+  * ceph GUI: fix state handling
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 23 Dec 2013 07:23:52 +0100
+
+pve-manager (3.1-29) unstable; urgency=low
+
+  * include Ceph GUI
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 21 Dec 2013 08:15:59 +0100
+
+pve-manager (3.1-28) unstable; urgency=low
+
+  * GUI: use new console split-button everywhere
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Dec 2013 07:24:28 +0100
+
+pve-manager (3.1-27) unstable; urgency=low
+
+  * API: remove spiceconfig format
+  
+  * GUI: allow to open SPICE console with command menu
+  
+  * set correct locale environment when running spiceterm
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Dec 2013 11:52:17 +0100
+
+pve-manager (3.1-26) unstable; urgency=low
+
+  * add new console option to datacenter.cfg (java applet vs. spice)
+  
+  * new execute API (execute multiple commands with one request)
+  
+  * depend on spiceterm
+  
+  * better GUI for console (use a splitbutton)
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 10 Dec 2013 12:07:05 +0100
+
+pve-manager (3.1-25) unstable; urgency=low
+
+  * delay UNAUTHORIZED response to avoid DOS attac
+  
+  * fix typo in pve cron script
+  
+  * backup GUI: fix VMID selection bug
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Nov 2013 11:20:37 +0100
+
+pve-manager (3.1-24) unstable; urgency=low
+
+  * fix IP address parser for OpenVZ containers
+  
+  * fix UPID parser for long uptimes (> 497 days)
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 06 Nov 2013 10:48:19 +0100
+
+pve-manager (3.1-23) unstable; urgency=low
+
+  * subscription updates: set UserAgent header on proxy connect request
+  
+  * correctly set content type for GUI index page
+  
+  * allow to add ipv6 address to OpenVZ containers
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Oct 2013 10:20:02 +0100
+
+pve-manager (3.1-22) unstable; urgency=low
+
+  * spice: ignore the case of the characters in hostname match
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 28 Oct 2013 08:16:32 +0100
+
+pve-manager (3.1-21) unstable; urgency=low
+
+  * update French translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 17 Oct 2013 06:11:56 +0200
+
+pve-manager (3.1-20) unstable; urgency=low
+
+  * some GUI optimizations for slow connections
+  
+  * remove nexenta plugin
+  
+  * ZFS GUI rework
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 14 Oct 2013 07:46:59 +0200
+
+pve-manager (3.1-19) unstable; urgency=low
+
+  * vzdump: remove temporary directories (revert bug introduced by 
+    commit 1bb6e88fd65bb44a745065d2d899832f6ea0a2f5)
+  
+  * add Editor for new ZFSPlugin
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 04 Oct 2013 06:55:58 +0200
+
+pve-manager (3.1-18) unstable; urgency=low
+
+  * GUI: add multi-monitor support for spice
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 02 Oct 2013 10:41:57 +0200
+
+pve-manager (3.1-17) unstable; urgency=low
+
+  * openvz create/restore: use new PVE::Storage::abs_filesystem_path() in 
+    order to correctly activate the storage.
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Oct 2013 12:47:22 +0200
+
+pve-manager (3.1-16) unstable; urgency=low
+
+  * do not use -w switch as it breaks modules
+  
+  * pveproxy: fix configuration parser for /dec/defaults/pveproxy
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Oct 2013 10:37:39 +0200
+
+pve-manager (3.1-15) unstable; urgency=low
+
+  * add solaris ostype
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 25 Sep 2013 08:29:49 +0200
+
+pve-manager (3.1-14) unstable; urgency=low
+
+  * avoid warning in daily cron script
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 24 Sep 2013 06:41:03 +0200
+
+pve-manager (3.1-13) unstable; urgency=low
+
+  * dissable SSL compression (avoid TLS CRIME vulnerability)
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Sep 2013 07:17:17 +0200
+
+pve-manager (3.1-12) unstable; urgency=low
+
+  * fix bug #456: allow glusterfs as backup storage
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 16 Sep 2013 08:12:24 +0200
+
+pve-manager (3.1-11) unstable; urgency=low
+
+  * vzdump: fix hook script environment for job-* phase
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Sep 2013 06:55:30 +0200
+
+pve-manager (3.1-10) unstable; urgency=low
+
+  * vzdump: pass storage ID to hook scripts
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 12 Sep 2013 06:21:59 +0200
+
+pve-manager (3.1-9) unstable; urgency=low
+
+  * depend on libcrypt-ssleay-perl and liblwp-protocol-https-perl (for
+    correct LWP https support)
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Sep 2013 06:46:44 +0200
+
+pve-manager (3.1-8) unstable; urgency=low
+
+  * fix https proxy calls (always use CONNECT)
+  
+  * use correct changelog URLs for pve repositories
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 09 Sep 2013 11:39:49 +0200
+
+pve-manager (3.1-7) unstable; urgency=low
+
+  * vzdump: correctly handle maxfiles parameter (0 is unlimited)
+  
+  * improve API2Client.pm code
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 05 Sep 2013 11:00:46 +0200
+
+pve-manager (3.1-6) unstable; urgency=low
+
+  * update German translation
+  
+  * update Chinese translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 03 Sep 2013 07:03:02 +0200
+
+pve-manager (3.1-5) unstable; urgency=low
+
+  * apt: proxy changelog API call to correct node
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Aug 2013 10:24:53 +0200
+
+pve-manager (3.1-4) unstable; urgency=low
+
+  * apt: only consider installed packages
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Aug 2013 10:07:56 +0200
+
+pve-manager (3.1-3) unstable; urgency=low
+
+  * add new favicon.ico
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 16 Aug 2013 13:08:07 +0200
+
+pve-manager (3.1-2) unstable; urgency=low
+
+  * fix perl dependencies
+  
+  * display subscription status after login
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 16 Aug 2013 06:15:27 +0200
+
+pve-manager (3.1-1) unstable; urgency=low
+
+  * bump RELEASE to 3.1
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 14 Aug 2013 07:50:00 +0200
+
+pve-manager (3.0-38) unstable; urgency=low
+
+  * add GUI for GlusterFS storage
+  
+  * vzdump: wait one second before unmounting the snapshot (avoid device busy error)
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 13 Aug 2013 10:32:05 +0200
+
+pve-manager (3.0-37) unstable; urgency=low
+
+  * apt: try to detect new packages
+  
+  * tell apt to use http_proxy settings
+  
+  * support to view changelogs for available pve packages
+  
+  * allow to configure cipher list for pveproxy
+  
+  * automatically add pve repository to apt sources list
+  
+  * allow to use serial terminal as display
+  
+  * avoid apt autoremoval for pve-kernel packages
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Aug 2013 10:11:33 +0200
+
+pve-manager (3.0-36) unstable; urgency=low
+
+  * fix proxy loop assertion for spiceproxy
+  
+  * pveproxy: use same cipher list as debian apache ssl.conf
+  
+  * avoid apt autoremoval for pve-kernel packages
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Jul 2013 12:43:38 +0200
+
+pve-manager (3.0-35) unstable; urgency=low
+
+  * fix proxy loop assertion
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 23 Jul 2013 08:36:17 +0200
+
+pve-manager (3.0-34) unstable; urgency=low
+
+  * avoid proxy loops
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 22 Jul 2013 10:52:50 +0200
+
+pve-manager (3.0-33) unstable; urgency=low
+
+  * correctly initialize $rpcenv in spiceproxy
+  
+  * fix bug #437: include pve-libspice-server1 in package list
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Jul 2013 11:41:00 +0200
+
+pve-manager (3.0-32) unstable; urgency=low
+
+  * improved spice proxy code
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 18 Jul 2013 12:29:04 +0200
+
+pve-manager (3.0-31) unstable; urgency=low
+
+  * add button to start SPICE console
+
+  * add spiceproxy server
+  
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 26 Jun 2013 13:40:55 +0200
+
+pve-manager (3.0-30) unstable; urgency=low
+
+  * fix upgrade shell (quoting bug)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Jun 2013 08:18:47 +0200
+
+pve-manager (3.0-29) unstable; urgency=low
+
+  * new pveupgrade script, used to display additional information to the
+    user (reboot required? database up to date? ...)
+
+  * add button to display package versions, to provide same info as 
+    'pveversion -v' on GUI.
+  
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 21 Jun 2013 12:07:44 +0200
+
+pve-manager (3.0-28) unstable; urgency=low
+
+  * fix bug #408: reset ENV before starting shell
+  
+  * fix bug #379: allow to overwrite existing CTs if user has VM.Backup
+    permissions
+  
+  * Allow to send notification mail about new packages.
+  
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 20 Jun 2013 11:12:50 +0200
+
+pve-manager (3.0-27) unstable; urgency=low
+
+  * package manager: run system upgrade inside VNC shell, group packages
+    by 'Origin', remove apt/upgrade API completely.
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 19 Jun 2013 11:59:49 +0200
+
+pve-manager (3.0-26) unstable; urgency=low
+
+  * package manager: improve changelog viewer, bug fixes
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 18 Jun 2013 11:49:16 +0200
+
+pve-manager (3.0-25) unstable; urgency=low
+
+  * add package update manager to GUI
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Jun 2013 13:09:02 +0200
+
+pve-manager (3.0-24) unstable; urgency=low
+
+  * update Norwegian translations
+  
+  * rrd display : avoid 2 refresh
+  
+  * avoid gzip http response for png & gif & jar
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 12 Jun 2013 07:24:54 +0200
+
+pve-manager (3.0-23) unstable; urgency=low
+
+  * fix bug #368: use vtype 'DnsName' to verify host names
+  
+  * fix bug #401: disable connection timeout during API call processing
+
+  * add suport for new qemu-server async configuration API
+  
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 07 Jun 2013 11:52:15 +0200
+
+pve-manager (3.0-22) unstable; urgency=low
+
+  * support 'delete' flag for 'Move disk'
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 31 May 2013 10:59:59 +0200
+
+pve-manager (3.0-21) unstable; urgency=low
+
+  * add 'Move disk' button for storage migration
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 29 May 2013 13:03:33 +0200
+
+pve-manager (3.0-20) unstable; urgency=low
+
+  * fix login problem when http_proxy is set
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 23 May 2013 07:29:25 +0200
+
+pve-manager (3.0-19) unstable; urgency=low
+
+  * updated Chinese translation
+  
+  * allow to upload files with spaces in filename (replace with '_')
+  
+  * allow to delete pools with non-existent VMs/Storage
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 22 May 2013 06:04:49 +0200
+
+pve-manager (3.0-18) unstable; urgency=low
+
+  * use correct icons for templates
+  
+  * sort templates after regular VMs
+  
+  * update German translation
+
+  * update French translation
+  
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 May 2013 10:58:47 +0200
+
+pve-manager (3.0-17) unstable; urgency=low
+
+  * fix bug #374: correctly remove destroyed container from pool
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 14 May 2013 12:13:28 +0200
+
+pve-manager (3.0-16) unstable; urgency=low
+
+  * Clone: only list usable/available target stores
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 14 May 2013 10:14:05 +0200
+
+pve-manager (3.0-15) unstable; urgency=low
+
+  * fix bug #385: correctly handle Accept-Encoding
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 13 May 2013 09:12:41 +0200
+
+pve-manager (3.0-14) unstable; urgency=low
+
+  * qmtemplate task : format task description correctly
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 10 May 2013 09:32:00 +0200
+
+pve-manager (3.0-13) unstable; urgency=low
+
+  * minor GUI cleanups
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 07 May 2013 07:54:01 +0200
+
+pve-manager (3.0-12) unstable; urgency=low
+
+  * add Clone GUI
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 06 May 2013 11:37:35 +0200
+
+pve-manager (3.0-11) unstable; urgency=low
+
+  * fix NodeSelector
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Apr 2013 09:56:26 +0200
+
+pve-manager (3.0-10) unstable; urgency=low
+
+  * pveproxy: implement if-modified-since
+  
+  * pveproxy: implement host based access control
+  
+  * implement node netstat call to get current tap network counters
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Apr 2013 08:05:11 +0200
+
+pve-manager (3.0-9) unstable; urgency=low
+
+  * http: improve security by setting size limits
+  
+  * stop keep-alive when there are many open connections
+  
+  * improve syslog for file uploads
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Apr 2013 11:56:00 +0200
+
+pve-manager (3.0-8) unstable; urgency=low
+
+  * disable Nagle algorithm to maximitze performance
+  
+  * fix multipart parser
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Apr 2013 07:43:56 +0200
+
+pve-manager (3.0-7) unstable; urgency=low
+
+  * use new event driven https server instead of apache2 (pveproxy)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 15 Apr 2013 12:31:50 +0200
+
+pve-manager (3.0-6) unstable; urgency=low
+
+  * depend on ibnet-http-perl (>= 6.06-1). Older versions triggers bugs
+    with LWP::UserAgent
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 28 Mar 2013 13:17:08 +0100
+
+pve-manager (3.0-5) unstable; urgency=low
+
+  * avoid warning about undefined value in PVE::OpenVZ
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Mar 2013 06:30:58 +0100
+
+pve-manager (3.0-4) unstable; urgency=low
+
+  * add bootlog to GUI
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 26 Mar 2013 08:01:36 +0100
+
+pve-manager (3.0-3) unstable; urgency=low
+
+  * pvebanner: overwrite /etc/issue instead of printing to stdout
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 25 Mar 2013 09:05:49 +0100
+
+pve-manager (3.0-2) unstable; urgency=low
+
+  * mark service vz optional in pve-manager init script
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Mar 2013 06:18:27 +0100
+
+pve-manager (3.0-1) unstable; urgency=low
+
+  * remove perl-suid dependency
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 15 Mar 2013 08:36:57 +0100
+
+pve-manager (2.3-13) unstable; urgency=low
+
+  * network config: allow empty IP address/netmask
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Mar 2013 06:47:40 +0100
+
+pve-manager (2.3-12) unstable; urgency=low
+
+  * fix IP address verification (Undefined subroutine &Net::IP::ip_to_bin)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 04 Mar 2013 06:56:12 +0100
+
+pve-manager (2.3-11) unstable; urgency=low
+
+  * bugfix #301 Add container hostname validation in GUI
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 01 Mar 2013 06:23:59 +0100
+
+pve-manager (2.3-10) unstable; urgency=low
+
+  * fix cache selector: default cache is 'none'
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 25 Feb 2013 06:35:06 +0100
+
+pve-manager (2.3-9) unstable; urgency=low
+
+  * fix bug #337: avoid warning with pvectl
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Feb 2013 06:11:38 +0100
+
+pve-manager (2.3-8) unstable; urgency=low
+
+  * Allow to set tablet option on the GUI
+  
+  * use qcow2 format as default for directory and NFS storage
+  
+  * cleanup RDB GUI (remove authsupported)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Feb 2013 13:39:47 +0100
+
+pve-manager (2.3-7) unstable; urgency=low
+
+  * fix javascript jslint warnings to make it work on all browsers.
+  
+  * use e1000 as default network card
+  
+  * enable RBD on the GUI
+  
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 31 Jan 2013 07:16:13 +0100
+
+pve-manager (2.3-6) unstable; urgency=low
+
+  * pvestatd: avoid warning about uninitialized value
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 28 Jan 2013 12:19:34 +0100
+
+pve-manager (2.3-5) unstable; urgency=low
+
+  * Display 'Resume' button when VM is 'paused'
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Jan 2013 06:23:06 +0100
+
+pve-manager (2.3-4) unstable; urgency=low
+
+  * add balloon GUI (dynamic memory)
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 17 Jan 2013 12:58:58 +0100
+
+pve-manager (2.3-3) unstable; urgency=low
+
+  * GUI: tasks - use better icon for open console
+  
+  * implement auto-ballooning
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 20 Dec 2012 13:44:53 +0100
+
+pve-manager (2.3-2) unstable; urgency=low
+
+  * add HD resize feature to expand disks.
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 17 Dec 2012 13:03:15 +0100
+
+pve-manager (2.3-1) unstable; urgency=low
+
+  * support new qemu vma backup files
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Dec 2012 07:27:32 +0100
+
+pve-manager (2.2-32) unstable; urgency=low
+
+  * add new cpu types:  Haswell and Opteron_G5
+  
+  * remove rhel specific cpu types: cpu64-rhel6 and cpu64-rhel5
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Nov 2012 06:46:35 +0100
+
+pve-manager (2.2-31) unstable; urgency=low
+
+  * Brazilian Transtalion (done by Maila Networks)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 19 Nov 2012 13:17:23 +0100
+
+pve-manager (2.2-30) unstable; urgency=low
+
+  * add Norwegian (Bokmal and Nynorsk) translations.
+  
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 15 Nov 2012 07:31:30 +0100
+
+pve-manager (2.2-29) unstable; urgency=low
+
+  * fix bug #276: create root mount point
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Nov 2012 06:44:24 +0100
+
+pve-manager (2.2-28) unstable; urgency=low
+
+  * remove hardcoded blowfish cipher
+  
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 31 Oct 2012 14:01:54 +0100
+
+pve-manager (2.2-27) unstable; urgency=low
+
+  * fix RRD images caching problems: new create_rrd_graph returns rrd 
+  png data inline - no need to read data from file.
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 31 Oct 2012 07:15:57 +0100
+
+pve-manager (2.2-26) unstable; urgency=low
+
+  *  pvestatd: fix server reload (run at least 10 cycles)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 29 Oct 2012 13:08:20 +0100
+
+pve-manager (2.2-25) unstable; urgency=low
+
+  * pvestatd: fix server reload (due to memory leak)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 29 Oct 2012 12:32:28 +0100
+
+pve-manager (2.2-24) unstable; urgency=low
+
+  * vncproxy: wait until vnc port is ready (avoid connection errors)
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Oct 2012 09:02:08 +0200
+
+pve-manager (2.2-23) unstable; urgency=low
+
+  * update link to new debian-6.0-proxmox-mailgateway_3.1-2_amd64.tar.gz
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 23 Oct 2012 10:27:18 +0200
+
+pve-manager (2.2-22) unstable; urgency=low
+
+  * vzdump: also run 'backup-start' hook in snapshot mode
+  
+  * update openvz appliance list
+  
+  * add win8 to OS type selector
+  
+  * fix bug #205
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 12 Oct 2012 06:07:12 +0200
+
+pve-manager (2.2-21) unstable; urgency=low
+
+  * openvz console fix: create /var/run/dtach at pvedaemon startup
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Oct 2012 10:10:55 +0200
+
+pve-manager (2.2-20) unstable; urgency=low
+
+  * openvz: use real console instead of 'vzctl enter'
+  
+  * openvz: remove init-logger pagers
+  
+  * dpenend on dtach (used by openvz console)
+  
+  * pvestatd: remove stale 'vzctl console' processes
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Oct 2012 06:49:12 +0200
+
+pve-manager (2.2-19) unstable; urgency=low
+
+  * fix bug 178: use new API call to get next free VMID
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 27 Sep 2012 09:45:06 +0200
+
+pve-manager (2.2-18) unstable; urgency=low
+
+  * add workaroud to correctly show scrollbars
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 26 Sep 2012 11:22:16 +0200
+
+pve-manager (2.2-17) unstable; urgency=low
+
+  * add snapshot support to GUI
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Sep 2012 12:05:34 +0200
+
+pve-manager (2.1-16) unstable; urgency=low
+
+  * vzrestore: allow --storage option
+  
+  * fix bug 178: correctly verify if VMID is already used
+  
+  * GUI: allow to select SCSI disks when creating VMs (booting from SCSI
+    disks works again)
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 05 Sep 2012 08:04:28 +0200
+
+pve-manager (2.1-15) unstable; urgency=low
+
+  * Slovenian translation (thanks to Dojan Borstnar)
+  
+  * new option to select SCSI controller hardware
+  
+  * add SATA to GUI
+  
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 29 Aug 2012 07:15:54 +0200
+
+pve-manager (2.1-14) unstable; urgency=low
+
+  * fix startup ordering
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 07 Aug 2012 09:20:01 +0200
+
+pve-manager (2.1-13) unstable; urgency=low
+
+  * update Danish translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 26 Jul 2012 14:24:27 +0200
+
+pve-manager (2.1-12) unstable; urgency=low
+
+  * pvestatd: use QMP to query detailed blockstats from KVM
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Jul 2012 09:36:54 +0200
+
+pve-manager (2.1-11) unstable; urgency=low
+
+  * added Polish translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 28 Jun 2012 06:55:34 +0200
+
+pve-manager (2.1-10) unstable; urgency=low
+
+  * add Catalan translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Jun 2012 07:02:24 +0200
+
+pve-manager (2.1-9) unstable; urgency=low
+
+  * use numeric sorting in startall
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Jun 2012 06:16:06 +0200
+
+pve-manager (2.1-8) unstable; urgency=low
+
+  * also list pools with VM.Allocate permissions
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 30 May 2012 11:20:45 +0200
+
+pve-manager (2.1-7) unstable; urgency=low
+
+  * fix vzdump --exclude-path (allow to read value from vzdump.conf)
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 30 May 2012 07:24:30 +0200
+
+pve-manager (2.1-6) unstable; urgency=low
+
+  * include Danish translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 29 May 2012 07:24:41 +0200
+
+pve-manager (2.1-5) unstable; urgency=low
+
+  * fixes for new pve-access-control (Auth plugins).
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 22 May 2012 10:49:37 +0200
+
+pve-manager (2.1-4) unstable; urgency=low
+
+  * updated russian translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 21 May 2012 07:46:39 +0200
+
+pve-manager (2.1-3) unstable; urgency=low
+
+  * fix vzdump parameter parser (allow --stdout)
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 02 May 2012 11:12:56 +0200
+
+pve-manager (2.1-2) unstable; urgency=low
+
+  * set apache directory access options for all used dirs
+  
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 30 Apr 2012 11:00:49 +0200
+
+pve-manager (2.1-1) unstable; urgency=low
+
+  * added Turkish translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 26 Apr 2012 06:16:55 +0200
+
+pve-manager (2.0-64) unstable; urgency=low
+
+  * fix bug #179: set default button 'no' for dangerous actions, use
+  warning icon for such actions
+  
+  * fix bug #177: allow memory up to 512GB
+  
+  * fix bug #174: add cpuunits to KVM options
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 24 Apr 2012 08:09:23 +0200
+
+pve-manager (2.0-63) unstable; urgency=low
+
+  * fix bug 128: implement pvectl startall/stopall
+  
+  * fix bug 171: activate storage before starting containers
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 18 Apr 2012 10:02:54 +0200
+
+pve-manager (2.0-62) unstable; urgency=low
+
+  * fix bug #115: simplify GUI for users without permissions.
+  
+  * update Italian translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Apr 2012 10:37:05 +0200
+
+pve-manager (2.0-61) unstable; urgency=low
+
+  * add Italian translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 16 Apr 2012 10:10:02 +0200
+
+pve-manager (2.0-59) unstable; urgency=low
+
+  * fix bug 158: move openvz scripts inside ocf resource agent
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 12 Apr 2012 11:04:38 +0200
+
+pve-manager (2.0-58) unstable; urgency=low
+
+  * fix bug #141: allow to create backup job without compression
+  
+  * expose directsync drive cache option
+  
+  * add Turkish keyboard layout
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Apr 2012 08:38:59 +0200
+
+pve-manager (2.0-57) unstable; urgency=low
+
+  * fix support urls
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 05 Apr 2012 11:40:03 +0200
+
+pve-manager (2.0-56) unstable; urgency=low
+
+  * added Russian translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 05 Apr 2012 08:18:58 +0200
+
+pve-manager (2.0-55) unstable; urgency=low
+
+  * fix bug #135: allow single letter 'dns-name', allow to start names
+    with numbers
+  
+  * fix bug #137: API change! Return node name using 'node' property.
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 02 Apr 2012 12:13:33 +0200
+
+pve-manager (2.0-54) unstable; urgency=low
+
+  * use /etc/subscription to store subscription key
+  
+  * use http_proxy settings for subscription updates
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Mar 2012 11:13:35 +0200
+
+pve-manager (2.0-53) unstable; urgency=low
+
+  * fix bug #117: automatically add domain to hostname when creating
+    openvz containers.
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Mar 2012 10:19:57 +0200
+
+pve-manager (2.0-52) unstable; urgency=low
+
+  * fix Subscription code
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Mar 2012 09:32:32 +0200
+
+pve-manager (2.0-51) unstable; urgency=low
+
+  * fix bug #55: add Migrate and Stop to context menu
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Mar 2012 13:12:19 +0200
+
+pve-manager (2.0-50) unstable; urgency=low
+
+  * kvm network: allow to configure VLAN Id on the GUI
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Mar 2012 07:11:55 +0200
+
+pve-manager (2.0-49) unstable; urgency=low
+
+  * improve HA task display
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Mar 2012 12:35:00 +0200
+
+pve-manager (2.0-48) unstable; urgency=low
+
+  * fix bug #97: execute 'clusvcadm' commands for HA managed CTs
+  
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Mar 2012 10:59:33 +0200
+
+pve-manager (2.0-47) unstable; urgency=low
+
+  * fix bug 114: do not display 'nothing selected' after logout
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Mar 2012 13:28:09 +0200
+
+pve-manager (2.0-46) unstable; urgency=low
+
+  * code cleanups
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Mar 2012 10:38:33 +0200
+
+pve-manager (2.0-45) unstable; urgency=low
+
+  * fix bug 124: correctly return maxfiles flag
+  
+  * vzdump: use storage 'local' as default backup target (instead of using
+    Openvz dump directory settings)
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Mar 2012 12:36:15 +0100
+
+pve-manager (2.0-44) unstable; urgency=low
+
+  * Disable automatic file removal on 'Backup now'
+  
+  * Option 'maxfiles' is now a storage option (to specify the maximal
+    number of allowed backups per VM)
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Mar 2012 10:03:23 +0100
+
+pve-manager (2.0-43) unstable; urgency=low
+
+  * vzdump: do not use tar flag --ignore-failed-read
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 21 Mar 2012 06:42:07 +0100
+
+pve-manager (2.0-42) unstable; urgency=low
+
+  * use Digest::SHA instead of Digest::SHA1
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 20 Mar 2012 12:33:19 +0100
+
+pve-manager (2.0-41) unstable; urgency=low
+
+  * add Chinese translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 15 Mar 2012 10:51:11 +0100
+
+pve-manager (2.0-40) unstable; urgency=low
+
+  * fix bug 22: correctly display openvz swap usage
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 14 Mar 2012 16:00:32 +0100
+
+pve-manager (2.0-39) unstable; urgency=low
+
+  * add Spanish translation
+  
+  * Do not allow to select SCSI inside the VM creation wizard, 
+  because booting from SCSI does not work with current kvm version
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Mar 2012 10:49:12 +0100
+
+pve-manager (2.0-38) unstable; urgency=low
+
+  * fix bug 101: vzdump use run_command to avoid locale errors
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 01 Mar 2012 10:45:40 +0100
+
+pve-manager (2.0-37) unstable; urgency=low
+
+  * updated fr translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 29 Feb 2012 12:37:29 +0100
+
+pve-manager (2.0-36) unstable; urgency=low
+
+  * cleanup and fix openvz vswap handling
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 29 Feb 2012 09:20:58 +0100
+
+pve-manager (2.0-35) unstable; urgency=low
+
+  * avoid warning in pvestatd for containers with old config files
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 27 Feb 2012 11:37:48 +0100
+
+pve-manager (2.0-34) unstable; urgency=low
+
+  * add Swedish keyboard layout
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 27 Feb 2012 09:51:19 +0100
+
+pve-manager (2.0-33) unstable; urgency=low
+
+  * fix file upload permission checks
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Feb 2012 09:14:05 +0100
+
+pve-manager (2.0-32) unstable; urgency=low
+
+  * added French translation
+  
+  * expose all ne CPU models on the GUI
+  
+  * skip fuzzy translations (avoid wrong translation on GUI)
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Feb 2012 07:23:21 +0100
+
+pve-manager (2.0-31) unstable; urgency=low
+
+  * add template download GUI
+  
+  * include turnkey appliances in download list.
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Feb 2012 11:45:07 +0100
+
+pve-manager (2.0-30) unstable; urgency=low
+
+  * add unmount button to openvz GUI
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Feb 2012 10:11:13 +0100
+
+pve-manager (2.0-29) unstable; urgency=low
+
+  * fix datacenter options GUI
+  
+  * fix German translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Feb 2012 06:52:32 +0100
+
+pve-manager (2.0-28) unstable; urgency=low
+
+  * another fix for vnc shell to nodes
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 17 Feb 2012 06:06:55 +0100
+
+pve-manager (2.0-27) unstable; urgency=low
+
+  * fix vnc shell to nodes
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 16 Feb 2012 08:21:00 +0100
+
+pve-manager (2.0-26) unstable; urgency=low
+
+  * fix bug #1: allow to use iscsi devices directly
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 15 Feb 2012 10:54:50 +0100
+
+pve-manager (2.0-25) unstable; urgency=low
+
+  * pveversion: display status of resource-agents-pve and fence-agents-pve
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 14 Feb 2012 12:57:11 +0100
+
+pve-manager (2.0-24) unstable; urgency=low
+
+  * fix log viewer (correctly refresh display)
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 14 Feb 2012 09:01:07 +0100
+
+pve-manager (2.0-23) unstable; urgency=low
+
+  * fix openvz live migration
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 13 Feb 2012 09:28:25 +0100
+
+pve-manager (2.0-22) unstable; urgency=low
+
+  * fix lint errors
+  
+  * fix compression selector
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 10 Feb 2012 12:26:39 +0100
+
+pve-manager (2.0-21) unstable; urgency=low
+
+  * fix postinst script (write correct /root/.forward)
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 10 Feb 2012 11:13:58 +0100
+
+pve-manager (2.0-20) unstable; urgency=low
+
+  * improve user management
+  
+  * implement permission checks
+  
+  * improve backup GUI (allow to select lzo/gzip)
+
+  * add pools to resource list
+  
+  * fix bug #85: allow root@pam to generate tickets for other users
+
+  * fix bug #86: correctly decode cookie
+  
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Jan 2012 06:36:23 +0100
+
+pve-manager (2.0-19) unstable; urgency=low
+
+  * depend on resource-agents-pve
+  
+  * depend on fence-agents-pve
+  
+  * fix Danish kvm keyboard name (use 'da' instead of 'dk')
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 09 Jan 2012 10:13:00 +0100
+
+pve-manager (2.0-18) unstable; urgency=low
+
+  * add Datacenter summary
+  
+  * use NFS version 3 by default when creating a new NFS storage.
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Dec 2011 10:39:34 +0100
+
+pve-manager (2.0-17) unstable; urgency=low
+
+  * new HA configuration panel
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Dec 2011 14:00:22 +0100
+
+pve-manager (2.0-16) unstable; urgency=low
+
+  * improve OpenVZ API (impl. shutdown)
+  
+  * improve HA resource agent
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 15 Dec 2011 13:48:39 +0100
+
+pve-manager (2.0-15) unstable; urgency=low
+
+  * add HA resource agent
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 13 Dec 2011 10:18:20 +0100
+
+pve-manager (2.0-14) unstable; urgency=low
+
+  * add Japanese translation (many thanks to Koichi!)
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 08 Dec 2011 11:11:25 +0100
+
+pve-manager (2.0-13) unstable; urgency=low
+
+  * implemente openvz migration ('pvectl migrate')
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Dec 2011 10:37:28 +0100
+
+pve-manager (2.0-12) unstable; urgency=low
+
+  * minor bug fixes
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Nov 2011 10:12:20 +0100
+
+pve-manager (2.0-11) unstable; urgency=low
+
+  * start i18n support
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 25 Nov 2011 09:23:00 +0100
+
+pve-manager (2.0-10) unstable; urgency=low
+
+  * add context menus
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 14 Nov 2011 12:46:44 +0100
+
+pve-manager (2.0-9) unstable; urgency=low
+
+  * improved GUI
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 11 Nov 2011 13:42:04 +0100
+
+pve-manager (2.0-8) unstable; urgency=low
+
+  * implement vzdump and backup/restore GUI
+  
+  * implement qemu monitor
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Nov 2011 09:58:56 +0100
+
+pve-manager (2.0-7) unstable; urgency=low
+
+  * imlement openvz GUI 
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 07 Oct 2011 13:56:03 +0200
+
+pve-manager (2.0-6) unstable; urgency=low
+
+  * implemented openvz vnc console
+  
+  * fix bug #4, #5, #6 and #8
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 05 Oct 2011 10:52:53 +0200
+
+pve-manager (2.0-5) unstable; urgency=low
+
+  * implemented openvz create wizard
+  
+  * avoid error in dpkg triggers
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 04 Oct 2011 07:03:50 +0200
+
+pve-manager (2.0-4) unstable; urgency=low
+
+  * fixes in pvestatd
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 05 Aug 2011 08:56:07 +0200
+
+pve-manager (2.0-3) unstable; urgency=low
+
+  * implemented storage configuration interface
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 29 Jul 2011 08:59:14 +0200
+
+pve-manager (2.0-2) unstable; urgency=low
+
+  * fix console size
+  
+  * fix dns network editor
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 27 Jun 2011 12:39:18 +0200
+
+pve-manager (2.0-1) unstable; urgency=low
+
+  * prototype for 2.0
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Feb 2010 10:17:25 +0100
+
+pve-manager (1.5-7) unstable; urgency=low
+
+  * correctly display cpu usage and avoid warning about undefined values.
+
+  * display 'used' bytes in storage browser.
+  
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 11 Feb 2010 10:30:14 +0100
+
+pve-manager (1.5-6) unstable; urgency=low
+
+  * correctly display uptime for kernel 2.6.18
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 08 Feb 2010 14:22:10 +0100
+
+pve-manager (1.5-5) unstable; urgency=low
+
+  * updated russian translation
+
+  * updated japanese translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 15 Jan 2010 10:18:58 +0100
+
+pve-manager (1.5-4) unstable; urgency=low
+
+  * fix small bug in template list
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Jan 2010 14:40:12 +0100
+
+pve-manager (1.5-3) unstable; urgency=low
+
+  * updated appliance template list
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Jan 2010 10:22:24 +0100
+
+pve-manager (1.5-2) unstable; urgency=low
+
+  * add CPUs settings for OpenVZ (work now withe kernel 2.6.18)
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 12 Jan 2010 09:42:08 +0100
+
+pve-manager (1.5-1) unstable; urgency=low
+
+  * updated vietnamese translations
+  
+  * show all bridges (0-999) when creating KVM VMs
+
+  * show all installed pve kernels with pveversion
+  
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Dec 2009 09:52:36 +0100
+
+pve-manager (1.4-10) unstable; urgency=low
+
+  * updated brasilian translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 02 Nov 2009 12:04:02 +0100
+
+pve-manager (1.4-9) unstable; urgency=low
+
+  * minor GUI updates
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Oct 2009 09:41:26 +0200
+
+pve-manager (1.4-8) unstable; urgency=low
+
+  * updated italian translation
+  
+  * list backup files on web interface
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 08 Oct 2009 13:36:52 +0200
+
+pve-manager (1.4-7) unstable; urgency=low
+
+  * separate page/memu for ISO uploads (for new storage model)
+  
+  * fix pveversion bug
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 07 Oct 2009 13:10:30 +0200
+
+pve-manager (1.4-6) unstable; urgency=low
+
+  * support new storage model for backup configuration
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 21 Sep 2009 12:54:55 +0200
+
+pve-manager (1.4-5) unstable; urgency=low
+
+  * updated Vietnamese translations 
+  
+  * support up to 1000 bridges
+  
+  *  avoid excessive logs in pevtunnel
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Sep 2009 10:34:31 +0200
+
+pve-manager (1.4-4) unstable; urgency=low
+
+  * updated Vietnamese translations 
+
+  * fix SOAP serializer bug 
+  
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 17 Sep 2009 13:07:39 +0200
+
+pve-manager (1.4-3) unstable; urgency=low
+
+  * added Vietnamese and Polish translations 
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 16 Sep 2009 11:05:31 +0200
+
+pve-manager (1.4-2) unstable; urgency=low
+
+  * support new socket/cores feature
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 15 Sep 2009 11:48:32 +0200
+
+pve-manager (1.4-1) unstable; urgency=low
+
+  * use new storage manager framework
+  
+  * implemented SOAP authentication framework (use tickets)
+
+  * depend on libterm-readline-gnu-perl
+  
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 03 Jul 2009 14:44:30 +0200
+
+pve-manager (1.3-1) unstable; urgency=low
+
+  * recompile for 1.3
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Jun 2009 14:26:25 +0200
+
+pve-manager (1.2-2) unstable; urgency=low
+
+  * depend on  netcat-traditional, conflict with netcat-openbsd
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 13 May 2009 10:13:11 +0200
+
+pve-manager (1.2-1) unstable; urgency=low
+
+  * prepare for debian lenny
+  
+  * move /var/www/* to /usr/share/pve-manager/*
+  
+  * use externale libjs-prototype library
+  
+  * remove NoCachePNG.pm (we do not use it)
+  
+  * use 'configure' instead of hardcoded paths in makefile
+  
+  * pve.conf.in - substitute paths with configure 
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 24 Apr 2009 08:07:53 +0200
+
+pve-manager (1.1-4) unstable; urgency=low
+
+  * add 'stardate' option for kvm
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon,  2 Feb 2009 09:51:40 +0100
+
+pve-manager (1.1-3) unstable; urgency=low
+
+  * set max memory to 64GB
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Jan 2009 08:18:53 +0100
+
+pve-manager (1.1-1) unstable; urgency=low
+
+  * do not start container when setting passwords
+
+  *  Avoids ghost tasks when PIDs are recycled
+  
+  * logfile viewer: filter some terminal escape codes
+  
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 12 Jan 2009 13:03:17 +0100
+
+pve-manager (1.0-11) unstable; urgency=low
+
+  * added chinese translation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 18 Dec 2008 09:31:45 +0100
+
+pve-manager (1.0-10) unstable; urgency=low
+
+  * fix broken vznetaddbr script
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Nov 2008 12:50:50 +0100
+
+pve-manager (1.0-9) unstable; urgency=low
+
+  * fix shell metacharacter problem
+  
+  * new vznetaddbr script
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 19 Nov 2008 12:53:18 +0100
+
+pve-manager (1.0-8) unstable; urgency=low
+
+  * fix RFB protocol problems
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Nov 2008 13:16:54 +0100
+
+pve-manager (1.0-7) unstable; urgency=low
+
+  * small fixes
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 11 Nov 2008 11:04:22 +0100
+
+pve-manager (1.0-1) unstable; urgency=low
+
+  * many update, bug fixes, new languages
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Oct 2008 10:58:58 +0200
+
+pve-manager (0.9-4) unstable; urgency=low
+
+  * updates for new kvm, bug fixes
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 22 Jul 2008 10:23:10 +0200
+
+pve-manager (0.9-1) unstable; urgency=low
+
+  * initial import
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Nov 2007 13:15:54 +0100
+
diff --git a/debian/changelog.Debian b/debian/changelog.Debian
deleted file mode 100644 (file)
index 8ffc65d..0000000
+++ /dev/null
@@ -1,3696 +0,0 @@
-pve-manager (5.0-11) unstable; urgency=medium
-
-  * add basic replication framework and API
-
-  * pvesr: new CLI tool for replication
-
-  * implement regression tests for replication code
-
-  * PVE::API2Tools::resolve_proxyto - new helper
-
-  * Fix #1386: track postfix daemon status via postfix@-
-
-  * optimize resourcestore, add suspend/resume events to updateTree
-
-  * Make a new systemd target pve-storage
-
-  * ceph: init: add optional disable_cephx option
-
-  * ceph: init: remove filestore xattr use omap
-
-  * fix #1359: change to vm when double clicking in pool member view
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 31 May 2017 09:38:17 +0200
-
-pve-manager (5.0-10) unstable; urgency=medium
-
-  * PVE/APLInfo.pm: avoid locale specific time stamps
-
-  * vzdump: do not generate locale specific time stamps
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Apr 2017 07:45:46 +0200
-
-pve-manager (5.0-9) unstable; urgency=medium
-
-  * update cpuset rebalance code for new libpve-common-perl package
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 20 Apr 2017 12:19:58 +0200
-
-pve-manager (5.0-8) unstable; urgency=medium
-
-  * filter templates in bulk start/stop
-
-  * add skylake to cpu types
-
-  * set default focus and default button for edit window
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 20 Apr 2017 06:25:00 +0200
-
-pve-manager (5.0-7) unstable; urgency=medium
-
-  * move qemu reset button into shutdown menu
-
-  * add a 'convert to template' in the vm action bar
-
-  * add right-click menu for nodes
-
-  * highlight errors in grids
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 14 Apr 2017 15:20:06 +0200
-
-pve-manager (5.0-6) unstable; urgency=medium
-
-  * update japanese translation
-
-  * ceph: allow higher replication levels than 3/3
-
-  * ceph: change default GUI replication level to 3/2
-
-  * fix #1317: check wizard form also on validitychange
-
-  * fix start on boot
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 10 Apr 2017 16:23:11 +0200
-
-pve-manager (5.0-5) unstable; urgency=medium
-
-  * update pve-enterprise repository URL
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Mar 2017 10:52:24 +0100
-
-pve-manager (5.0-4) unstable; urgency=medium
-
-  * fix #1307: dont use language dependent separator in gui
-
-  * add beta text with link to bugtracker
-
-  * pveceph: create default keys when creating monitor
-
-  * pveceph: use luminous by default
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Mar 2017 13:39:02 +0100
-
-pve-manager (5.0-3) unstable; urgency=medium
-
-  * use 'U' to encode undefined values for RRD graphs
-
-  * remove backup locks when starting all VMs on boot
-
-  * get_filtered_vmlist: save VM conf in own subhash
-
-  * include also HA VMs if a vm list is explicit specified
-
-  * VMSelctor: add HA state and allow to filter with it
-
-  * PVEResource store: respect defaulValue of elements
-
-  * update sources.list to stretch
-
-  * APT: update packages and package names
-
-  * Fix #1305: typo
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 17 Mar 2017 12:12:16 +0100
-
-pve-manager (5.0-2) unstable; urgency=medium
-
-  * control.in: change description to avoid lintian warning
-
-  * depend on libc6 to avoid lintian error
-
-  * pveproxy: do not serve /usr/share/vncterm - no longer required
-
-  * install lintian overrides file
-
- -- root <root@lola.maurer-it.com>  Tue, 14 Mar 2017 07:56:29 +0100
-
-pve-manager (5.0-1) unstable; urgency=medium
-
-  * bump version for stretch
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 13 Mar 2017 14:23:27 +0100
-
-pve-manager (4.4-13) unstable; urgency=medium
-
-  * fix #1299: sort pools in pool selector by default
-  * fix #306: add email address field to backup-now window
-
-  * added a clone button to the VM toolbar
-
-  * change rendering of timestamps where no sorting is required
-
-  * drop net-tools dependency, use iproute2 instead
-
-  * handle references to deleted storages better
-
-  * influxdb plugins: send nodename when updating CT/VM status
-
-  * minor UI improvements:
-    - clone: use an empty-text to show the meaning of an empty storage field
-    - don't try to translate paths such as '/dev/console'
-    - don't try to translate common terms/abbreviations such as 'USB'
-    - add a css fix for chrome >= 56
-    - fix not having a node selected showing a 'Node seems to be offline' error
-
-  * correctly pass 'nowritecache' for zfs storages
-
-  * fix hangs with ceph.target and our ceph.service file with ceph >= 10.2.6
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 13 Mar 2017 12:46:43 +0100
-
-pve-manager (4.4-12) unstable; urgency=medium
-
-  * REST/RPCEnvironment's check_worker is a method now
-
-  * spiceproxy: import PVE::SafeSyslog
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Jan 2017 10:54:56 +0100
-
-pve-manager (4.4-11) unstable; urgency=medium
-
-  * depend on libjs-extjs
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 26 Jan 2017 09:22:34 +0100
-
-pve-manager (4.4-10) unstable; urgency=medium
-
-  * do no translate ha states
-
-  * Use the enabled/disabled toggler to render grid options
-
-  * Add new renderer function for toggling enabled/disabled options
-
-  * Remove technical terms from content to be translated
-
-  * Move VZDump base plugin to libpve-common-guest-perl
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 25 Jan 2017 09:37:47 +0100
-
-pve-manager (4.4-9) unstable; urgency=medium
-
-  * use new PVE::Storage::check_volume_access()
-
-  * pvestatd.pm: corretly use new RPCEnvironment
-
-  * pveproxy: do not expose /pve2/js/ (no longer required)
-
-  * Remove redundant helper for login window
-
-  * Do not try to translate domain specific terms
-
-  * remove reference to PVE.ConsoleWorkspace
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 19 Jan 2017 09:22:51 +0100
-
-pve-manager (4.4-8) unstable; urgency=medium
-
-  * use new libpve-http-server-perl package
-
-  * remove www/bootstrap completely (now in pve-http-server)
-
-  *  HTTPServer.pm: rewrite rest_handler (simplify code)
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 16 Jan 2017 18:42:44 +0100
-
-pve-manager (4.4-7) unstable; urgency=medium
-
-  * disable autoselect of targetstorage
-
-  * fix CSRF token generation (broke in 4.4-6)
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Jan 2017 11:00:00 +0100
-
-pve-manager (4.4-6) unstable; urgency=medium
-
-  * add setup_environment hooks to CLIHandler classes
-
-  * remove obsolete PVE::REST class
-
-  * bin/Makefile: export PERLLIB=.. so that doc generator works correctly
-
-  * HTTPServer.pm: cleanups
-
-  * Clone GUI: cleanups
-
-  * add sort to jsgettext.pl
-
-  * update po files, updated german translation
-
-  * add type column to storage content view
-
-  * check general health for ceph monitors, not only time
-
-  * fix #1247: disregard timecheck for one monitor
-
-  * disable submit button in migrate window when not valid
-
-  * make filtered columns in grid more prominent
-
-  * change Start/Stop/Migrate all to Bulk actions
-
-  * show only relevant vms in bulk action window
-
-  * add vmid filter to (start/stop/migrate)all
-
-  * ha: re-add node to service status
-
-  * remove not needed vnc code
-
-  * remove vznet.conf
-
-  * Reload the Ceph OSDTree afer adding an OSD
-
-  * fix #1230: add blocksize for ZFSPoolPlugin
-
-  * Clone.js: add onlineHelp
-
-  * HA: Add a warning/info message for HA setups < 3 votes fix: #1228
-
-  * remove PVE::API2Client class and related examples
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 12 Jan 2017 14:23:42 +0100
-
-pve-manager (4.4-5) unstable; urgency=medium
-
-  * add unpriviledged flag to container restore window
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Dec 2016 11:29:31 +0100
-
-pve-manager (4.4-4) unstable; urgency=medium
-
-  * pveceph: change remove partition order, fix parsing block device
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Dec 2016 12:28:03 +0100
-
-pve-manager (4.4-3) unstable; urgency=medium
-
-  * support ceph jewel
-
-  * do not hide ceph on dashboard if the api call fails
-
-  * add filter to dashboard storage graph
-
-  * add a storage selection in the settings window
-
-  * load the diffstore on init
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Dec 2016 12:02:18 +0100
-
-pve-manager (4.4-2) unstable; urgency=medium
-
-  * rebalance_lxc_containers: avoid repeated warnings if rebalance fail
-
-  * ebalance_lxc_containers: make it work with new lxc/<ID>/ns subgroup
-
-  * rebalance_lxc_containers: make it work with old style lxc setup
-
-  * fix typo in ceph jewel iops parsing
-
-  * filter the local node in the migrateall window
-
-  * validate nodeselector after store is loaded
-
-  * make date column resizable
-
-  * remove obsolete belongsTo
-
-  * snapshottree: remove sorter before saving the state
-
-  * set fixed height on global search window
-
-  * fix #1161: filter by default the displayed guest backups
-
-  * Convert the VMIDSelector to a generic GuestIDSelector
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 21 Dec 2016 12:26:23 +0100
-
-pve-manager (4.4-1) unstable; urgency=medium
-
-  * make realmselector non-editable
-
-  * fix #1176: sort user/group/realm selector
-
-  * aplinfo.dat: update
-
-  * Add online help for start/shutdown for containers
-
-  * Turn the qemu StartupEdit widget into a generic component
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Dec 2016 10:28:32 +0100
-
-pve-manager (4.3-14) unstable; urgency=medium
-
-  * fix typo in vmtype check
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Dec 2016 12:33:35 +0100
-
-pve-manager (4.3-13) unstable; urgency=medium
-
-  * adds a help button to the migration window
-
-  * change lxc migration option to restart mode
-
-  * Add online help for startup/shutdown order and LXC general settings
-
-  * Add the possibility to create an unprivileged container at creation
-    time in the GUI.
-
-  * show in/out/up/down icons in osd overview
-
-  * make ceph status in cluster dashboard clickable
-
-  * add noout button and reorder actions
-
-  * add ceph flags api calls
-
-  * also return the ceph flags in osd api call
-
-  * pvereport: tell lsblk to use ascii
-
-  * plug new ClusterConfig API at /cluster/config
-
-  * Add Windows 2016 as available ostype to select
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Dec 2016 16:38:30 +0100
-
-pve-manager (4.3-12) unstable; urgency=medium
-
-  * fix #1212: allow options for delete in pvesh
-
-  * change ssh-public-keys check in wizard
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 28 Nov 2016 06:18:15 +0100
-
-pve-manager (4.3-11) unstable; urgency=medium
-
-  * fix kvcombobox validator
-
-  * ha/ResourceEdit.js: fix online help ref
-
-  * fix missing mons array in ceph status output
-
-  * fix SSL verify callback for certificate chains
-
-  * VZDump: switch ha managed check from enabled to started
-
-  * fix #1208: add ballooning checkbox to memory edit
-
-  * check for array in disallowednodes filter
-
-  * add new ceph dashboard
-
-  * merge ha resources into the ha status panel
-
-  * ConfigPanel: automatically expand node in selectById()
-
-  * ha resource edit: adapt to new service state
-
-  * do not show current node in migration window
-
-  * NodeSelector: add disallowedNodes configuration property
-
-  * add kvcombobox validator
-
-  * make GUI grids stateful
-
-  * remove reset columns button from resource grid
-
-  * enable certificate pinning for proxied requests
-
-  * check for lxc instead of openvz in the backup window
-
-  * VZDump: die with error if plugin loading fails
-
-  * add sheepdog and gluster to pveproxy.service
-
-  * API2Client: allow to set ssl options
-
-  * fix #1196: make restriced/nofailback boolean in gui
-
-  * disable rules copy button if not 'in' or 'out' rule
-
-  * BackupEdit, cleanup: remove insideUpdate construct
-
-  * Add ECDH curves to use with modern ciphers
-
-  * only allow integers in memoryfield
-
-  * add pveIntegerField and use it
-
-  * improve online help
-
-  * add 'max_{relocate, restart}' fields to UI
-
-  * change ceph diskselector field to devpath
-
-  * show correct mouse cursor on help and settings button
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 23 Nov 2016 12:40:00 +0100
-
-pve-manager (4.3-10) unstable; urgency=medium
-
-  * LXC GUI: Wizard now uses new 'cores' option instead of cpulimit
-
-  * GUI: new datacenter/cluster dashboard
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 29 Oct 2016 15:11:59 +0200
-
-pve-manager (4.3-9) unstable; urgency=medium
-
-  * use new CpuSet::max_cpuid() helper
-
-  * Fix #1186: do not run non installed commands
-
-  * add 'my settings' to top bar
-
-  * make login user name saveable
-
-  * add hastate to /cluster/resources api call
-
-  * show ha error state in tree and resource grid
-
-  * rebalance_lxc_containers: nicer logs, improve hotplug
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 29 Oct 2016 07:51:28 +0200
-
-pve-manager (4.3-8) unstable; urgency=medium
-
-  * pvestatd: add container cpuset balancing
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 27 Oct 2016 12:33:38 +0200
-
-pve-manager (4.3-7) unstable; urgency=medium
-
-  * correct bug number in previous changelog
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 21 Oct 2016 12:42:09 +0200
-
-pve-manager (4.3-6) unstable; urgency=medium
-
-  * fix #1175: make error messages more verbose
-
-  * add onlineHelp
-
-  * fix #1142: add hint when disabling a ha resource
-
-  * move out custom css style for hints in css class and use it
-
-  * fix 'NaN%' when max value is 0
-
-  * restrict vzdump cron options
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 21 Oct 2016 08:46:44 +0200
-
-pve-manager (4.3-5) unstable; urgency=medium
-
-  * recompile with new pve-docs package (fix onlineHelp links)
-
-  * pveversion: add smartmontools
-
-  * pveversion: add pve-docs package
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 14 Oct 2016 09:01:09 +0200
-
-pve-manager (4.3-4) unstable; urgency=medium
-
-  * use auto-generated block IDs to reference online docu
-
-  * vzdump: document restricted API parameters
-
-  * Move bus priority list to OSDefaults
-
-  * make Win XP and Win 2003 use the same defaults as Win 2000
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Oct 2016 11:28:41 +0200
-
-pve-manager (4.3-3) unstable; urgency=medium
-
-  * HA/Groups: add onlineHelp button to edit window
-
-  * ha/groups: allow editing node priorities through UI
-
-  * When adding a new hard disk, use the most used controller as suggested
-    value
-
-  * remove debugging code from postrm
-
-  * use correct info on disks in destroyosd and skip smart
-
-  * fix #1099: get correct info on disks in createosd
-
-  * Sort all lists in the storage what we load dynamically
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 07 Oct 2016 11:46:03 +0200
-
-pve-manager (4.3-2) unstable; urgency=medium
-
-  * fix #1108: add copy firewall rule to GUI
-
-  * fix #1116: center modal windows on browser resize
-
-  * use new statusview for storage
-
-  * move rrd legend to the bottom, make it toggleable
-
-  * show smart text if disk type is not ATA
-
-  * add loadMask to Disk and SMART grid
-
-  * fix #1115 reload storage grid after template download
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 05 Oct 2016 07:11:04 +0200
-
-pve-manager (4.3-1) unstable; urgency=medium
-
-  * prepare version number for new 4.3 release
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Sep 2016 08:39:57 +0200
-
-pve-manager (4.2-23) unstable; urgency=medium
-
-  * fix #1117: do not test for the cgmanager package in pveversion 
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 21 Sep 2016 16:17:22 +0200
-
-pve-manager (4.2-22) unstable; urgency=medium
-
-  * fix #1112: add a warning message if the EFI disk is missing
-
-  * fix #1113: use a LSI controller for legacy OSes
-
-  * fix #1113: preserve LSI controller for legacy Oses
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 20 Sep 2016 17:28:07 +0200
-
-pve-manager (4.2-21) unstable; urgency=medium
-
-  * update favicon, add homescreen icon, use new logo
-
-  * wizard: use refresh event instead of datachanged
-
-  * lxc: correctly display cpulimit
-
-  * change overflowhandler of actionmenu to scroller
-
-  * improve online Help system, add tooltip for context sensitive for help
-    button, add global help button
-
-  * Use SCSI controller as default for l26 guests fix #1105
-
-  * virtio-scsi-pci as default SCSI for new VMS fix #1106
-
-  * fix #1104: add missing /firewall in url
-
-  * add efidisk button to add menu, add efidisk to qemu hardwareview
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 16 Sep 2016 08:08:17 +0200
-
-pve-manager (4.2-20) unstable; urgency=medium
-
-  * startall: remove timeout, wait forever
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Sep 2016 10:40:26 +0200
-
-pve-manager (4.2-19) unstable; urgency=medium
-
-  * reorganize GUI - use a treelist instead of tabs in configpanel
-
-  * Add link to terms glossary when adding an ACL
-
-  * new disk list panel (and remove ceph disks from navigation)
-
-  * fix #1091: add backup config button to storage contentview
-
-  * fix #621: allow template download to glusterfs
-
-  * fix #586: make notes edit window resizable
-
-  * add ceph icon
-
-  * update default aplinfo.dat
-
-  * aplinfo:  improve signature verification, add generated trustedkeys.gpg
-
-  * aplinfo: improve checksum handling (use SHA512)
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Sep 2016 09:30:52 +0200
-
-pve-manager (4.2-18) unstable; urgency=medium
-
-  * lxc: wizard: ssh key
-
-  * vzdump: set task mode early to fix a warning
-
-  * Clear sensitive content when logging out fixes #1060
-
-  * delete old lxc/qemu statusview classes
-
-  * make lxc/qemu use new statusview
-
-  * make node StatusView use new version
-
-  * include new statusview classes in makefile
-
-  * add GuestStatusView and TemplateStatusView
-
-  * add new StatusView component
-
-  * add new infoWidget component
-
-  * Do not use a hardcoded Certificate Authority for https repositories
-
-  * only use exact match in pveRealmSelector
-
-  * make the lxc wizard select the current node by default
-
-  * Remove obsolete make variable for ExtJS4
-
-  * remove obsolete ExtJS4 files
-
-  * Drop "classic" theme from installed files
-
-  * add novnc-pve to pveversion -v
-
-  * don't save password and double lines in pvesh history
-
-  * avoid IE compatibility mode
-
-  * fix influxdb field assignment and allow non integer field
-
-  * fix lint error
-
-  * closes #195 : hide disallowed commands in tree
-
-  * Add mac prefix to the datacenter options
-
-  * prevent KRDB and Monitor(s) being localized
-
-  * open vm console on doubleclick in tree
-
-  * Set VirtIO drivers as default when using the Qemu Wizard and the OS Type is Linux
-
-  * USe PVE.qemu.OSDefaults statics to get defaults for NIC and Storage Controller
-
-  * Add PVE.qemu.OSDefaults class to hold OS-dependant wizard defaults
-
-  * Rename Wizard Component aliases using camelCase
-
-  * change default proxy text to noneText
-
-  * prevent infinite loop in edit window
-
-  * add HostList validator and check monhosts with it
-
-  * give comment in bridgeselector more space
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Aug 2016 14:55:36 +0200
-
-pve-manager (4.2-17) unstable; urgency=medium
-
-  * Fix #1048: vzdump: include job-* hook logs in email
-
-  * vzdump: cleanups
-
-  * fix undefined value warning in resources api call
-
-  * fix surviving update store
-
-  * reload lxc resources also on activate
-
-  * fire activate event for lazyitems in tabpanels
-
-  * correctly delete name of a qemu vm
-
-  * Add some extra debug information to the report.
-
-  * add ca-certificates as required depency
-
-  * lxc/status: show disk usage on running containers
-
-  * fix #1030: calculate correct cpu usage of pools
-
-  * fix #757: show the bridge comment in the selector
-
-  * add comment to network edit and view
-
-  * add comments to network model
-
-  * fix #1043: prevent ceph destroypool when in use
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 11 Jul 2016 13:10:57 +0200
-
-pve-manager (4.2-16) unstable; urgency=medium
-
-  * apply style to backup configuration window
-
-  * set focus on tree after selecting a node
-
-  * fix background color of template bagdes
-
-  * remove unnecessary debug output
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 16 Jun 2016 10:58:43 +0200
-
-pve-manager (4.2-15) unstable; urgency=medium
-
-  * remove unnecessary information on template summary
-
-  * add 'edit' tool to notes panel
-
-  * add a 'bootdisk size' entry to the status view
-
-  * remove RAM column from lxc snapshottree (temporarily)
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 16 Jun 2016 10:58:43 +0200
-
-pve-manager (4.2-14) unstable; urgency=medium
-
-  * Add a toplevel pointer to the PVE admin guide
-
-  * Add Help buttons for three more Qemu Panels
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 14 Jun 2016 12:21:18 +0200
-
-pve-manager (4.2-13) unstable; urgency=medium
-
-  * htmlEncode some comment fields
-
-  * pveceph install: run apt-get interactive
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 10 Jun 2016 15:34:29 +0200
-
-pve-manager (4.2-12) unstable; urgency=medium
-
-  * Rename the SCSI VirtIO controller to better differenciate from VirtIO blk
-
-  * fix #778: Case fix for VMware
-
-  * fix #1005: don't exclude /var/log/?* with stdexcludes
-
-  * Remove IPv4 netmask check
-
-  * Fix #1015: vzdump: send email on early errors
-
-  * Fix #191: acl: honor propagate checkbox
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 08 Jun 2016 12:46:04 +0200
-
-pve-manager (4.2-11) unstable; urgency=medium
-
-  * add vzdump/extractconfig API path
-
-  * disable animation of charts on load
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 03 Jun 2016 12:12:21 +0200
-
-pve-manager (4.2-10) unstable; urgency=medium
-
-  * make the graphs on the summary pages use empty space
-
-  * check if tabs exist before selecting them
-
-  * hide snapshot tab with qemu templates
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 02 Jun 2016 10:01:40 +0200
-
-pve-manager (4.2-9) unstable; urgency=medium
-
-  * Add Online Help for complex PVE panels
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 01 Jun 2016 12:53:44 +0200
-
-pve-manager (4.2-8) unstable; urgency=medium
-
-  * depend on pve-docs package
-
-  * fix right click selection in tree
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 25 May 2016 10:00:22 +0200
-
-pve-manager (4.2-7) unstable; urgency=medium
-
-  * Status: report errors on socket creation problems
-
-  * Status: allow IPs and move properties to base class
-
-  * GUI: fix wrong message after subscription upload
-
-  * GUI: fix reset button with bind mounts
-  
- -- Proxmox Support Team <support@proxmox.com>  Mon, 23 May 2016 09:42:28 +0200
-
-pve-manager (4.2-6) unstable; urgency=medium
-
-  * allow tagging of vlan 1 in gui
-
-  * fix #1000: add backup checkbox for mountpoints
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 18 May 2016 11:32:43 +0200
-
-pve-manager (4.2-5) unstable; urgency=medium
-
-  * ceph: brackets around ipv6
-
-  * fix #992: remove network id from gui
-
-  * fix #976: set 'disabled' for grid panels which disaply a read only,
-    not sortable content
-
-  * Enlarge Object Grid first column default size
-
-  * change hotplugselector to use checkboxes
-    
- -- Proxmox Support Team <support@proxmox.com>  Tue, 17 May 2016 16:59:41 +0200
-
-pve-manager (4.2-4) unstable; urgency=medium
-
-  * fix #944: do not filter by empty array
-
-  * fix combobox reset behaviour
-
-  * fix combogrid multiselect bug
-
-  * fix pending changes with boot order
-
-  * Do not send -debug versions of framework files
-
-  * add undo Zoom Button
-
-  * improve pending changes for qemu hardware in gui
-
-  * fix #979: check always for migrated VM
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 03 May 2016 06:33:55 +0200
-
-pve-manager (4.2-3) unstable; urgency=medium
-
-  * improve gui cidr matching
-
-  * disable selecting when right clicking in tree
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 28 Apr 2016 10:58:05 +0200
-
-pve-manager (4.2-2) unstable; urgency=medium
-
-  * fix securitygroupselector
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 26 Apr 2016 12:07:52 +0200
-
-pve-manager (4.2-1) unstable; urgency=medium
-
-  * fix #943: allow saving of values
-
-  * refactor bootdisk test and prevent multiple bootdisks
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 25 Apr 2016 11:21:08 +0200
-
-pve-manager (4.1-34) unstable; urgency=medium
-
-  * LXC GUI: add network rate limit
-
-  * do not disable a combogrid when it loads
-
-  * fix wizard validity logic
-
-  * add enableKeyEvents to combogrid
-
-  * fix #949: add post-restart hook to vzdump
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Apr 2016 09:15:07 +0200
-
-pve-manager (4.1-33) unstable; urgency=medium
-
-  * Do not display the internal value we use for storing ostypes
-
-  * updated Italian translation
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Apr 2016 12:21:38 +0200
-
-pve-manager (4.1-32) unstable; urgency=medium
-
-  * GUI: enhace visibillity of dialog window border
-
-  * fix #143: add disk/mem percent sort
-
-  * fix #759: save columns of resourceGrid
-
-  * HA Resource: allow selecting no group
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 20 Apr 2016 09:21:17 +0200
-
-pve-manager (4.1-31) unstable; urgency=medium
-
-  * StatusView: more verbose HA status output
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 19 Apr 2016 09:39:33 +0200
-
-pve-manager (4.1-30) unstable; urgency=medium
-
-  * GUI: use raw format for DRBD images
-
-  * also display Linux 4.X on OS selection
-
-  * fix #181: rewrite Boot Order Window
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 15 Apr 2016 08:38:06 +0200
-
-pve-manager (4.1-29) unstable; urgency=medium
-
-  * Fix 'mailto: ...' in /etc/vzdump.conf
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Apr 2016 17:03:08 +0200
-
-pve-manager (4.1-28) unstable; urgency=medium
-
-  * VZDump: add -mailto schema desc
-
-  * VZDump: mark 'size' as deprecated, warn if set
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Apr 2016 12:48:35 +0200
-
-pve-manager (4.1-27) unstable; urgency=medium
-
-  * Wizard: Do not disable a invalid previous tab,
-
-  * Recheck field validation after manually enabling
-    the input field of a ComboGrid
-
-  * qemu monitor GUI: support page up/down
-
-  * Fix #936: ceph: support multiple roots in osd tree
-
-  * GUI: fix ceph tabs switching
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 12 Apr 2016 17:12:09 +0200
-
-pve-manager (4.1-26) unstable; urgency=medium
-
-  * do not depend of pve-doc-generator (this should be a Build-Depend instead)
-
-  * revert default compress mode for vzdump to 0
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 12 Apr 2016 12:41:34 +0200
-
-pve-manager (4.1-25) unstable; urgency=medium
-
-  * Build-Depend on pve-doc-generator
-  
-  * use pve-doc-generator
-
-  * various ExtJS6 GUI fixes
-
-  * disable suspend/resume on containers
-
-  * update translation files
-
-  * use font-awesome icons for action buttons and cmdmenu
-
-  * use split button for shutdown/stop for vm/ct
-
-  * qemu: fix parse vlan trunks
-
- -- Proxmox Support Team <support@proxmox.com>  Sun, 10 Apr 2016 15:49:23 +0200
-
-pve-manager (4.1-24) unstable; urgency=medium
-
-  * updated logo to higher quality
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 01 Apr 2016 16:38:48 +0200
-
-pve-manager (4.1-23) unstable; urgency=medium
-
-  * switch GUI to ExtJS6
-
-  * use new ExtJS6 charts for node/lxc/qemu
-
-  * Allow migrate-all button on HA enabled VMs
-
-  * Skip templates when using the start all VMs button
-
-  * Allow non-root to use start/stop/migrate all buttons
-
-  * Fix #926: vzdump: config/default key regression
-
-  * fix compression selection in backup window
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 31 Mar 2016 10:57:55 +0200
-
-pve-manager (4.1-22) unstable; urgency=medium
-
-  * lxc: disable ACL settings for bind mounts
-
-  * deactivate (currently) not working lxc templates
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 14 Mar 2016 17:30:39 +0100
-
-pve-manager (4.1-21) unstable; urgency=medium
-
-  * fix 483: disable template/upload button
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 11 Mar 2016 16:30:15 +0100
-
-pve-manager (4.1-20) unstable; urgency=medium
-
-  * Allow non-self-signed override certificate for API
-
-  * fix 911: lxc: always allow blank mac address for autogeneration
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Mar 2016 14:38:30 +0100
-
-pve-manager (4.1-19) unstable; urgency=medium
-
-  * Use methods from PVE::QemuConfig
-
-  * fix LVM Content settings
-
-  * pveam: add 'available' command to list available templates
-
-  * vzdump: fix default values
-
-  * vzdump: make sure only DOT pid files excluded
-
-  * LXC refactoring
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 08 Mar 2016 11:54:03 +0100
-
-pve-manager (4.1-18) unstable; urgency=medium
-
-  * vzdump: make exclude-path from config file work again
-
-  * firewall: add ipfilter option
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 03 Mar 2016 09:55:18 +0100
-
-pve-manager (4.1-17) unstable; urgency=medium
-
-  * Remove content type Container from GlusterFS
-
-  * web-syslog: add date span selection
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 02 Mar 2016 17:18:06 +0100
-
-pve-manager (4.1-16) unstable; urgency=medium
-
-  * firewall: add option to allow router advertisement
-
-  * update Norwegian translation
-
-  * pveam: add list, download and remove
-
-  * do not use Net::SSL
-
-  * lxc: create/edit/remove mountpoints
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 27 Feb 2016 10:29:20 +0100
-
-pve-manager (4.1-15) unstable; urgency=medium
-
-  * add lvmthin to gui
-
-  * restrict lvm thin on qemu to storage type raw
-
-  * add htmlEncode to various fields
-
-  * firewall: add enable ndp option
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 20 Feb 2016 10:22:17 +0100
-
-pve-manager (4.1-14) unstable; urgency=medium
-
-  * pveupdate: Fix problems with turnkey repository
-
-  * Fix 895: don't drop the other processor values on load()
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 18 Feb 2016 06:35:32 +0100
-
-pve-manager (4.1-13) unstable; urgency=medium
-
-  * pveupdate: use warnings instead of -w
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 12 Feb 2016 10:43:14 +0100
-
-pve-manager (4.1-12) unstable; urgency=medium
-
-  * add permissions to allow non root ceph configuration
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 12 Feb 2016 08:22:39 +0100
-
-pve-manager (4.1-11) unstable; urgency=medium
-
-  * Close #822: show the nodename in the page title
-
-  * use max_workers from datacenter.cfg for stopall/migrateall
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 11 Feb 2016 12:05:54 +0100
-
-pve-manager (4.1-10) unstable; urgency=medium
-
-  * remove 'VZDump backup file' option from upload web gui
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Feb 2016 18:13:09 +0100
-
-pve-manager (4.1-9) unstable; urgency=medium
-
-  * gui: cpu: fix processor editing
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 01 Feb 2016 17:13:03 +0100
-
-pve-manager (4.1-8) unstable; urgency=medium
-
-  * gui: preserve extra cpu options when changing CPU type
-
-  * fix PVE::HA use clause so HA resources get registered
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Jan 2016 16:45:45 +0100
-
-pve-manager (4.1-7) unstable; urgency=medium
-
-  * Enable TLS 1.1 and 1.2, change default DH params
-
-  * Add DHPARAMS option in /etc/default/pveproxy
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 26 Jan 2016 16:47:21 +0100
-
-pve-manager (4.1-6) unstable; urgency=medium
-
-  * fix #871: netstat: include veth devices
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 25 Jan 2016 11:01:11 +0100
-
-pve-manager (4.1-5) unstable; urgency=medium
-
-  * Close #850: ifenslave-2.6 is a transitional package
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 11 Jan 2016 15:30:08 +0100
-
-pve-manager (4.1-4) unstable; urgency=medium
-
-  * update Hungarian translation
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Dec 2015 11:49:52 +0100
-
-pve-manager (4.1-3) unstable; urgency=medium
-
-  * add Hungarian translation
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 24 Dec 2015 11:13:43 +0100
-
-pve-manager (4.1-2) unstable; urgency=medium
-
-  * update bash completion helpers (use -o default)
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 19 Dec 2015 09:22:13 +0100
-
-pve-manager (4.1-1) unstable; urgency=medium
-
-  * bump version for 4.1 release
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 11 Dec 2015 08:54:17 +0100
-
-pve-manager (4.0-66) unstable; urgency=medium
-
-  * add qemu BIOS option
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 10 Dec 2015 11:42:16 +0100
-
-pve-manager (4.0-65) unstable; urgency=medium
-
-  * APLInfo: support proxying http traffic
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Dec 2015 16:55:51 +0100
-
-pve-manager (4.0-64) unstable; urgency=medium
-
-  * fix bug #821: add systemd-timesyncd to service list
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Dec 2015 11:26:42 +0100
-
-pve-manager (4.0-63) unstable; urgency=medium
-
-  * add qemu agent gui option
-
-  * influxdb: use multi values measurement
-
-  * pvestatd: use 'priv' environment for service
-
-  * improve log messages at sytem shutdown
-
-  * pveproxy.service: add Wants=ssh.service
-
-  * pveproxy.service: start after remote-fs and ceph
-
-  * pve-manager.service: do not invoke old init.d script
-
-  * pve-manager.service: start after pve-ha-crm.service and pve-ha-lrm.service
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Nov 2015 13:30:44 +0100
-
-pve-manager (4.0-62) unstable; urgency=medium
-
-  * fix systemd shutdown order
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 24 Nov 2015 17:31:15 +0100
-
-pve-manager (4.0-61) unstable; urgency=medium
-
-  * ceph.conf : remove auth_supported
-
-  * Allow email adresses with a top level domain of up to 63 characters
-
-  * fix bug #575: fork at shutdown, so that partent starts new worker
-
-  * update build infrastucture to be able to develop with Ext6
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 20 Nov 2015 10:05:01 +0100
-
-pve-manager (4.0-60) unstable; urgency=medium
-
-  * make startall wait up to 60 seconds for quorum
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 10 Nov 2015 07:48:53 +0100
-
-pve-manager (4.0-59) unstable; urgency=medium
-
-  * Add report modal window, containing pvereport content
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 06 Nov 2015 10:20:49 +0100
-
-pve-manager (4.0-58) unstable; urgency=medium
-
-  * Improve HA UI for users with restricted permissions
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 30 Oct 2015 16:13:28 +0100
-
-pve-manager (4.0-57) unstable; urgency=medium
-
-  * improve pvereport script
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 30 Oct 2015 07:17:45 +0100
-
-pve-manager (4.0-56) unstable; urgency=medium
-
-  * add bios report to pvereport
-
-  * lxc: add mount points to GUI
-
-  * lxc: add resize to GUI
-
-  * lxc: add icons to resources
-
-  * RBD: select 'images' content type by default
-
-  * GUI: add Galician language
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Oct 2015 11:53:42 +0100
-
-pve-manager (4.0-55) unstable; urgency=medium
-
-  * pve-manager service: start after open-iscsi
-
-  * pveceph install: use release repository
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Oct 2015 09:26:06 +0100
-
-pve-manager (4.0-54) unstable; urgency=medium
-
-  * fix bug #781: separate LXC CPU and memory in editor
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Oct 2015 13:40:42 +0200
-
-pve-manager (4.0-51) unstable; urgency=medium
-
-  * fix check if vm is ha managed in get_start_stop_list
-
-  * fix lxc config key in get_start_stop_list sub
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 20 Oct 2015 09:51:43 +0200
-
-pve-manager (4.0-50) unstable; urgency=medium
-
-  * fix bug #756: force macro setting to emtpy string when
-    user erases the content
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 15 Oct 2015 17:41:02 +0200
-
-pve-manager (4.0-49) unstable; urgency=medium
-
-  * GUI: add new vtype ConfigId, use it for snapshot names
-
-  * IP4_cidr_match: allow short masks like /8
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Oct 2015 08:16:55 +0200
-
-pve-manager (4.0-48) unstable; urgency=medium
-
-  * lxc/dns: ipv6 support
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Oct 2015 17:47:26 +0200
-
-pve-manager (4.0-47) unstable; urgency=medium
-
-  * DNS ui/api: ipv6 support
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Oct 2015 12:34:16 +0200
-
-pve-manager (4.0-46) unstable; urgency=medium
-
-  * fix bug #719: vzdump - only call cleanup after prepare
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 03 Oct 2015 15:32:02 +0200
-
-pve-manager (4.0-45) unstable; urgency=medium
-
-  * sources.list: prepare for final 4.0 release - use pve-enterprise repository
-
-  * API: return correct version (instead of 4.0Beta)
-
-  * cleanup: use new run_cli_handler() method
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Oct 2015 11:43:47 +0200
-
-pve-manager (4.0-44) unstable; urgency=medium
-
-  * add content type selector to LVM storage editor
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 01 Oct 2015 13:04:26 +0200
-
-pve-manager (4.0-43) unstable; urgency=medium
-
-  * check for ext5 dir to avoid missing directory errors
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Sep 2015 07:17:45 +0200
-
-pve-manager (4.0-42) unstable; urgency=medium
-
-  * update OS Type descriptions
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 26 Sep 2015 11:14:46 +0200
-
-pve-manager (4.0-41) unstable; urgency=medium
-
-  * do not install extJS 5 framework by default
-
-  * NetworkEdit : add support for vlan interfaces
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 25 Sep 2015 07:19:16 +0200
-
-pve-manager (4.0-40) unstable; urgency=medium
-
-  * improve mobile app
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 24 Sep 2015 07:02:15 +0200
-
-pve-manager (4.0-39) unstable; urgency=medium
-
-  * update sencha touch sources to 2.4.2
-
-  * Allow email adresses with a top level domain of up to 63 characters
-
-  * Deny stop mode backups from HA managed and enabled services
-
-  * vzdump: re-enable passing vmid lists at command line
-
-  * Allow typeahead selection of Firewall macros
-
-  * vzdump: replace 'find' exclude command switches
-  
- -- Proxmox Support Team <support@proxmox.com>  Mon, 21 Sep 2015 12:21:51 +0200
-
-pve-manager (4.0-38) unstable; urgency=medium
-
-  * add bridge vlan aware checkbox
-
-  * bridgevlan : allow filtering on tagged interfaces (for QinQ)
-
-  * vzdump: replace 'find' exclude command switches
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 16 Sep 2015 11:05:49 +0200
-
-pve-manager (4.0-37) unstable; urgency=medium
-
-  * add influxdb stats plugin
-
-  * appdate appliance database (aplinfo.dat), include centos7 and
-    archlinux templates
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 11 Sep 2015 09:30:01 +0200
-
-pve-manager (4.0-36) unstable; urgency=medium
-
-  * add pvesh man page
-
-  * Update vzdump man page for 4.0
-
-  * fix bug #706: Use comma to split vmid list when building
-    the crontab vzdump command
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 10 Sep 2015 12:24:09 +0200
-
-pve-manager (4.0-35) unstable; urgency=medium
-
-  * HA GUI: fix 'state' default value in resource edit dialog
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 10 Sep 2015 10:26:06 +0200
-
-pve-manager (4.0-34) unstable; urgency=medium
-
-  * Add krbd option to GUI on ceph storage
-
-  * fix output percent_used in rbd pools
-
-  * allow usage of ceph development repository
-
-  * fixes the problem of containers not autostarting with onboot=1
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Sep 2015 08:04:44 +0200
-
-pve-manager (4.0-33) unstable; urgency=medium
-
-  * Add missing install target dependencies
-
-  * Update vzdump man page for use with LXC containers
-
-  * GUI option for VM protection added
-
-  * fix bug #701: blacklist nvidiafb
-
-  * improve pveupdate with random start time
-
-  * vzdump: implement bash completion
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 08 Sep 2015 10:44:51 +0200
-
-pve-manager (4.0-32) unstable; urgency=medium
-
-  * aplinfo: improve version parser
-
-  * set size in the rootfs parameter on CT create
-
-  * pve-manager : novncindex : remove include inflator.js
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 29 Aug 2015 12:36:41 +0200
-
-pve-manager (4.0-31) unstable; urgency=medium
-
-  * novnc: add fullscreen button for embedded console
-
-  * Remove Java applet from list of available console viewers
-
-  * fix bug #690: correctly list container storages
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 28 Aug 2015 12:08:21 +0200
-
-pve-manager (4.0-30) unstable; urgency=medium
-
-  * lxc GUI: add tty and console options
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Aug 2015 06:36:39 +0200
-
-pve-manager (4.0-29) unstable; urgency=medium
-
-  * correctly display lxc templates
-
-  * lxc GUI: implement console mode option
-
-  * fix bug #682: change at the Gui the used disk size
-
-  * Ceph: fix old interfaces access in find_node_ip
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 18 Aug 2015 16:45:53 +0200
-
-pve-manager (4.0-28) unstable; urgency=medium
-
-  * allow all storages with content type 'images' for containers
-
-  * add some green to the icon to indicate more clearly when LXC
-  containers are running
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 07 Aug 2015 12:13:43 +0200
-
-pve-manager (4.0-27) unstable; urgency=medium
-
-  * update LXC GUI (support new rootfs and size parameter).
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 06 Aug 2015 11:30:33 +0200
-
-pve-manager (4.0-26) unstable; urgency=medium
-
-  * fix bug #662: wrong subroutine for parsing startup order
-
-  * fix bug #659: lxc pool support
-
-  * add vlan aware ifupdown script (replace debian vlan package)
-
-  * add dhcp and slaac options to lxc network config
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 31 Jul 2015 11:17:00 +0200
-
-pve-manager (4.0-25) unstable; urgency=medium
-
-  * Added UI elements for the backup job disabling function
-
-  * implement snapshot support for LXC
-
-  * Added parallel compress support for vzdump with pigz
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 27 Jul 2015 13:28:24 +0200
-
-pve-manager (4.0-24) unstable; urgency=medium
-
-  * NetworkEdit: use pvetextfield instead of numberfield
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 03 Jul 2015 07:22:05 +0200
-
-pve-manager (4.0-23) unstable; urgency=medium
-
-  * use updated LXC template list
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 02 Jul 2015 12:02:29 +0200
-
-pve-manager (4.0-22) unstable; urgency=medium
-
-  * add embedded novnc console for nodes
-
-  * fix bug #648: forward call to correct node
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 29 Jun 2015 16:16:42 +0200
-
-pve-manager (4.0-21) unstable; urgency=medium
-
-  * do not show monitor and console for templates
-
- -- Proxmox Support Team <support@proxmox.com>  Sun, 28 Jun 2015 09:19:39 +0200
-
-pve-manager (4.0-20) unstable; urgency=medium
-
-  * add embedded lxc novnc console
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 27 Jun 2015 12:24:07 +0200
-
-pve-manager (4.0-19) unstable; urgency=medium
-
-  * add embedded qemu novnc console
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 26 Jun 2015 12:58:53 +0200
-
-pve-manager (4.0-18) unstable; urgency=medium
-
-  * node networking GUI: add IPV6 support
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 26 Jun 2015 10:06:53 +0200
-
-pve-manager (4.0-17) unstable; urgency=medium
-
-  * add noVNC resize feature
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 25 Jun 2015 17:56:06 +0200
-
-pve-manager (4.0-16) unstable; urgency=medium
-
-  *  pveversion: fix package list for pve 4.0
-  
- -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Jun 2015 12:25:54 +0200
-
-pve-manager (4.0-15) unstable; urgency=medium
-  * fix bug #644: remove old java console
-  
- -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Jun 2015 09:09:59 +0200
-
-pve-manager (4.0-14) unstable; urgency=medium
-
-  * qemu GUI: fix CD edit (bug #640)
-
-  * Fix qemu create wizard when iothread is set
-
-  * Force Internet Explorer to interpret pages in IE10 compatibility modus
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Jun 2015 06:46:19 +0200
-
-pve-manager (4.0-13) unstable; urgency=medium
-
-  * use pvetest repository for beta release
-
-  * GUI: display version 4.0Beta to mark this a beta release.
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Jun 2015 12:28:38 +0200
-
-pve-manager (4.0-12) unstable; urgency=medium
-
-  * change pve-manager service type to oneshot
-
-  * add iothread option
-  
- -- Proxmox Support Team <support@proxmox.com>  Wed, 10 Jun 2015 09:05:29 +0200
-
-pve-manager (4.0-11) unstable; urgency=medium
-
-  * API change: remove bootlog API
-
-  * fix LogView widget
-
-  * use Wants instead of Requires inside systemd service definitions
-
-  * implement service API using systemctl
-
-  * add cpu options form
-
-  * add virtio-scsi-single scsi controller
-
-  * add IvyBridge cpu model
-
-  * LXC GUI: use cpulimit instead of cpus
-
-  * remove UBC GUI
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 09 Jun 2015 12:22:58 +0200
-
-pve-manager (4.0-10) unstable; urgency=medium
-
-  * API change: /cluster/status - do not use clustat
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Jun 2015 11:07:13 +0200
-
-pve-manager (4.0-9) unstable; urgency=medium
-
-  * pveproxy: add ipv6 support
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 08 May 2015 12:44:52 +0200
-
-pve-manager (4.0-8) unstable; urgency=medium
-
-  * use name based trigger to restart API server
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 05 May 2015 14:43:48 +0200
-
-pve-manager (4.0-7) unstable; urgency=medium
-
-  * improve LXC GUI
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 30 Apr 2015 18:49:13 +0200
-
-pve-manager (4.0-6) unstable; urgency=medium
-
-  * containers: use LXC instead of OpenVZ
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 18 Apr 2015 09:49:31 +0200
-
-pve-manager (4.0-5) unstable; urgency=medium
-
-  * ha GUI: show configuration errors
-
-  * fix apt sources for jessie
-  
- -- Proxmox Support Team <support@proxmox.com>  Tue, 07 Apr 2015 09:55:48 +0200
-
-pve-manager (4.0-4) unstable; urgency=medium
-
-  * implement new GUI for HA
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 03 Apr 2015 18:49:20 +0200
-
-pve-manager (4.0-3) unstable; urgency=medium
-
-  * use new pve-ha-manager
-  
-  * remove OpenVZ related code
-  
- -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Mar 2015 13:42:15 +0100
-
-pve-manager (4.0-2) unstable; urgency=medium
-
-  * fix proxversion -v for jessie release
-
-  * add PIDFile option for systemd services
-
-  * avoid shell scripts in systemd service definitions
-
-  * depend on systemd, add service files
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 06 Mar 2015 11:35:33 +0100
-
-pve-manager (4.0-1) unstable; urgency=medium
-
-  * first version for Debian jessie
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 28 Feb 2015 09:34:33 +0100
-
-pve-manager (3.4-1) unstable; urgency=low
-
-  * write_ceph_config: also write mds sections
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 19 Feb 2015 06:31:48 +0100
-
-pve-manager (3.3-21) unstable; urgency=low
-
-  * write_ceph_config: also write client section
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 18 Feb 2015 05:51:37 +0100
-
-pve-manager (3.3-20) unstable; urgency=low
-
-  * pveceph: use LWP to download release key (instead of wget)
-  
-  * GUI: add multiqueues field to NIC form
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Feb 2015 09:03:08 +0100
-
-pve-manager (3.3-19) unstable; urgency=low
-
-  * GUI: fixes for CDROM hotplug
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 12 Feb 2015 08:03:26 +0100
-
-pve-manager (3.3-18) unstable; urgency=low
-
-  * GUI: add startall/stopall/migrateall menu buttons  
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Feb 2015 09:17:50 +0100
-
-pve-manager (3.3-17) unstable; urgency=low
-
-  * memory form : hotplug improvements
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 10 Feb 2015 11:48:18 +0100
-
-pve-manager (3.3-16) unstable; urgency=low
-
-  * pveproxy: set method to tlsv1 (required for IE)
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 09 Feb 2015 11:42:56 +0100
-
-pve-manager (3.3-15) unstable; urgency=low
-
-  * GUI: implement hotplug feature selector
-  
-  * GUI: add UI for local ZFS storage
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Jan 2015 12:37:36 +0100
-
-pve-manager (3.3-14) unstable; urgency=low
-
-  * HardwareView: correctly enable/disable buttons
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Jan 2015 09:13:09 +0100
-
-pve-manager (3.3-13) unstable; urgency=low
-
-  * PendingObjectGrid: improve detection of pending changes
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Jan 2015 12:57:21 +0100
-
-pve-manager (3.3-12) unstable; urgency=low
-
-  * add numa option to processor form
-  
-  * fix rendering of pending processor values
-  
-  * GUI: dynamically update VM config every 5 seconds
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 21 Jan 2015 08:39:16 +0100
-
-pve-manager (3.3-11) unstable; urgency=low
-  
-  * New 'disconnect' button on the network edit pannel.
-
-  * Fix backup failure at shutdown (stop backup on host shutdown)
-  
-  * vzdump: new option --stop to abort running backup job
-  
-  * Support additional e1000 variants for VM machines
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 20 Jan 2015 07:17:34 +0100
-
-pve-manager (3.3-10) unstable; urgency=low
-
-  * fix restart behavior
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 15 Jan 2015 07:21:43 +0100
-
-pve-manager (3.3-9) unstable; urgency=low
-
-  * qemu GUI: support new pending changes API
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 08 Jan 2015 13:28:25 +0100
-
-pve-manager (3.3-8) unstable; urgency=low
-
-  * pveproxy: support TLS1.1 and TLS1.2
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Dec 2014 14:04:36 +0100
-
-pve-manager (3.3-7) unstable; urgency=low
-
-  * vzdump: avoid warning about uninitialized value
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 26 Nov 2014 06:57:04 +0100
-
-pve-manager (3.3-6) unstable; urgency=low
-
-  * VZDump: added email notification setting
-  
-  * fix Bug #579: add START parameter in /etc/default/pve-manager
-  
- -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Nov 2014 06:37:36 +0100
-
-pve-manager (3.3-5) unstable; urgency=low
-
-  * VZDump: send an error email in case of lock failure
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 23 Oct 2014 11:04:47 +0200
-
-pve-manager (3.3-4) unstable; urgency=low
-
-  * pveproxy: limit ourselfes to tlsv1 
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 15 Oct 2014 15:49:17 +0200
-
-pve-manager (3.3-3) unstable; urgency=low
-
-  * openvz: implement suspend/resume
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 09 Oct 2014 09:37:47 +0200
-
-pve-manager (3.3-2) unstable; urgency=low
-
-  * fix bug #534: implement firewall checkbox for OpenVZ CreateWizard
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 17 Sep 2014 16:34:27 +0200
-
-pve-manager (3.3-1) unstable; urgency=low
-
-  * i18n: small fixes
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 08 Sep 2014 09:55:22 +0200
-
-pve-manager (3.2-31) unstable; urgency=low
-
-  * GUI: add new email_from option to datacenter.cfg
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 04 Sep 2014 17:35:04 +0200
-
-pve-manager (3.2-30) unstable; urgency=low
-
-  * resourcegrid : add template menu
-  
-  * fix label width for spanish translation
-  
- -- Proxmox Support Team <support@proxmox.com>  Mon, 01 Sep 2014 11:38:20 +0200
-
-pve-manager (3.2-29) unstable; urgency=low
-
-  * glusterfs GUI: new option to specify backup volfile server
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Aug 2014 11:52:49 +0200
-
-pve-manager (3.2-28) unstable; urgency=low
-
-  * GUI: allow to add ZFS storage
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 26 Aug 2014 09:36:23 +0200
-
-pve-manager (3.2-27) unstable; urgency=low
-
-  * fix bug #554: do not set delete flag on Auth create
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Aug 2014 12:07:51 +0200
-
-pve-manager (3.2-26) unstable; urgency=low
-
-  * GUI: use better icons for storage menu
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Aug 2014 09:20:31 +0200
-
-pve-manager (3.2-25) unstable; urgency=low
-
-  * GUI: add discard option to qemu drive
-  
-  * GUI: add Broadwell cpu model
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 20 Aug 2014 12:19:00 +0200
-
-pve-manager (3.2-24) unstable; urgency=low
-
-  * GUI: add new 'Pool View'
-  
-  * GUI: show correct node status in 'Storage View'
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 13 Aug 2014 08:07:59 +0200
-
-pve-manager (3.2-23) unstable; urgency=low
-
-  * update Spanish translation
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 11 Aug 2014 10:11:43 +0200
-
-pve-manager (3.2-22) unstable; urgency=low
-
-  * mobile: register OpenVZ migrate page
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 07 Aug 2014 11:08:16 +0200
-
-pve-manager (3.2-21) unstable; urgency=low
-
-  * novnc: add sendKey menufor KVM VMs
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 06 Aug 2014 09:09:47 +0200
-
-pve-manager (3.2-20) unstable; urgency=low
-
-  * add sencha touch based GUI for mobile devices
-  
-  * update Chinese translation (zh_CN).
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Aug 2014 09:30:49 +0200
-
-pve-manager (3.2-19) unstable; urgency=low
-
-  * HA migrate: return non-critical error if migrate failed by VM is still
-    running
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Jul 2014 07:14:55 +0200
-
-pve-manager (3.2-18) unstable; urgency=low
-
-  * oath GUI: add 'step' and 'digit' options
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 23 Jul 2014 07:27:22 +0200
-
-pve-manager (3.2-17) unstable; urgency=low
-
-  * include improved Spanish translation
-
-  * allow to set/edit two factor authentication (yubico, oath)
-  
- -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Jul 2014 08:23:02 +0200
-
-pve-manager (3.2-16) unstable; urgency=low
-
-  * noVNC console: correctly display connection error
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Jun 2014 10:31:28 +0200
-
-pve-manager (3.2-15) unstable; urgency=low
-
-  * Qemu GUI: add support to edit SMBIOS settings
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 26 Jun 2014 13:21:54 +0200
-
-pve-manager (3.2-14) unstable; urgency=low
-
-  * use case insensitive match for websocket upgrade (make it work with IE)
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 25 Jun 2014 13:26:23 +0200
-
-pve-manager (3.2-13) unstable; urgency=low
-
-  * use noVNC as default console viewer
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 25 Jun 2014 07:24:04 +0200
-
-pve-manager (3.2-12) unstable; urgency=low
-
-  * implement novnc console for openvz and shell
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 24 Jun 2014 17:39:10 +0200
-
-pve-manager (3.2-11) unstable; urgency=low
-
-  * add Persian (Farsi) translation.
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 23 Jun 2014 06:31:39 +0200
-
-pve-manager (3.2-10) unstable; urgency=low
-
-  * HTTPServer: implement websockets
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 18 Jun 2014 12:12:51 +0200
-
-pve-manager (3.2-9) unstable; urgency=low
-
-  * kvm: add noVNC console 
-  
-  * depend on pve-novnc
-  
-  * trim subscription key to avoid unexpected errors
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Jun 2014 09:10:18 +0200
-
-pve-manager (3.2-8) unstable; urgency=low
-
-  * add enable option to datacenter firewall.
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 04 Jun 2014 08:47:41 +0200
-
-pve-manager (3.2-7) unstable; urgency=low
-
-  * add Firewall GUI
-  
-  * openvz: add bridge vlan && firewall options to gui
-
-  * depend on pve-firewall
-  
- -- Proxmox Support Team <support@proxmox.com>  Tue, 03 Jun 2014 09:07:50 +0200
-
-pve-manager (3.2-6) unstable; urgency=low
-
-  * fix bug #300: use disk_quota default settings from /etv/vz/vz.conf
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 06 May 2014 06:58:23 +0200
-
-pve-manager (3.2-5) unstable; urgency=low
-
-  * produce nicer html for direct API access (/api2/html)
-
-  * always delay unauthorized calls
-  
- -- Proxmox Support Team <support@proxmox.com>  Fri, 02 May 2014 12:01:23 +0200
-
-pve-manager (3.2-4) unstable; urgency=low
-
-  *  add X-UA-Compatible tag to avoid IE GUI bugs
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 26 Apr 2014 09:34:53 +0200
-
-pve-manager (3.2-3) unstable; urgency=low
-
-  * add Euskera (Basque) translations
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 17 Apr 2014 11:25:54 +0200
-
-pve-manager (3.2-2) unstable; urgency=low
-
-  * pveceph: fix purge command
-  
-  * pheceph: add -version argument to install (defaults to dumpling)
-  
-  * spice-example-sh: avoid use of sed and aw
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Apr 2014 06:04:04 +0200
-
-pve-manager (3.2-1) unstable; urgency=low
-
-  * bump version for 3.2 release
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 06 Mar 2014 06:43:46 +0100
-
-pve-manager (3.1-45) unstable; urgency=low
-
-  * parseQemuNetwork: add vmxnet3
-  
-  * add /usr/share/doc/pve-manager/examples/spice-example-sh
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 03 Mar 2014 07:06:02 +0100
-
-pve-manager (3.1-44) unstable; urgency=low
-
-  * re-add support for spiceconfig output format (revert commit
-    97da4646288d2806c334c6a1c1361acb22df0535 and commit
-    b96fb2234a7df02999489cc1f33ad52defac8998)
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Feb 2014 12:49:35 +0100
-
-pve-manager (3.1-43) unstable; urgency=low
-
-  * fix network API (make comments optional)
-
- -- Proxmox Support Team <support@proxmox.com>  Sun, 16 Feb 2014 09:27:18 +0100
-
-pve-manager (3.1-42) unstable; urgency=low
-
-  * vzdump: add MIME-Version header
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Feb 2014 08:41:34 +0100
-
-pve-manager (3.1-41) unstable; urgency=low
-
-  * ceph: improve GUI feedback using TaskProgress.js
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 24 Jan 2014 13:38:41 +0100
-
-pve-manager (3.1-40) unstable; urgency=low
-
-  * ceph: use setsid for service commands
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 24 Jan 2014 10:42:41 +0100
-
-pve-manager (3.1-39) unstable; urgency=low
-
-  * ceph: view osd commit/apply latency
-  
-  * ceph: display osd usage
-
-  * ceph: display pool usage information
-  
- -- Proxmox Support Team <support@proxmox.com>  Thu, 23 Jan 2014 10:22:20 +0100
-
-pve-manager (3.1-38) unstable; urgency=low
-
-  * ceph: add API and buttons for osd in/out
-  
-  * use longer rados timeouts when inside worker tasks
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Jan 2014 12:49:46 +0100
-
-pve-manager (3.1-37) unstable; urgency=low
-
-  * fixes for new PVE::RADOS perl bindings
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Jan 2014 12:12:27 +0100
-
-pve-manager (3.1-36) unstable; urgency=low
-
-  * use PVE::RADOS perl bindings
-  
-  * set spiceterm timeout to 40 
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Jan 2014 08:57:42 +0100
-
-pve-manager (3.1-35) unstable; urgency=low
-
-  * update max cores limit to 128
-  
-  * use separate window for disk IO-throttle form
-
-  * ceph: improve disk usage detection
-  
-  * ceph: allow to specify separate journal disks
-  
-  * depend on gdisk
-  
- -- Proxmox Support Team <support@proxmox.com>  Tue, 14 Jan 2014 11:43:54 +0100
-
-pve-manager (3.1-34) unstable; urgency=low
-
-  * ocf agent: retry get_vmlist if we get an empty list
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 07 Jan 2014 10:47:12 +0100
-
-pve-manager (3.1-33) unstable; urgency=low
-
-  * ceph: return decompiled crush map in text format
-  
-  * ceph: try to unmount OSD after removal
-  
-  * ceph: only use 64 PGs by default
-  
-  * ceph: allow to specify crush ruleset on pool creation
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 03 Jan 2014 10:58:49 +0100
-
-pve-manager (3.1-32) unstable; urgency=low
-
-  * add mtu support for manual interfaces
-  
-  * pveceph: allow to set min_size for pools, fix osd remove
-
-  * improve OVS GUI
-  
-  * add support to change bond_xmit_hash_policy on linux bond devices
-  
- -- Proxmox Support Team <support@proxmox.com>  Tue, 31 Dec 2013 10:17:52 +0100
-
-pve-manager (3.1-31) unstable; urgency=low
-
-  * add OpenVSwitch GUI
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Dec 2013 09:53:29 +0100
-
-pve-manager (3.1-30) unstable; urgency=low
-
-  * ceph GUI: fix state handling
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 23 Dec 2013 07:23:52 +0100
-
-pve-manager (3.1-29) unstable; urgency=low
-
-  * include Ceph GUI
-
- -- Proxmox Support Team <support@proxmox.com>  Sat, 21 Dec 2013 08:15:59 +0100
-
-pve-manager (3.1-28) unstable; urgency=low
-
-  * GUI: use new console split-button everywhere
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Dec 2013 07:24:28 +0100
-
-pve-manager (3.1-27) unstable; urgency=low
-
-  * API: remove spiceconfig format
-  
-  * GUI: allow to open SPICE console with command menu
-  
-  * set correct locale environment when running spiceterm
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Dec 2013 11:52:17 +0100
-
-pve-manager (3.1-26) unstable; urgency=low
-
-  * add new console option to datacenter.cfg (java applet vs. spice)
-  
-  * new execute API (execute multiple commands with one request)
-  
-  * depend on spiceterm
-  
-  * better GUI for console (use a splitbutton)
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 10 Dec 2013 12:07:05 +0100
-
-pve-manager (3.1-25) unstable; urgency=low
-
-  * delay UNAUTHORIZED response to avoid DOS attac
-  
-  * fix typo in pve cron script
-  
-  * backup GUI: fix VMID selection bug
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Nov 2013 11:20:37 +0100
-
-pve-manager (3.1-24) unstable; urgency=low
-
-  * fix IP address parser for OpenVZ containers
-  
-  * fix UPID parser for long uptimes (> 497 days)
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 06 Nov 2013 10:48:19 +0100
-
-pve-manager (3.1-23) unstable; urgency=low
-
-  * subscription updates: set UserAgent header on proxy connect request
-  
-  * correctly set content type for GUI index page
-  
-  * allow to add ipv6 address to OpenVZ containers
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Oct 2013 10:20:02 +0100
-
-pve-manager (3.1-22) unstable; urgency=low
-
-  * spice: ignore the case of the characters in hostname match
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 28 Oct 2013 08:16:32 +0100
-
-pve-manager (3.1-21) unstable; urgency=low
-
-  * update French translation
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 17 Oct 2013 06:11:56 +0200
-
-pve-manager (3.1-20) unstable; urgency=low
-
-  * some GUI optimizations for slow connections
-  
-  * remove nexenta plugin
-  
-  * ZFS GUI rework
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 14 Oct 2013 07:46:59 +0200
-
-pve-manager (3.1-19) unstable; urgency=low
-
-  * vzdump: remove temporary directories (revert bug introduced by 
-    commit 1bb6e88fd65bb44a745065d2d899832f6ea0a2f5)
-  
-  * add Editor for new ZFSPlugin
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 04 Oct 2013 06:55:58 +0200
-
-pve-manager (3.1-18) unstable; urgency=low
-
-  * GUI: add multi-monitor support for spice
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 02 Oct 2013 10:41:57 +0200
-
-pve-manager (3.1-17) unstable; urgency=low
-
-  * openvz create/restore: use new PVE::Storage::abs_filesystem_path() in 
-    order to correctly activate the storage.
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Oct 2013 12:47:22 +0200
-
-pve-manager (3.1-16) unstable; urgency=low
-
-  * do not use -w switch as it breaks modules
-  
-  * pveproxy: fix configuration parser for /dec/defaults/pveproxy
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Oct 2013 10:37:39 +0200
-
-pve-manager (3.1-15) unstable; urgency=low
-
-  * add solaris ostype
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 25 Sep 2013 08:29:49 +0200
-
-pve-manager (3.1-14) unstable; urgency=low
-
-  * avoid warning in daily cron script
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 24 Sep 2013 06:41:03 +0200
-
-pve-manager (3.1-13) unstable; urgency=low
-
-  * dissable SSL compression (avoid TLS CRIME vulnerability)
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Sep 2013 07:17:17 +0200
-
-pve-manager (3.1-12) unstable; urgency=low
-
-  * fix bug #456: allow glusterfs as backup storage
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 16 Sep 2013 08:12:24 +0200
-
-pve-manager (3.1-11) unstable; urgency=low
-
-  * vzdump: fix hook script environment for job-* phase
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Sep 2013 06:55:30 +0200
-
-pve-manager (3.1-10) unstable; urgency=low
-
-  * vzdump: pass storage ID to hook scripts
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 12 Sep 2013 06:21:59 +0200
-
-pve-manager (3.1-9) unstable; urgency=low
-
-  * depend on libcrypt-ssleay-perl and liblwp-protocol-https-perl (for
-    correct LWP https support)
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Sep 2013 06:46:44 +0200
-
-pve-manager (3.1-8) unstable; urgency=low
-
-  * fix https proxy calls (always use CONNECT)
-  
-  * use correct changelog URLs for pve repositories
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 09 Sep 2013 11:39:49 +0200
-
-pve-manager (3.1-7) unstable; urgency=low
-
-  * vzdump: correctly handle maxfiles parameter (0 is unlimited)
-  
-  * improve API2Client.pm code
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 05 Sep 2013 11:00:46 +0200
-
-pve-manager (3.1-6) unstable; urgency=low
-
-  * update German translation
-  
-  * update Chinese translation
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 03 Sep 2013 07:03:02 +0200
-
-pve-manager (3.1-5) unstable; urgency=low
-
-  * apt: proxy changelog API call to correct node
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Aug 2013 10:24:53 +0200
-
-pve-manager (3.1-4) unstable; urgency=low
-
-  * apt: only consider installed packages
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Aug 2013 10:07:56 +0200
-
-pve-manager (3.1-3) unstable; urgency=low
-
-  * add new favicon.ico
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 16 Aug 2013 13:08:07 +0200
-
-pve-manager (3.1-2) unstable; urgency=low
-
-  * fix perl dependencies
-  
-  * display subscription status after login
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 16 Aug 2013 06:15:27 +0200
-
-pve-manager (3.1-1) unstable; urgency=low
-
-  * bump RELEASE to 3.1
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 14 Aug 2013 07:50:00 +0200
-
-pve-manager (3.0-38) unstable; urgency=low
-
-  * add GUI for GlusterFS storage
-  
-  * vzdump: wait one second before unmounting the snapshot (avoid device busy error)
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 13 Aug 2013 10:32:05 +0200
-
-pve-manager (3.0-37) unstable; urgency=low
-
-  * apt: try to detect new packages
-  
-  * tell apt to use http_proxy settings
-  
-  * support to view changelogs for available pve packages
-  
-  * allow to configure cipher list for pveproxy
-  
-  * automatically add pve repository to apt sources list
-  
-  * allow to use serial terminal as display
-  
-  * avoid apt autoremoval for pve-kernel packages
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Aug 2013 10:11:33 +0200
-
-pve-manager (3.0-36) unstable; urgency=low
-
-  * fix proxy loop assertion for spiceproxy
-  
-  * pveproxy: use same cipher list as debian apache ssl.conf
-  
-  * avoid apt autoremoval for pve-kernel packages
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Jul 2013 12:43:38 +0200
-
-pve-manager (3.0-35) unstable; urgency=low
-
-  * fix proxy loop assertion
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 23 Jul 2013 08:36:17 +0200
-
-pve-manager (3.0-34) unstable; urgency=low
-
-  * avoid proxy loops
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 22 Jul 2013 10:52:50 +0200
-
-pve-manager (3.0-33) unstable; urgency=low
-
-  * correctly initialize $rpcenv in spiceproxy
-  
-  * fix bug #437: include pve-libspice-server1 in package list
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Jul 2013 11:41:00 +0200
-
-pve-manager (3.0-32) unstable; urgency=low
-
-  * improved spice proxy code
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 18 Jul 2013 12:29:04 +0200
-
-pve-manager (3.0-31) unstable; urgency=low
-
-  * add button to start SPICE console
-
-  * add spiceproxy server
-  
- -- Proxmox Support Team <support@proxmox.com>  Wed, 26 Jun 2013 13:40:55 +0200
-
-pve-manager (3.0-30) unstable; urgency=low
-
-  * fix upgrade shell (quoting bug)
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Jun 2013 08:18:47 +0200
-
-pve-manager (3.0-29) unstable; urgency=low
-
-  * new pveupgrade script, used to display additional information to the
-    user (reboot required? database up to date? ...)
-
-  * add button to display package versions, to provide same info as 
-    'pveversion -v' on GUI.
-  
- -- Proxmox Support Team <support@proxmox.com>  Fri, 21 Jun 2013 12:07:44 +0200
-
-pve-manager (3.0-28) unstable; urgency=low
-
-  * fix bug #408: reset ENV before starting shell
-  
-  * fix bug #379: allow to overwrite existing CTs if user has VM.Backup
-    permissions
-  
-  * Allow to send notification mail about new packages.
-  
- -- Proxmox Support Team <support@proxmox.com>  Thu, 20 Jun 2013 11:12:50 +0200
-
-pve-manager (3.0-27) unstable; urgency=low
-
-  * package manager: run system upgrade inside VNC shell, group packages
-    by 'Origin', remove apt/upgrade API completely.
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 19 Jun 2013 11:59:49 +0200
-
-pve-manager (3.0-26) unstable; urgency=low
-
-  * package manager: improve changelog viewer, bug fixes
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 18 Jun 2013 11:49:16 +0200
-
-pve-manager (3.0-25) unstable; urgency=low
-
-  * add package update manager to GUI
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Jun 2013 13:09:02 +0200
-
-pve-manager (3.0-24) unstable; urgency=low
-
-  * update Norwegian translations
-  
-  * rrd display : avoid 2 refresh
-  
-  * avoid gzip http response for png & gif & jar
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 12 Jun 2013 07:24:54 +0200
-
-pve-manager (3.0-23) unstable; urgency=low
-
-  * fix bug #368: use vtype 'DnsName' to verify host names
-  
-  * fix bug #401: disable connection timeout during API call processing
-
-  * add suport for new qemu-server async configuration API
-  
- -- Proxmox Support Team <support@proxmox.com>  Fri, 07 Jun 2013 11:52:15 +0200
-
-pve-manager (3.0-22) unstable; urgency=low
-
-  * support 'delete' flag for 'Move disk'
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 31 May 2013 10:59:59 +0200
-
-pve-manager (3.0-21) unstable; urgency=low
-
-  * add 'Move disk' button for storage migration
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 29 May 2013 13:03:33 +0200
-
-pve-manager (3.0-20) unstable; urgency=low
-
-  * fix login problem when http_proxy is set
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 23 May 2013 07:29:25 +0200
-
-pve-manager (3.0-19) unstable; urgency=low
-
-  * updated Chinese translation
-  
-  * allow to upload files with spaces in filename (replace with '_')
-  
-  * allow to delete pools with non-existent VMs/Storage
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 22 May 2013 06:04:49 +0200
-
-pve-manager (3.0-18) unstable; urgency=low
-
-  * use correct icons for templates
-  
-  * sort templates after regular VMs
-  
-  * update German translation
-
-  * update French translation
-  
- -- Proxmox Support Team <support@proxmox.com>  Tue, 21 May 2013 10:58:47 +0200
-
-pve-manager (3.0-17) unstable; urgency=low
-
-  * fix bug #374: correctly remove destroyed container from pool
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 14 May 2013 12:13:28 +0200
-
-pve-manager (3.0-16) unstable; urgency=low
-
-  * Clone: only list usable/available target stores
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 14 May 2013 10:14:05 +0200
-
-pve-manager (3.0-15) unstable; urgency=low
-
-  * fix bug #385: correctly handle Accept-Encoding
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 13 May 2013 09:12:41 +0200
-
-pve-manager (3.0-14) unstable; urgency=low
-
-  * qmtemplate task : format task description correctly
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 10 May 2013 09:32:00 +0200
-
-pve-manager (3.0-13) unstable; urgency=low
-
-  * minor GUI cleanups
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 07 May 2013 07:54:01 +0200
-
-pve-manager (3.0-12) unstable; urgency=low
-
-  * add Clone GUI
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 06 May 2013 11:37:35 +0200
-
-pve-manager (3.0-11) unstable; urgency=low
-
-  * fix NodeSelector
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Apr 2013 09:56:26 +0200
-
-pve-manager (3.0-10) unstable; urgency=low
-
-  * pveproxy: implement if-modified-since
-  
-  * pveproxy: implement host based access control
-  
-  * implement node netstat call to get current tap network counters
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Apr 2013 08:05:11 +0200
-
-pve-manager (3.0-9) unstable; urgency=low
-
-  * http: improve security by setting size limits
-  
-  * stop keep-alive when there are many open connections
-  
-  * improve syslog for file uploads
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Apr 2013 11:56:00 +0200
-
-pve-manager (3.0-8) unstable; urgency=low
-
-  * disable Nagle algorithm to maximitze performance
-  
-  * fix multipart parser
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Apr 2013 07:43:56 +0200
-
-pve-manager (3.0-7) unstable; urgency=low
-
-  * use new event driven https server instead of apache2 (pveproxy)
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 15 Apr 2013 12:31:50 +0200
-
-pve-manager (3.0-6) unstable; urgency=low
-
-  * depend on ibnet-http-perl (>= 6.06-1). Older versions triggers bugs
-    with LWP::UserAgent
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 28 Mar 2013 13:17:08 +0100
-
-pve-manager (3.0-5) unstable; urgency=low
-
-  * avoid warning about undefined value in PVE::OpenVZ
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Mar 2013 06:30:58 +0100
-
-pve-manager (3.0-4) unstable; urgency=low
-
-  * add bootlog to GUI
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 26 Mar 2013 08:01:36 +0100
-
-pve-manager (3.0-3) unstable; urgency=low
-
-  * pvebanner: overwrite /etc/issue instead of printing to stdout
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 25 Mar 2013 09:05:49 +0100
-
-pve-manager (3.0-2) unstable; urgency=low
-
-  * mark service vz optional in pve-manager init script
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Mar 2013 06:18:27 +0100
-
-pve-manager (3.0-1) unstable; urgency=low
-
-  * remove perl-suid dependency
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 15 Mar 2013 08:36:57 +0100
-
-pve-manager (2.3-13) unstable; urgency=low
-
-  * network config: allow empty IP address/netmask
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Mar 2013 06:47:40 +0100
-
-pve-manager (2.3-12) unstable; urgency=low
-
-  * fix IP address verification (Undefined subroutine &Net::IP::ip_to_bin)
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 04 Mar 2013 06:56:12 +0100
-
-pve-manager (2.3-11) unstable; urgency=low
-
-  * bugfix #301 Add container hostname validation in GUI
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 01 Mar 2013 06:23:59 +0100
-
-pve-manager (2.3-10) unstable; urgency=low
-
-  * fix cache selector: default cache is 'none'
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 25 Feb 2013 06:35:06 +0100
-
-pve-manager (2.3-9) unstable; urgency=low
-
-  * fix bug #337: avoid warning with pvectl
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Feb 2013 06:11:38 +0100
-
-pve-manager (2.3-8) unstable; urgency=low
-
-  * Allow to set tablet option on the GUI
-  
-  * use qcow2 format as default for directory and NFS storage
-  
-  * cleanup RDB GUI (remove authsupported)
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Feb 2013 13:39:47 +0100
-
-pve-manager (2.3-7) unstable; urgency=low
-
-  * fix javascript jslint warnings to make it work on all browsers.
-  
-  * use e1000 as default network card
-  
-  * enable RBD on the GUI
-  
- -- Proxmox Support Team <support@proxmox.com>  Thu, 31 Jan 2013 07:16:13 +0100
-
-pve-manager (2.3-6) unstable; urgency=low
-
-  * pvestatd: avoid warning about uninitialized value
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 28 Jan 2013 12:19:34 +0100
-
-pve-manager (2.3-5) unstable; urgency=low
-
-  * Display 'Resume' button when VM is 'paused'
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Jan 2013 06:23:06 +0100
-
-pve-manager (2.3-4) unstable; urgency=low
-
-  * add balloon GUI (dynamic memory)
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 17 Jan 2013 12:58:58 +0100
-
-pve-manager (2.3-3) unstable; urgency=low
-
-  * GUI: tasks - use better icon for open console
-  
-  * implement auto-ballooning
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 20 Dec 2012 13:44:53 +0100
-
-pve-manager (2.3-2) unstable; urgency=low
-
-  * add HD resize feature to expand disks.
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 17 Dec 2012 13:03:15 +0100
-
-pve-manager (2.3-1) unstable; urgency=low
-
-  * support new qemu vma backup files
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Dec 2012 07:27:32 +0100
-
-pve-manager (2.2-32) unstable; urgency=low
-
-  * add new cpu types:  Haswell and Opteron_G5
-  
-  * remove rhel specific cpu types: cpu64-rhel6 and cpu64-rhel5
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Nov 2012 06:46:35 +0100
-
-pve-manager (2.2-31) unstable; urgency=low
-
-  * Brazilian Transtalion (done by Maila Networks)
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 19 Nov 2012 13:17:23 +0100
-
-pve-manager (2.2-30) unstable; urgency=low
-
-  * add Norwegian (Bokmal and Nynorsk) translations.
-  
- -- Proxmox Support Team <support@proxmox.com>  Thu, 15 Nov 2012 07:31:30 +0100
-
-pve-manager (2.2-29) unstable; urgency=low
-
-  * fix bug #276: create root mount point
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Nov 2012 06:44:24 +0100
-
-pve-manager (2.2-28) unstable; urgency=low
-
-  * remove hardcoded blowfish cipher
-  
- -- Proxmox Support Team <support@proxmox.com>  Wed, 31 Oct 2012 14:01:54 +0100
-
-pve-manager (2.2-27) unstable; urgency=low
-
-  * fix RRD images caching problems: new create_rrd_graph returns rrd 
-  png data inline - no need to read data from file.
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 31 Oct 2012 07:15:57 +0100
-
-pve-manager (2.2-26) unstable; urgency=low
-
-  *  pvestatd: fix server reload (run at least 10 cycles)
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 29 Oct 2012 13:08:20 +0100
-
-pve-manager (2.2-25) unstable; urgency=low
-
-  * pvestatd: fix server reload (due to memory leak)
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 29 Oct 2012 12:32:28 +0100
-
-pve-manager (2.2-24) unstable; urgency=low
-
-  * vncproxy: wait until vnc port is ready (avoid connection errors)
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Oct 2012 09:02:08 +0200
-
-pve-manager (2.2-23) unstable; urgency=low
-
-  * update link to new debian-6.0-proxmox-mailgateway_3.1-2_amd64.tar.gz
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 23 Oct 2012 10:27:18 +0200
-
-pve-manager (2.2-22) unstable; urgency=low
-
-  * vzdump: also run 'backup-start' hook in snapshot mode
-  
-  * update openvz appliance list
-  
-  * add win8 to OS type selector
-  
-  * fix bug #205
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 12 Oct 2012 06:07:12 +0200
-
-pve-manager (2.2-21) unstable; urgency=low
-
-  * openvz console fix: create /var/run/dtach at pvedaemon startup
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Oct 2012 10:10:55 +0200
-
-pve-manager (2.2-20) unstable; urgency=low
-
-  * openvz: use real console instead of 'vzctl enter'
-  
-  * openvz: remove init-logger pagers
-  
-  * dpenend on dtach (used by openvz console)
-  
-  * pvestatd: remove stale 'vzctl console' processes
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Oct 2012 06:49:12 +0200
-
-pve-manager (2.2-19) unstable; urgency=low
-
-  * fix bug 178: use new API call to get next free VMID
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 27 Sep 2012 09:45:06 +0200
-
-pve-manager (2.2-18) unstable; urgency=low
-
-  * add workaroud to correctly show scrollbars
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 26 Sep 2012 11:22:16 +0200
-
-pve-manager (2.2-17) unstable; urgency=low
-
-  * add snapshot support to GUI
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Sep 2012 12:05:34 +0200
-
-pve-manager (2.1-16) unstable; urgency=low
-
-  * vzrestore: allow --storage option
-  
-  * fix bug 178: correctly verify if VMID is already used
-  
-  * GUI: allow to select SCSI disks when creating VMs (booting from SCSI
-    disks works again)
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 05 Sep 2012 08:04:28 +0200
-
-pve-manager (2.1-15) unstable; urgency=low
-
-  * Slovenian translation (thanks to Dojan Borstnar)
-  
-  * new option to select SCSI controller hardware
-  
-  * add SATA to GUI
-  
- -- Proxmox Support Team <support@proxmox.com>  Wed, 29 Aug 2012 07:15:54 +0200
-
-pve-manager (2.1-14) unstable; urgency=low
-
-  * fix startup ordering
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 07 Aug 2012 09:20:01 +0200
-
-pve-manager (2.1-13) unstable; urgency=low
-
-  * update Danish translation
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 26 Jul 2012 14:24:27 +0200
-
-pve-manager (2.1-12) unstable; urgency=low
-
-  * pvestatd: use QMP to query detailed blockstats from KVM
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Jul 2012 09:36:54 +0200
-
-pve-manager (2.1-11) unstable; urgency=low
-
-  * added Polish translation
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 28 Jun 2012 06:55:34 +0200
-
-pve-manager (2.1-10) unstable; urgency=low
-
-  * add Catalan translation
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Jun 2012 07:02:24 +0200
-
-pve-manager (2.1-9) unstable; urgency=low
-
-  * use numeric sorting in startall
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Jun 2012 06:16:06 +0200
-
-pve-manager (2.1-8) unstable; urgency=low
-
-  * also list pools with VM.Allocate permissions
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 30 May 2012 11:20:45 +0200
-
-pve-manager (2.1-7) unstable; urgency=low
-
-  * fix vzdump --exclude-path (allow to read value from vzdump.conf)
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 30 May 2012 07:24:30 +0200
-
-pve-manager (2.1-6) unstable; urgency=low
-
-  * include Danish translation
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 29 May 2012 07:24:41 +0200
-
-pve-manager (2.1-5) unstable; urgency=low
-
-  * fixes for new pve-access-control (Auth plugins).
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 22 May 2012 10:49:37 +0200
-
-pve-manager (2.1-4) unstable; urgency=low
-
-  * updated russian translation
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 21 May 2012 07:46:39 +0200
-
-pve-manager (2.1-3) unstable; urgency=low
-
-  * fix vzdump parameter parser (allow --stdout)
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 02 May 2012 11:12:56 +0200
-
-pve-manager (2.1-2) unstable; urgency=low
-
-  * set apache directory access options for all used dirs
-  
- -- Proxmox Support Team <support@proxmox.com>  Mon, 30 Apr 2012 11:00:49 +0200
-
-pve-manager (2.1-1) unstable; urgency=low
-
-  * added Turkish translation
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 26 Apr 2012 06:16:55 +0200
-
-pve-manager (2.0-64) unstable; urgency=low
-
-  * fix bug #179: set default button 'no' for dangerous actions, use
-  warning icon for such actions
-  
-  * fix bug #177: allow memory up to 512GB
-  
-  * fix bug #174: add cpuunits to KVM options
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 24 Apr 2012 08:09:23 +0200
-
-pve-manager (2.0-63) unstable; urgency=low
-
-  * fix bug 128: implement pvectl startall/stopall
-  
-  * fix bug 171: activate storage before starting containers
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 18 Apr 2012 10:02:54 +0200
-
-pve-manager (2.0-62) unstable; urgency=low
-
-  * fix bug #115: simplify GUI for users without permissions.
-  
-  * update Italian translation
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Apr 2012 10:37:05 +0200
-
-pve-manager (2.0-61) unstable; urgency=low
-
-  * add Italian translation
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 16 Apr 2012 10:10:02 +0200
-
-pve-manager (2.0-59) unstable; urgency=low
-
-  * fix bug 158: move openvz scripts inside ocf resource agent
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 12 Apr 2012 11:04:38 +0200
-
-pve-manager (2.0-58) unstable; urgency=low
-
-  * fix bug #141: allow to create backup job without compression
-  
-  * expose directsync drive cache option
-  
-  * add Turkish keyboard layout
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Apr 2012 08:38:59 +0200
-
-pve-manager (2.0-57) unstable; urgency=low
-
-  * fix support urls
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 05 Apr 2012 11:40:03 +0200
-
-pve-manager (2.0-56) unstable; urgency=low
-
-  * added Russian translation
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 05 Apr 2012 08:18:58 +0200
-
-pve-manager (2.0-55) unstable; urgency=low
-
-  * fix bug #135: allow single letter 'dns-name', allow to start names
-    with numbers
-  
-  * fix bug #137: API change! Return node name using 'node' property.
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 02 Apr 2012 12:13:33 +0200
-
-pve-manager (2.0-54) unstable; urgency=low
-
-  * use /etc/subscription to store subscription key
-  
-  * use http_proxy settings for subscription updates
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Mar 2012 11:13:35 +0200
-
-pve-manager (2.0-53) unstable; urgency=low
-
-  * fix bug #117: automatically add domain to hostname when creating
-    openvz containers.
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Mar 2012 10:19:57 +0200
-
-pve-manager (2.0-52) unstable; urgency=low
-
-  * fix Subscription code
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Mar 2012 09:32:32 +0200
-
-pve-manager (2.0-51) unstable; urgency=low
-
-  * fix bug #55: add Migrate and Stop to context menu
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Mar 2012 13:12:19 +0200
-
-pve-manager (2.0-50) unstable; urgency=low
-
-  * kvm network: allow to configure VLAN Id on the GUI
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Mar 2012 07:11:55 +0200
-
-pve-manager (2.0-49) unstable; urgency=low
-
-  * improve HA task display
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Mar 2012 12:35:00 +0200
-
-pve-manager (2.0-48) unstable; urgency=low
-
-  * fix bug #97: execute 'clusvcadm' commands for HA managed CTs
-  
- -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Mar 2012 10:59:33 +0200
-
-pve-manager (2.0-47) unstable; urgency=low
-
-  * fix bug 114: do not display 'nothing selected' after logout
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Mar 2012 13:28:09 +0200
-
-pve-manager (2.0-46) unstable; urgency=low
-
-  * code cleanups
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Mar 2012 10:38:33 +0200
-
-pve-manager (2.0-45) unstable; urgency=low
-
-  * fix bug 124: correctly return maxfiles flag
-  
-  * vzdump: use storage 'local' as default backup target (instead of using
-    Openvz dump directory settings)
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Mar 2012 12:36:15 +0100
-
-pve-manager (2.0-44) unstable; urgency=low
-
-  * Disable automatic file removal on 'Backup now'
-  
-  * Option 'maxfiles' is now a storage option (to specify the maximal
-    number of allowed backups per VM)
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Mar 2012 10:03:23 +0100
-
-pve-manager (2.0-43) unstable; urgency=low
-
-  * vzdump: do not use tar flag --ignore-failed-read
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 21 Mar 2012 06:42:07 +0100
-
-pve-manager (2.0-42) unstable; urgency=low
-
-  * use Digest::SHA instead of Digest::SHA1
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 20 Mar 2012 12:33:19 +0100
-
-pve-manager (2.0-41) unstable; urgency=low
-
-  * add Chinese translation
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 15 Mar 2012 10:51:11 +0100
-
-pve-manager (2.0-40) unstable; urgency=low
-
-  * fix bug 22: correctly display openvz swap usage
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 14 Mar 2012 16:00:32 +0100
-
-pve-manager (2.0-39) unstable; urgency=low
-
-  * add Spanish translation
-  
-  * Do not allow to select SCSI inside the VM creation wizard, 
-  because booting from SCSI does not work with current kvm version
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Mar 2012 10:49:12 +0100
-
-pve-manager (2.0-38) unstable; urgency=low
-
-  * fix bug 101: vzdump use run_command to avoid locale errors
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 01 Mar 2012 10:45:40 +0100
-
-pve-manager (2.0-37) unstable; urgency=low
-
-  * updated fr translation
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 29 Feb 2012 12:37:29 +0100
-
-pve-manager (2.0-36) unstable; urgency=low
-
-  * cleanup and fix openvz vswap handling
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 29 Feb 2012 09:20:58 +0100
-
-pve-manager (2.0-35) unstable; urgency=low
-
-  * avoid warning in pvestatd for containers with old config files
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 27 Feb 2012 11:37:48 +0100
-
-pve-manager (2.0-34) unstable; urgency=low
-
-  * add Swedish keyboard layout
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 27 Feb 2012 09:51:19 +0100
-
-pve-manager (2.0-33) unstable; urgency=low
-
-  * fix file upload permission checks
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Feb 2012 09:14:05 +0100
-
-pve-manager (2.0-32) unstable; urgency=low
-
-  * added French translation
-  
-  * expose all ne CPU models on the GUI
-  
-  * skip fuzzy translations (avoid wrong translation on GUI)
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Feb 2012 07:23:21 +0100
-
-pve-manager (2.0-31) unstable; urgency=low
-
-  * add template download GUI
-  
-  * include turnkey appliances in download list.
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Feb 2012 11:45:07 +0100
-
-pve-manager (2.0-30) unstable; urgency=low
-
-  * add unmount button to openvz GUI
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Feb 2012 10:11:13 +0100
-
-pve-manager (2.0-29) unstable; urgency=low
-
-  * fix datacenter options GUI
-  
-  * fix German translation
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Feb 2012 06:52:32 +0100
-
-pve-manager (2.0-28) unstable; urgency=low
-
-  * another fix for vnc shell to nodes
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 17 Feb 2012 06:06:55 +0100
-
-pve-manager (2.0-27) unstable; urgency=low
-
-  * fix vnc shell to nodes
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 16 Feb 2012 08:21:00 +0100
-
-pve-manager (2.0-26) unstable; urgency=low
-
-  * fix bug #1: allow to use iscsi devices directly
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 15 Feb 2012 10:54:50 +0100
-
-pve-manager (2.0-25) unstable; urgency=low
-
-  * pveversion: display status of resource-agents-pve and fence-agents-pve
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 14 Feb 2012 12:57:11 +0100
-
-pve-manager (2.0-24) unstable; urgency=low
-
-  * fix log viewer (correctly refresh display)
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 14 Feb 2012 09:01:07 +0100
-
-pve-manager (2.0-23) unstable; urgency=low
-
-  * fix openvz live migration
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 13 Feb 2012 09:28:25 +0100
-
-pve-manager (2.0-22) unstable; urgency=low
-
-  * fix lint errors
-  
-  * fix compression selector
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 10 Feb 2012 12:26:39 +0100
-
-pve-manager (2.0-21) unstable; urgency=low
-
-  * fix postinst script (write correct /root/.forward)
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 10 Feb 2012 11:13:58 +0100
-
-pve-manager (2.0-20) unstable; urgency=low
-
-  * improve user management
-  
-  * implement permission checks
-  
-  * improve backup GUI (allow to select lzo/gzip)
-
-  * add pools to resource list
-  
-  * fix bug #85: allow root@pam to generate tickets for other users
-
-  * fix bug #86: correctly decode cookie
-  
- -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Jan 2012 06:36:23 +0100
-
-pve-manager (2.0-19) unstable; urgency=low
-
-  * depend on resource-agents-pve
-  
-  * depend on fence-agents-pve
-  
-  * fix Danish kvm keyboard name (use 'da' instead of 'dk')
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 09 Jan 2012 10:13:00 +0100
-
-pve-manager (2.0-18) unstable; urgency=low
-
-  * add Datacenter summary
-  
-  * use NFS version 3 by default when creating a new NFS storage.
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Dec 2011 10:39:34 +0100
-
-pve-manager (2.0-17) unstable; urgency=low
-
-  * new HA configuration panel
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Dec 2011 14:00:22 +0100
-
-pve-manager (2.0-16) unstable; urgency=low
-
-  * improve OpenVZ API (impl. shutdown)
-  
-  * improve HA resource agent
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 15 Dec 2011 13:48:39 +0100
-
-pve-manager (2.0-15) unstable; urgency=low
-
-  * add HA resource agent
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 13 Dec 2011 10:18:20 +0100
-
-pve-manager (2.0-14) unstable; urgency=low
-
-  * add Japanese translation (many thanks to Koichi!)
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 08 Dec 2011 11:11:25 +0100
-
-pve-manager (2.0-13) unstable; urgency=low
-
-  * implemente openvz migration ('pvectl migrate')
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Dec 2011 10:37:28 +0100
-
-pve-manager (2.0-12) unstable; urgency=low
-
-  * minor bug fixes
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Nov 2011 10:12:20 +0100
-
-pve-manager (2.0-11) unstable; urgency=low
-
-  * start i18n support
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 25 Nov 2011 09:23:00 +0100
-
-pve-manager (2.0-10) unstable; urgency=low
-
-  * add context menus
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 14 Nov 2011 12:46:44 +0100
-
-pve-manager (2.0-9) unstable; urgency=low
-
-  * improved GUI
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 11 Nov 2011 13:42:04 +0100
-
-pve-manager (2.0-8) unstable; urgency=low
-
-  * implement vzdump and backup/restore GUI
-  
-  * implement qemu monitor
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Nov 2011 09:58:56 +0100
-
-pve-manager (2.0-7) unstable; urgency=low
-
-  * imlement openvz GUI 
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 07 Oct 2011 13:56:03 +0200
-
-pve-manager (2.0-6) unstable; urgency=low
-
-  * implemented openvz vnc console
-  
-  * fix bug #4, #5, #6 and #8
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 05 Oct 2011 10:52:53 +0200
-
-pve-manager (2.0-5) unstable; urgency=low
-
-  * implemented openvz create wizard
-  
-  * avoid error in dpkg triggers
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 04 Oct 2011 07:03:50 +0200
-
-pve-manager (2.0-4) unstable; urgency=low
-
-  * fixes in pvestatd
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 05 Aug 2011 08:56:07 +0200
-
-pve-manager (2.0-3) unstable; urgency=low
-
-  * implemented storage configuration interface
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 29 Jul 2011 08:59:14 +0200
-
-pve-manager (2.0-2) unstable; urgency=low
-
-  * fix console size
-  
-  * fix dns network editor
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 27 Jun 2011 12:39:18 +0200
-
-pve-manager (2.0-1) unstable; urgency=low
-
-  * prototype for 2.0
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Feb 2010 10:17:25 +0100
-
-pve-manager (1.5-7) unstable; urgency=low
-
-  * correctly display cpu usage and avoid warning about undefined values.
-
-  * display 'used' bytes in storage browser.
-  
- -- Proxmox Support Team <support@proxmox.com>  Thu, 11 Feb 2010 10:30:14 +0100
-
-pve-manager (1.5-6) unstable; urgency=low
-
-  * correctly display uptime for kernel 2.6.18
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 08 Feb 2010 14:22:10 +0100
-
-pve-manager (1.5-5) unstable; urgency=low
-
-  * updated russian translation
-
-  * updated japanese translation
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 15 Jan 2010 10:18:58 +0100
-
-pve-manager (1.5-4) unstable; urgency=low
-
-  * fix small bug in template list
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Jan 2010 14:40:12 +0100
-
-pve-manager (1.5-3) unstable; urgency=low
-
-  * updated appliance template list
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Jan 2010 10:22:24 +0100
-
-pve-manager (1.5-2) unstable; urgency=low
-
-  * add CPUs settings for OpenVZ (work now withe kernel 2.6.18)
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 12 Jan 2010 09:42:08 +0100
-
-pve-manager (1.5-1) unstable; urgency=low
-
-  * updated vietnamese translations
-  
-  * show all bridges (0-999) when creating KVM VMs
-
-  * show all installed pve kernels with pveversion
-  
- -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Dec 2009 09:52:36 +0100
-
-pve-manager (1.4-10) unstable; urgency=low
-
-  * updated brasilian translation
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 02 Nov 2009 12:04:02 +0100
-
-pve-manager (1.4-9) unstable; urgency=low
-
-  * minor GUI updates
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Oct 2009 09:41:26 +0200
-
-pve-manager (1.4-8) unstable; urgency=low
-
-  * updated italian translation
-  
-  * list backup files on web interface
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 08 Oct 2009 13:36:52 +0200
-
-pve-manager (1.4-7) unstable; urgency=low
-
-  * separate page/memu for ISO uploads (for new storage model)
-  
-  * fix pveversion bug
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 07 Oct 2009 13:10:30 +0200
-
-pve-manager (1.4-6) unstable; urgency=low
-
-  * support new storage model for backup configuration
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 21 Sep 2009 12:54:55 +0200
-
-pve-manager (1.4-5) unstable; urgency=low
-
-  * updated Vietnamese translations 
-  
-  * support up to 1000 bridges
-  
-  *  avoid excessive logs in pevtunnel
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Sep 2009 10:34:31 +0200
-
-pve-manager (1.4-4) unstable; urgency=low
-
-  * updated Vietnamese translations 
-
-  * fix SOAP serializer bug 
-  
- -- Proxmox Support Team <support@proxmox.com>  Thu, 17 Sep 2009 13:07:39 +0200
-
-pve-manager (1.4-3) unstable; urgency=low
-
-  * added Vietnamese and Polish translations 
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 16 Sep 2009 11:05:31 +0200
-
-pve-manager (1.4-2) unstable; urgency=low
-
-  * support new socket/cores feature
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 15 Sep 2009 11:48:32 +0200
-
-pve-manager (1.4-1) unstable; urgency=low
-
-  * use new storage manager framework
-  
-  * implemented SOAP authentication framework (use tickets)
-
-  * depend on libterm-readline-gnu-perl
-  
- -- Proxmox Support Team <support@proxmox.com>  Fri, 03 Jul 2009 14:44:30 +0200
-
-pve-manager (1.3-1) unstable; urgency=low
-
-  * recompile for 1.3
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Jun 2009 14:26:25 +0200
-
-pve-manager (1.2-2) unstable; urgency=low
-
-  * depend on  netcat-traditional, conflict with netcat-openbsd
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 13 May 2009 10:13:11 +0200
-
-pve-manager (1.2-1) unstable; urgency=low
-
-  * prepare for debian lenny
-  
-  * move /var/www/* to /usr/share/pve-manager/*
-  
-  * use externale libjs-prototype library
-  
-  * remove NoCachePNG.pm (we do not use it)
-  
-  * use 'configure' instead of hardcoded paths in makefile
-  
-  * pve.conf.in - substitute paths with configure 
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 24 Apr 2009 08:07:53 +0200
-
-pve-manager (1.1-4) unstable; urgency=low
-
-  * add 'stardate' option for kvm
-
- -- Proxmox Support Team <support@proxmox.com>  Mon,  2 Feb 2009 09:51:40 +0100
-
-pve-manager (1.1-3) unstable; urgency=low
-
-  * set max memory to 64GB
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Jan 2009 08:18:53 +0100
-
-pve-manager (1.1-1) unstable; urgency=low
-
-  * do not start container when setting passwords
-
-  *  Avoids ghost tasks when PIDs are recycled
-  
-  * logfile viewer: filter some terminal escape codes
-  
- -- Proxmox Support Team <support@proxmox.com>  Mon, 12 Jan 2009 13:03:17 +0100
-
-pve-manager (1.0-11) unstable; urgency=low
-
-  * added chinese translation
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 18 Dec 2008 09:31:45 +0100
-
-pve-manager (1.0-10) unstable; urgency=low
-
-  * fix broken vznetaddbr script
-
- -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Nov 2008 12:50:50 +0100
-
-pve-manager (1.0-9) unstable; urgency=low
-
-  * fix shell metacharacter problem
-  
-  * new vznetaddbr script
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 19 Nov 2008 12:53:18 +0100
-
-pve-manager (1.0-8) unstable; urgency=low
-
-  * fix RFB protocol problems
-
- -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Nov 2008 13:16:54 +0100
-
-pve-manager (1.0-7) unstable; urgency=low
-
-  * small fixes
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 11 Nov 2008 11:04:22 +0100
-
-pve-manager (1.0-1) unstable; urgency=low
-
-  * many update, bug fixes, new languages
-
- -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Oct 2008 10:58:58 +0200
-
-pve-manager (0.9-4) unstable; urgency=low
-
-  * updates for new kvm, bug fixes
-
- -- Proxmox Support Team <support@proxmox.com>  Tue, 22 Jul 2008 10:23:10 +0200
-
-pve-manager (0.9-1) unstable; urgency=low
-
-  * initial import
-
- -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Nov 2007 13:15:54 +0100
-
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/conffiles b/debian/conffiles
deleted file mode 100644 (file)
index d2f9371..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/etc/init.d/pve-manager
-/etc/init.d/pvedaemon
-/etc/init.d/pveproxy
-/etc/init.d/spiceproxy
-/etc/init.d/pvestatd
-/etc/vzdump.conf
-/etc/logrotate.d/pve
-/etc/apt/apt.conf.d/75pveconf
-/etc/apt/sources.list.d/pve-enterprise.list
-/etc/network/if-up.d/mtu
-/etc/network/if-pre-up.d/vlan
-/etc/network/if-post-down.d/vlan
-/etc/network/if-up.d/bridgevlan
-/etc/network/if-up.d/bridgevlanport
-/etc/modprobe.d/pve-blacklist.conf
index 2fbfa65a8ec398179df5d863b46d9765c897ba24..91226c55131441b3d43047bfe22349501bba21d9 100644 (file)
@@ -1,3 +1,9 @@
+Source: @PACKAGE@
+Section: admin
+Priority: optional
+Build-Depends: liblocale-po-perl
+Maintainer: Proxmox Support Team <support@proxmox.com>
+
 Package: @PACKAGE@
 Version: @VERSION@-@PACKAGERELEASE@
 Section: admin
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..3f06ae0
--- /dev/null
@@ -0,0 +1,69 @@
+Copyright (C) 2010-2014 Proxmox Server Solutions GmbH
+
+This software is written by Proxmox Server Solutions GmbH <support@proxmox.com>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+-------------
+
+Ext JS - JavaScript Library
+Copyright (c) 2006-2011, Sencha Inc.
+All rights reserved.
+licensing@sencha.com
+
+http://www.sencha.com/license
+
+Open Source License
+----------------------------------------------------------------------------
+This version of Ext JS is licensed under the terms of the 
+Open Source GPL 3.0 license. 
+
+http://www.gnu.org/licenses/gpl.html (/usr/share/common-licenses/GPL-3) 
+
+There are several FLOSS exceptions available for use with this release for
+open source applications that are distributed under a license other than GPL.
+
+* Open Source License Exception for Applications
+
+  http://www.sencha.com/products/floss-exception.php
+
+* Open Source License Exception for Development
+
+  http://www.sencha.com/products/ux-exception.php
+
+------------------------------
+
+Bootstrap html framework:
+
+The MIT License (MIT)
+
+Copyright (c) 2011-2014 Twitter, Inc
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
\ No newline at end of file
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..8696672
--- /dev/null
@@ -0,0 +1 @@
+debian/SOURCE
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..b9eb7da
--- /dev/null
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+override_dh_compress:
+       dh_compress -Xaplinfo.dat
+
+override_dh_strip_nondeterminism:
+       dh_strip_nondeterminism -X.png
+
+override_dh_fixperms:
+       dh_fixperms
+       find debian -name 'pvemailforward' -exec chmod 2755 {} +
+       find debian -name 'pvemailforward' -exec chown root:www-data {} +
+       find debian -type d -name 'pveproxy' -exec chown www-data:www-data {} +
+       find debian -type d -name 'pveproxy' -exec chmod 700 {} +
+
+%:
+       dh $@