]> git.proxmox.com Git - pve-manager.git/blame - debian/changelog
add missing '-' to service name pattern
[pve-manager.git] / debian / changelog
CommitLineData
48c8c086
WB
1pve-manager (5.0-26) unstable; urgency=medium
2
3 * Close #1268: Show migration start server and migration end server
4
5 * various GUI usability improvements
6
7 * pveceph: added createmgr & destroymgr command
8
9 * pveceph: creating a monitor now also creates a standard manager if not
10 already present
11
f49b4beb
WB
12 * pveceph: monitor and manager names now default to the node name rather
13 than numeric IDs.
14
48c8c086
WB
15 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Jul 2017 15:37:35 +0200
16
aa44a5a8
WB
17pve-manager (5.0-25) unstable; urgency=medium
18
19 * Update ceph ui to use the restructured data format of ceph luminous 12.1.1
20 Older ceph versions are no longer be supported by the UI.
21
22 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2017 16:15:20 +0200
23
a58dc7f3
WB
24pve-manager (5.0-24) unstable; urgency=medium
25
26 * Fix #1450: re-enable setgid bit on pvemailforward
27
28 * Fix GUI issues with editing mount points which reside on storages
29 for which the rootfs storage type has been removed.
30
31 * Fix GUI issues when editing bind mounts for containers.
32
33 * Fix OSD count display issue in the ceph dashboard.
34
35 * Move OS type selection to after the installation medium selection in the
36 VM creation wizard.
37
38 * Fix 'pveceph createosd' to not to default to bluestore on newer ceph
39 versions. (It has a --bluestore option after all.)
40
41 * Added an informative empty-text when editing a container's DNS section.
42
43 * remove old CA entry for enterprise repository, not required anymore
44
45 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Jul 2017 12:42:19 +0200
46
9795f744
DM
47pve-manager (5.0-23) unstable; urgency=medium
48
49 * add certificate authority for enterprise repository
50
51 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Jul 2017 11:50:24 +0200
52
dc4512ec
DM
53pve-manager (5.0-22) unstable; urgency=medium
54
55 * update lxc template list (aplinfo.dat)
56
57 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Jul 2017 08:18:30 +0200
58
2c074614
DM
59pve-manager (5.0-21) unstable; urgency=medium
60
61 * update lxc template list (aplinfo.dat)
62
63 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Jul 2017 16:08:10 +0200
64
d136f4ad
DM
65pve-manager (5.0-20) unstable; urgency=medium
66
67 * update german and italian translations
68
69 * pvesr: allow schedule now from CLI
70
71 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Jun 2017 11:18:46 +0200
72
ee86f19f
DM
73pve-manager (5.0-19) unstable; urgency=medium
74
75 * pvesr status: handle disabled jobs
76
77 * replication; merge status and status text
78
79 * replication: show disabled jobs and allow enabling/disabling
80
81 * Revert "add beta text with link to bugtracker"
82
83 * replication: adapt help buttons reference
84
85 * Add Help Button for Backup Modal Windows
86
87 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jun 2017 12:01:46 +0200
88
74f644b7
WB
89pve-manager (5.0-18) unstable; urgency=medium
90
91 * replication: fix issue when creating jobs for VMs on different cluster
92 nodes
93
94 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 14:23:30 +0200
95
e9ac350d
DM
96pve-manager (5.0-17) unstable; urgency=medium
97
98 * replication GUI: add schedule now button
99
100 * gui: drop cirrus from the GUI
101
102 * replication: improve schedule format example
103
104 * Add a checkbox 'Skip replication'
105
106 * ceph: keys: add mgr allow * to client.admin
107
108 * pveceph: createosd: allow to create bluestore OSDs
109
110 * pveceph: init: add min_size, change default to 3/2
111
112 * PVE/API2/Replication.pm: call purge_old_states in run_jobs
113
114 * replication/ui: improve wording for job removal
115
116 * replication: refuse to create jobs with nothing to do
117
118 * ceph: init: allow pool deletion by default
119
120 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 13:34:21 +0200
121
224c78da
DM
122pve-manager (5.0-16) unstable; urgency=medium
123
124 * fix lxc hostname input window
125
126 * fix reselection on vm/ct migrate in gu
127
128 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jun 2017 13:03:00 +0200
129
75d71d4e
DM
130pve-manager (5.0-15) unstable; urgency=medium
131
132 * pvesr.timer: set AccuracySec=1
133
134 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jun 2017 11:43:31 +0200
135
6b562b3d
DM
136pve-manager (5.0-14) unstable; urgency=medium
137
138 * add systemd timer unit to trigger pvesr run
139
140 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jun 2017 10:48:20 +0200
141
7d63c83c
DM
142pve-manager (5.0-13) unstable; urgency=medium
143
144 * fix regression in gui when migrating guests
145
146 * show resume button when qmpstatus is 'suspended'
147
148 * add initramfs conf snippet disabling RESUME
149
150 * better default column sizes for replication grid
151
152 * change default replication status text to 'OK'
153
154 * change short duration format to x.y
155
156 * add replication to stateprovider dictionary
157
158 * use git rev-parse for repoid
159
160 * better Status description for jobs which are about to be run
161
162 * use also a 150 pix width for Date in LXC Snapshot Tree
163
164 * fix LXC Snapshots Edit Window timestamps
165
166 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 12:27:55 +0200
167
068d1c34
DM
168pve-manager (5.0-12) unstable; urgency=medium
169
170 * OSD: rename 'remove' to 'destroy'
171
172 * pvereport: improve output and add timeouts to commands
173
174 * PVE/API2/Replication.pm: add $verbose parameter run_jobs()
175
176 * update default aplinfo.dat
177
178 * use 'any' for build architecture
179
180 * fix #1414: use table layout instead of columns
181
182 * add replication GUI
183
184 * Fix #1372: require manually entering the Ceph Pool id before destroying
185 a pool
186
187 * Adapt SafeDestroy component to be able to delete Ceph Pools
188
189 * implement digest checking for ReplicationConfig update
190
191 * implement pvesr set_state
192
193 * GUI: don't translate NDP
194
195 * german translation update
196
197 * italian translation update
198
199 * translate params in bulk migrate window
200
201 * change to debians font-awesome package
202
203 * mark node shutdown/reboot buttons as dangerous
204
205 * explicit set button focus respecting the 'dangerous' option
206
207 * removed PVE/Replication.pm (moved to pve-guest-common)
208
209 * use new replication helpers from pve-guest-common
210
211 * change from dpkg-deb to dpkg-buildpackage
212
213 * do not let www-data own the static js/html files
214
215 * make language js files consistent (fix sorting)
216
217 * add SOURCE_DATE_EPOCH to Makefile
218
219 * Add force parameter for delete replica job
220
221 * fix #1389: vzdump: handle storage failure in new()
222
223 * show hostpci devices in gui
224
225 * show usb devices in qemu hardware view
226
227 * fix #1385: display no rbd user by default
228
229 * use physical NIC regexp
230
231 * replication code improvements
232
233 * PVE::API2::Tasks - use PVE::Tools::dump_logfile
234
235 * mobilegui: fix title with perl template
236
237 * add defaultButton to loginWindow
238
239 * add defaultButton and focus to snapshot window
240
241 * add override for correct defaultButton behaviour
242
243 * remove "read-only" option from container root disk
244
245 * fix #1400: do not use defaultButton in NotesEdit window
246
247 * allow width and height parameter for vncshell
248
249 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 09:31:34 +0200
250
b7a20a34
DM
251pve-manager (5.0-11) unstable; urgency=medium
252
253 * add basic replication framework and API
254
255 * pvesr: new CLI tool for replication
256
257 * implement regression tests for replication code
258
259 * PVE::API2Tools::resolve_proxyto - new helper
260
261 * Fix #1386: track postfix daemon status via postfix@-
262
263 * optimize resourcestore, add suspend/resume events to updateTree
264
265 * Make a new systemd target pve-storage
266
267 * ceph: init: add optional disable_cephx option
268
269 * ceph: init: remove filestore xattr use omap
270
271 * fix #1359: change to vm when double clicking in pool member view
272
273 -- Proxmox Support Team <support@proxmox.com> Wed, 31 May 2017 09:38:17 +0200
274
786da0da
DM
275pve-manager (5.0-10) unstable; urgency=medium
276
277 * PVE/APLInfo.pm: avoid locale specific time stamps
278
279 * vzdump: do not generate locale specific time stamps
280
281 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Apr 2017 07:45:46 +0200
282
679553c6
WB
283pve-manager (5.0-9) unstable; urgency=medium
284
285 * update cpuset rebalance code for new libpve-common-perl package
286
287 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Apr 2017 12:19:58 +0200
288
7dae2378
DM
289pve-manager (5.0-8) unstable; urgency=medium
290
291 * filter templates in bulk start/stop
292
293 * add skylake to cpu types
294
295 * set default focus and default button for edit window
296
297 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Apr 2017 06:25:00 +0200
298
da1175c9
DM
299pve-manager (5.0-7) unstable; urgency=medium
300
301 * move qemu reset button into shutdown menu
302
303 * add a 'convert to template' in the vm action bar
304
305 * add right-click menu for nodes
306
307 * highlight errors in grids
308
309 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Apr 2017 15:20:06 +0200
310
5317055a
FG
311pve-manager (5.0-6) unstable; urgency=medium
312
313 * update japanese translation
314
315 * ceph: allow higher replication levels than 3/3
316
317 * ceph: change default GUI replication level to 3/2
318
319 * fix #1317: check wizard form also on validitychange
320
321 * fix start on boot
322
323 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Apr 2017 16:23:11 +0200
324
22d7548f
FG
325pve-manager (5.0-5) unstable; urgency=medium
326
327 * update pve-enterprise repository URL
328
329 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Mar 2017 10:52:24 +0100
330
273a9671
FG
331pve-manager (5.0-4) unstable; urgency=medium
332
333 * fix #1307: dont use language dependent separator in gui
334
335 * add beta text with link to bugtracker
336
337 * pveceph: create default keys when creating monitor
338
339 * pveceph: use luminous by default
340
341 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Mar 2017 13:39:02 +0100
342
19185506
DM
343pve-manager (5.0-3) unstable; urgency=medium
344
345 * use 'U' to encode undefined values for RRD graphs
346
347 * remove backup locks when starting all VMs on boot
348
349 * get_filtered_vmlist: save VM conf in own subhash
350
351 * include also HA VMs if a vm list is explicit specified
352
353 * VMSelctor: add HA state and allow to filter with it
354
355 * PVEResource store: respect defaulValue of elements
356
357 * update sources.list to stretch
358
359 * APT: update packages and package names
360
361 * Fix #1305: typo
362
363 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Mar 2017 12:12:16 +0100
364
8f5d98e4
DM
365pve-manager (5.0-2) unstable; urgency=medium
366
367 * control.in: change description to avoid lintian warning
368
369 * depend on libc6 to avoid lintian error
370
371 * pveproxy: do not serve /usr/share/vncterm - no longer required
372
373 * install lintian overrides file
374
375 -- root <root@lola.maurer-it.com> Tue, 14 Mar 2017 07:56:29 +0100
376
03be1711
WB
377pve-manager (5.0-1) unstable; urgency=medium
378
379 * bump version for stretch
380
381 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 14:23:27 +0100
382
32e10377
WB
383pve-manager (4.4-13) unstable; urgency=medium
384
385 * fix #1299: sort pools in pool selector by default
386 * fix #306: add email address field to backup-now window
387
388 * added a clone button to the VM toolbar
389
390 * change rendering of timestamps where no sorting is required
391
392 * drop net-tools dependency, use iproute2 instead
393
394 * handle references to deleted storages better
395
396 * influxdb plugins: send nodename when updating CT/VM status
397
398 * minor UI improvements:
399 - clone: use an empty-text to show the meaning of an empty storage field
400 - don't try to translate paths such as '/dev/console'
401 - don't try to translate common terms/abbreviations such as 'USB'
402 - add a css fix for chrome >= 56
403 - fix not having a node selected showing a 'Node seems to be offline' error
404
405 * correctly pass 'nowritecache' for zfs storages
406
407 * fix hangs with ceph.target and our ceph.service file with ceph >= 10.2.6
408
409 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 12:46:43 +0100
410
7965e09f
FG
411pve-manager (4.4-12) unstable; urgency=medium
412
413 * REST/RPCEnvironment's check_worker is a method now
414
415 * spiceproxy: import PVE::SafeSyslog
416
417 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Jan 2017 10:54:56 +0100
418
a7157188
DM
419pve-manager (4.4-11) unstable; urgency=medium
420
421 * depend on libjs-extjs
422
423 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Jan 2017 09:22:34 +0100
424
425pve-manager (4.4-10) unstable; urgency=medium
9a91a41c
FG
426
427 * do no translate ha states
428
429 * Use the enabled/disabled toggler to render grid options
430
431 * Add new renderer function for toggling enabled/disabled options
432
433 * Remove technical terms from content to be translated
434
435 * Move VZDump base plugin to libpve-common-guest-perl
436
437 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jan 2017 09:37:47 +0100
438
0f31ba29
DM
439pve-manager (4.4-9) unstable; urgency=medium
440
441 * use new PVE::Storage::check_volume_access()
442
443 * pvestatd.pm: corretly use new RPCEnvironment
444
445 * pveproxy: do not expose /pve2/js/ (no longer required)
446
447 * Remove redundant helper for login window
448
449 * Do not try to translate domain specific terms
450
451 * remove reference to PVE.ConsoleWorkspace
452
453 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Jan 2017 09:22:51 +0100
454
5ed88bcc
DM
455pve-manager (4.4-8) unstable; urgency=medium
456
457 * use new libpve-http-server-perl package
458
459 * remove www/bootstrap completely (now in pve-http-server)
460
461 * HTTPServer.pm: rewrite rest_handler (simplify code)
462
463 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jan 2017 18:42:44 +0100
464
f8a72337
FG
465pve-manager (4.4-7) unstable; urgency=medium
466
467 * disable autoselect of targetstorage
468
469 * fix CSRF token generation (broke in 4.4-6)
470
471 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Jan 2017 11:00:00 +0100
472
d3c0bf7b
DM
473pve-manager (4.4-6) unstable; urgency=medium
474
475 * add setup_environment hooks to CLIHandler classes
476
477 * remove obsolete PVE::REST class
478
479 * bin/Makefile: export PERLLIB=.. so that doc generator works correctly
480
481 * HTTPServer.pm: cleanups
482
483 * Clone GUI: cleanups
484
485 * add sort to jsgettext.pl
486
487 * update po files, updated german translation
488
489 * add type column to storage content view
490
491 * check general health for ceph monitors, not only time
492
493 * fix #1247: disregard timecheck for one monitor
494
495 * disable submit button in migrate window when not valid
496
497 * make filtered columns in grid more prominent
498
499 * change Start/Stop/Migrate all to Bulk actions
500
501 * show only relevant vms in bulk action window
502
503 * add vmid filter to (start/stop/migrate)all
504
505 * ha: re-add node to service status
506
507 * remove not needed vnc code
508
509 * remove vznet.conf
510
511 * Reload the Ceph OSDTree afer adding an OSD
512
513 * fix #1230: add blocksize for ZFSPoolPlugin
514
515 * Clone.js: add onlineHelp
516
517 * HA: Add a warning/info message for HA setups < 3 votes fix: #1228
518
519 * remove PVE::API2Client class and related examples
520
521 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Jan 2017 14:23:42 +0100
522
96bcc111
DM
523pve-manager (4.4-5) unstable; urgency=medium
524
525 * add unpriviledged flag to container restore window
526
527 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Dec 2016 11:29:31 +0100
528
a2cb8e52
DM
529pve-manager (4.4-4) unstable; urgency=medium
530
531 * pveceph: change remove partition order, fix parsing block device
532
533 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Dec 2016 12:28:03 +0100
534
e754ce46
DM
535pve-manager (4.4-3) unstable; urgency=medium
536
537 * support ceph jewel
538
539 * do not hide ceph on dashboard if the api call fails
540
541 * add filter to dashboard storage graph
542
543 * add a storage selection in the settings window
544
545 * load the diffstore on init
546
547 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Dec 2016 12:02:18 +0100
548
673c70ff
DM
549pve-manager (4.4-2) unstable; urgency=medium
550
551 * rebalance_lxc_containers: avoid repeated warnings if rebalance fail
552
553 * ebalance_lxc_containers: make it work with new lxc/<ID>/ns subgroup
554
555 * rebalance_lxc_containers: make it work with old style lxc setup
556
557 * fix typo in ceph jewel iops parsing
558
559 * filter the local node in the migrateall window
560
561 * validate nodeselector after store is loaded
562
563 * make date column resizable
564
565 * remove obsolete belongsTo
566
567 * snapshottree: remove sorter before saving the state
568
569 * set fixed height on global search window
570
571 * fix #1161: filter by default the displayed guest backups
572
573 * Convert the VMIDSelector to a generic GuestIDSelector
574
575 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Dec 2016 12:26:23 +0100
576
f4006904
DM
577pve-manager (4.4-1) unstable; urgency=medium
578
579 * make realmselector non-editable
580
581 * fix #1176: sort user/group/realm selector
582
583 * aplinfo.dat: update
584
585 * Add online help for start/shutdown for containers
586
587 * Turn the qemu StartupEdit widget into a generic component
588
589 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Dec 2016 10:28:32 +0100
590
e99edab2
DM
591pve-manager (4.3-14) unstable; urgency=medium
592
593 * fix typo in vmtype check
594
595 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Dec 2016 12:33:35 +0100
596
44a323f3
DM
597pve-manager (4.3-13) unstable; urgency=medium
598
599 * adds a help button to the migration window
600
601 * change lxc migration option to restart mode
602
603 * Add online help for startup/shutdown order and LXC general settings
604
605 * Add the possibility to create an unprivileged container at creation
606 time in the GUI.
607
608 * show in/out/up/down icons in osd overview
609
610 * make ceph status in cluster dashboard clickable
611
612 * add noout button and reorder actions
613
614 * add ceph flags api calls
615
616 * also return the ceph flags in osd api call
617
618 * pvereport: tell lsblk to use ascii
619
620 * plug new ClusterConfig API at /cluster/config
621
622 * Add Windows 2016 as available ostype to select
623
624 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Dec 2016 16:38:30 +0100
625
ff787af1
DM
626pve-manager (4.3-12) unstable; urgency=medium
627
628 * fix #1212: allow options for delete in pvesh
629
630 * change ssh-public-keys check in wizard
631
632 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Nov 2016 06:18:15 +0100
633
5a7b4a74
DM
634pve-manager (4.3-11) unstable; urgency=medium
635
636 * fix kvcombobox validator
637
638 * ha/ResourceEdit.js: fix online help ref
639
640 * fix missing mons array in ceph status output
641
642 * fix SSL verify callback for certificate chains
643
644 * VZDump: switch ha managed check from enabled to started
645
646 * fix #1208: add ballooning checkbox to memory edit
647
648 * check for array in disallowednodes filter
649
650 * add new ceph dashboard
651
652 * merge ha resources into the ha status panel
653
654 * ConfigPanel: automatically expand node in selectById()
655
656 * ha resource edit: adapt to new service state
657
658 * do not show current node in migration window
659
660 * NodeSelector: add disallowedNodes configuration property
661
662 * add kvcombobox validator
663
664 * make GUI grids stateful
665
666 * remove reset columns button from resource grid
667
668 * enable certificate pinning for proxied requests
669
670 * check for lxc instead of openvz in the backup window
671
672 * VZDump: die with error if plugin loading fails
673
674 * add sheepdog and gluster to pveproxy.service
675
676 * API2Client: allow to set ssl options
677
678 * fix #1196: make restriced/nofailback boolean in gui
679
680 * disable rules copy button if not 'in' or 'out' rule
681
682 * BackupEdit, cleanup: remove insideUpdate construct
683
684 * Add ECDH curves to use with modern ciphers
685
686 * only allow integers in memoryfield
687
688 * add pveIntegerField and use it
689
690 * improve online help
691
692 * add 'max_{relocate, restart}' fields to UI
693
694 * change ceph diskselector field to devpath
695
696 * show correct mouse cursor on help and settings button
697
698 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Nov 2016 12:40:00 +0100
699
9d5fbfc7
DM
700pve-manager (4.3-10) unstable; urgency=medium
701
702 * LXC GUI: Wizard now uses new 'cores' option instead of cpulimit
703
704 * GUI: new datacenter/cluster dashboard
705
706 -- Proxmox Support Team <support@proxmox.com> Sat, 29 Oct 2016 15:11:59 +0200
707
eb2ecb5b
DM
708pve-manager (4.3-9) unstable; urgency=medium
709
710 * use new CpuSet::max_cpuid() helper
711
712 * Fix #1186: do not run non installed commands
713
714 * add 'my settings' to top bar
715
716 * make login user name saveable
717
718 * add hastate to /cluster/resources api call
719
720 * show ha error state in tree and resource grid
721
722 * rebalance_lxc_containers: nicer logs, improve hotplug
723
724 -- Proxmox Support Team <support@proxmox.com> Sat, 29 Oct 2016 07:51:28 +0200
725
dfed0ae0
DM
726pve-manager (4.3-8) unstable; urgency=medium
727
728 * pvestatd: add container cpuset balancing
729
730 -- Proxmox Support Team <support@proxmox.com> Thu, 27 Oct 2016 12:33:38 +0200
731
11b450e7
FG
732pve-manager (4.3-7) unstable; urgency=medium
733
734 * correct bug number in previous changelog
735
736 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Oct 2016 12:42:09 +0200
737
f2fc3937
FG
738pve-manager (4.3-6) unstable; urgency=medium
739
740 * fix #1175: make error messages more verbose
741
742 * add onlineHelp
743
11b450e7 744 * fix #1142: add hint when disabling a ha resource
f2fc3937
FG
745
746 * move out custom css style for hints in css class and use it
747
748 * fix 'NaN%' when max value is 0
749
750 * restrict vzdump cron options
751
752 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Oct 2016 08:46:44 +0200
753
92b8e1f0
DM
754pve-manager (4.3-5) unstable; urgency=medium
755
756 * recompile with new pve-docs package (fix onlineHelp links)
757
758 * pveversion: add smartmontools
759
760 * pveversion: add pve-docs package
761
762 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Oct 2016 09:01:09 +0200
763
e1f00bc6
DM
764pve-manager (4.3-4) unstable; urgency=medium
765
766 * use auto-generated block IDs to reference online docu
767
768 * vzdump: document restricted API parameters
769
770 * Move bus priority list to OSDefaults
771
772 * make Win XP and Win 2003 use the same defaults as Win 2000
773
774 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Oct 2016 11:28:41 +0200
775
2b20e2be
DM
776pve-manager (4.3-3) unstable; urgency=medium
777
778 * HA/Groups: add onlineHelp button to edit window
779
780 * ha/groups: allow editing node priorities through UI
781
782 * When adding a new hard disk, use the most used controller as suggested
783 value
784
785 * remove debugging code from postrm
786
787 * use correct info on disks in destroyosd and skip smart
788
789 * fix #1099: get correct info on disks in createosd
790
791 * Sort all lists in the storage what we load dynamically
792
793 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Oct 2016 11:46:03 +0200
794
9b38c8ef
DM
795pve-manager (4.3-2) unstable; urgency=medium
796
797 * fix #1108: add copy firewall rule to GUI
798
799 * fix #1116: center modal windows on browser resize
800
801 * use new statusview for storage
802
803 * move rrd legend to the bottom, make it toggleable
804
805 * show smart text if disk type is not ATA
806
807 * add loadMask to Disk and SMART grid
808
809 * fix #1115 reload storage grid after template download
810
811 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Oct 2016 07:11:04 +0200
812
29d03d47
DM
813pve-manager (4.3-1) unstable; urgency=medium
814
815 * prepare version number for new 4.3 release
816
817 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Sep 2016 08:39:57 +0200
818
e9a891f2
DM
819pve-manager (4.2-23) unstable; urgency=medium
820
821 * fix #1117: do not test for the cgmanager package in pveversion
822
823 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Sep 2016 16:17:22 +0200
824
e252cc4a
DM
825pve-manager (4.2-22) unstable; urgency=medium
826
827 * fix #1112: add a warning message if the EFI disk is missing
828
829 * fix #1113: use a LSI controller for legacy OSes
830
831 * fix #1113: preserve LSI controller for legacy Oses
832
833 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Sep 2016 17:28:07 +0200
834
2145398f
DM
835pve-manager (4.2-21) unstable; urgency=medium
836
837 * update favicon, add homescreen icon, use new logo
838
839 * wizard: use refresh event instead of datachanged
840
841 * lxc: correctly display cpulimit
842
843 * change overflowhandler of actionmenu to scroller
844
845 * improve online Help system, add tooltip for context sensitive for help
846 button, add global help button
847
848 * Use SCSI controller as default for l26 guests fix #1105
849
850 * virtio-scsi-pci as default SCSI for new VMS fix #1106
851
852 * fix #1104: add missing /firewall in url
853
854 * add efidisk button to add menu, add efidisk to qemu hardwareview
855
856 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Sep 2016 08:08:17 +0200
857
ee9d0f6a
DM
858pve-manager (4.2-20) unstable; urgency=medium
859
860 * startall: remove timeout, wait forever
861
862 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Sep 2016 10:40:26 +0200
863
e9619b93
DM
864pve-manager (4.2-19) unstable; urgency=medium
865
866 * reorganize GUI - use a treelist instead of tabs in configpanel
867
868 * Add link to terms glossary when adding an ACL
869
870 * new disk list panel (and remove ceph disks from navigation)
871
872 * fix #1091: add backup config button to storage contentview
873
874 * fix #621: allow template download to glusterfs
875
876 * fix #586: make notes edit window resizable
877
878 * add ceph icon
879
880 * update default aplinfo.dat
881
882 * aplinfo: improve signature verification, add generated trustedkeys.gpg
883
884 * aplinfo: improve checksum handling (use SHA512)
885
886 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Sep 2016 09:30:52 +0200
887
db6b4446
WB
888pve-manager (4.2-18) unstable; urgency=medium
889
890 * lxc: wizard: ssh key
891
892 * vzdump: set task mode early to fix a warning
893
894 * Clear sensitive content when logging out fixes #1060
895
896 * delete old lxc/qemu statusview classes
897
898 * make lxc/qemu use new statusview
899
900 * make node StatusView use new version
901
902 * include new statusview classes in makefile
903
904 * add GuestStatusView and TemplateStatusView
905
906 * add new StatusView component
907
908 * add new infoWidget component
909
910 * Do not use a hardcoded Certificate Authority for https repositories
911
912 * only use exact match in pveRealmSelector
913
914 * make the lxc wizard select the current node by default
915
916 * Remove obsolete make variable for ExtJS4
917
918 * remove obsolete ExtJS4 files
919
920 * Drop "classic" theme from installed files
921
922 * add novnc-pve to pveversion -v
923
924 * don't save password and double lines in pvesh history
925
926 * avoid IE compatibility mode
927
928 * fix influxdb field assignment and allow non integer field
929
930 * fix lint error
931
932 * closes #195 : hide disallowed commands in tree
933
934 * Add mac prefix to the datacenter options
935
936 * prevent KRDB and Monitor(s) being localized
937
938 * open vm console on doubleclick in tree
939
940 * Set VirtIO drivers as default when using the Qemu Wizard and the OS Type is Linux
941
942 * USe PVE.qemu.OSDefaults statics to get defaults for NIC and Storage Controller
943
944 * Add PVE.qemu.OSDefaults class to hold OS-dependant wizard defaults
945
946 * Rename Wizard Component aliases using camelCase
947
948 * change default proxy text to noneText
949
950 * prevent infinite loop in edit window
951
952 * add HostList validator and check monhosts with it
953
954 * give comment in bridgeselector more space
955
956 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Aug 2016 14:55:36 +0200
957
3ddb4f31
WB
958pve-manager (4.2-17) unstable; urgency=medium
959
960 * Fix #1048: vzdump: include job-* hook logs in email
961
962 * vzdump: cleanups
963
964 * fix undefined value warning in resources api call
965
966 * fix surviving update store
967
968 * reload lxc resources also on activate
969
970 * fire activate event for lazyitems in tabpanels
971
972 * correctly delete name of a qemu vm
973
974 * Add some extra debug information to the report.
975
976 * add ca-certificates as required depency
977
978 * lxc/status: show disk usage on running containers
979
980 * fix #1030: calculate correct cpu usage of pools
981
982 * fix #757: show the bridge comment in the selector
983
984 * add comment to network edit and view
985
986 * add comments to network model
987
988 * fix #1043: prevent ceph destroypool when in use
989
990 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jul 2016 13:10:57 +0200
991
f9078dd5
WB
992pve-manager (4.2-16) unstable; urgency=medium
993
994 * apply style to backup configuration window
995
996 * set focus on tree after selecting a node
997
998 * fix background color of template bagdes
999
1000 * remove unnecessary debug output
1001
1002 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Jun 2016 10:58:43 +0200
1003
68084386
DM
1004pve-manager (4.2-15) unstable; urgency=medium
1005
1006 * remove unnecessary information on template summary
1007
1008 * add 'edit' tool to notes panel
1009
1010 * add a 'bootdisk size' entry to the status view
1011
1012 * remove RAM column from lxc snapshottree (temporarily)
1013
1014 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Jun 2016 10:58:43 +0200
1015
19bfb364
DM
1016pve-manager (4.2-14) unstable; urgency=medium
1017
1018 * Add a toplevel pointer to the PVE admin guide
1019
1020 * Add Help buttons for three more Qemu Panels
1021
1022 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jun 2016 12:21:18 +0200
1023
eabb5473
DM
1024pve-manager (4.2-13) unstable; urgency=medium
1025
1026 * htmlEncode some comment fields
1027
1028 * pveceph install: run apt-get interactive
1029
1030 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Jun 2016 15:34:29 +0200
1031
55c39f69
DM
1032pve-manager (4.2-12) unstable; urgency=medium
1033
1034 * Rename the SCSI VirtIO controller to better differenciate from VirtIO blk
1035
1036 * fix #778: Case fix for VMware
1037
1038 * fix #1005: don't exclude /var/log/?* with stdexcludes
1039
1040 * Remove IPv4 netmask check
1041
1042 * Fix #1015: vzdump: send email on early errors
1043
93363a11
WB
1044 * Fix #191: acl: honor propagate checkbox
1045
55c39f69
DM
1046 -- Proxmox Support Team <support@proxmox.com> Wed, 08 Jun 2016 12:46:04 +0200
1047
2f85c898
DM
1048pve-manager (4.2-11) unstable; urgency=medium
1049
1050 * add vzdump/extractconfig API path
1051
1052 * disable animation of charts on load
1053
1054 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jun 2016 12:12:21 +0200
1055
e99ef329
DM
1056pve-manager (4.2-10) unstable; urgency=medium
1057
1058 * make the graphs on the summary pages use empty space
1059
1060 * check if tabs exist before selecting them
1061
1062 * hide snapshot tab with qemu templates
1063
1064 -- Proxmox Support Team <support@proxmox.com> Thu, 02 Jun 2016 10:01:40 +0200
1065
18fc8027
DM
1066pve-manager (4.2-9) unstable; urgency=medium
1067
1068 * Add Online Help for complex PVE panels
1069
1070 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Jun 2016 12:53:44 +0200
1071
897e7790
DM
1072pve-manager (4.2-8) unstable; urgency=medium
1073
1074 * depend on pve-docs package
1075
cc1a91be
DC
1076 * fix right click selection in tree
1077
897e7790
DM
1078 -- Proxmox Support Team <support@proxmox.com> Wed, 25 May 2016 10:00:22 +0200
1079
6c012815
DM
1080pve-manager (4.2-7) unstable; urgency=medium
1081
1082 * Status: report errors on socket creation problems
1083
1084 * Status: allow IPs and move properties to base class
1085
1086 * GUI: fix wrong message after subscription upload
1087
1088 * GUI: fix reset button with bind mounts
1089
1090 -- Proxmox Support Team <support@proxmox.com> Mon, 23 May 2016 09:42:28 +0200
1091
26774078
DM
1092pve-manager (4.2-6) unstable; urgency=medium
1093
1094 * allow tagging of vlan 1 in gui
1095
26d2ef15
DM
1096 * fix #1000: add backup checkbox for mountpoints
1097
26774078
DM
1098 -- Proxmox Support Team <support@proxmox.com> Wed, 18 May 2016 11:32:43 +0200
1099
f45bd15c
DM
1100pve-manager (4.2-5) unstable; urgency=medium
1101
1102 * ceph: brackets around ipv6
1103
1104 * fix #992: remove network id from gui
1105
1106 * fix #976: set 'disabled' for grid panels which disaply a read only,
1107 not sortable content
1108
1109 * Enlarge Object Grid first column default size
1110
1111 * change hotplugselector to use checkboxes
1112
1113 -- Proxmox Support Team <support@proxmox.com> Tue, 17 May 2016 16:59:41 +0200
1114
4d638fcb
DM
1115pve-manager (4.2-4) unstable; urgency=medium
1116
1117 * fix #944: do not filter by empty array
1118
1119 * fix combobox reset behaviour
1120
1121 * fix combogrid multiselect bug
1122
9a59d48d
DM
1123 * fix pending changes with boot order
1124
42e4075d
DM
1125 * Do not send -debug versions of framework files
1126
dba34cd6
DC
1127 * add undo Zoom Button
1128
25e0bc2d
DC
1129 * improve pending changes for qemu hardware in gui
1130
03b51352
DM
1131 * fix #979: check always for migrated VM
1132
4d638fcb
DM
1133 -- Proxmox Support Team <support@proxmox.com> Tue, 03 May 2016 06:33:55 +0200
1134
45fdcaaa
DM
1135pve-manager (4.2-3) unstable; urgency=medium
1136
1137 * improve gui cidr matching
1138
fa16639c
DM
1139 * disable selecting when right clicking in tree
1140
45fdcaaa
DM
1141 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Apr 2016 10:58:05 +0200
1142
95d93422
DM
1143pve-manager (4.2-2) unstable; urgency=medium
1144
1145 * fix securitygroupselector
1146
1147 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Apr 2016 12:07:52 +0200
1148
70e8f04d
DM
1149pve-manager (4.2-1) unstable; urgency=medium
1150
1151 * fix #943: allow saving of values
1152
1153 * refactor bootdisk test and prevent multiple bootdisks
1154
1155 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Apr 2016 11:21:08 +0200
1156
5796a356
DM
1157pve-manager (4.1-34) unstable; urgency=medium
1158
1159 * LXC GUI: add network rate limit
1160
4f28394a
DM
1161 * do not disable a combogrid when it loads
1162
1163 * fix wizard validity logic
1164
1165 * add enableKeyEvents to combogrid
1166
d5047243
FG
1167 * fix #949: add post-restart hook to vzdump
1168
5796a356
DM
1169 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Apr 2016 09:15:07 +0200
1170
121cdac4
DM
1171pve-manager (4.1-33) unstable; urgency=medium
1172
1173 * Do not display the internal value we use for storing ostypes
1174
67bfd388
DM
1175 * updated Italian translation
1176
121cdac4
DM
1177 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Apr 2016 12:21:38 +0200
1178
f055f202
DM
1179pve-manager (4.1-32) unstable; urgency=medium
1180
1181 * GUI: enhace visibillity of dialog window border
1182
728f1b97
DC
1183 * fix #143: add disk/mem percent sort
1184
df6345f9
DC
1185 * fix #759: save columns of resourceGrid
1186
87cc27e0
DM
1187 * HA Resource: allow selecting no group
1188
f055f202
DM
1189 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Apr 2016 09:21:17 +0200
1190
ed3815b5
DM
1191pve-manager (4.1-31) unstable; urgency=medium
1192
1193 * StatusView: more verbose HA status output
1194
1195 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Apr 2016 09:39:33 +0200
1196
056501a5
DM
1197pve-manager (4.1-30) unstable; urgency=medium
1198
1199 * GUI: use raw format for DRBD images
1200
5c6d0f57
DM
1201 * also display Linux 4.X on OS selection
1202
1203 * fix #181: rewrite Boot Order Window
1204
056501a5
DM
1205 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Apr 2016 08:38:06 +0200
1206
827f88ab
DM
1207pve-manager (4.1-29) unstable; urgency=medium
1208
1209 * Fix 'mailto: ...' in /etc/vzdump.conf
1210
1211 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Apr 2016 17:03:08 +0200
1212
da55da21
DM
1213pve-manager (4.1-28) unstable; urgency=medium
1214
1215 * VZDump: add -mailto schema desc
1216
1217 * VZDump: mark 'size' as deprecated, warn if set
1218
1219 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Apr 2016 12:48:35 +0200
1220
a6a77822
DM
1221pve-manager (4.1-27) unstable; urgency=medium
1222
1223 * Wizard: Do not disable a invalid previous tab,
1224
1225 * Recheck field validation after manually enabling
1226 the input field of a ComboGrid
1227
eca5c8b1
DM
1228 * qemu monitor GUI: support page up/down
1229
4aed5e3e
WB
1230 * Fix #936: ceph: support multiple roots in osd tree
1231
d5066d84
DC
1232 * GUI: fix ceph tabs switching
1233
a6a77822
DM
1234 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Apr 2016 17:12:09 +0200
1235
15b46bab
DM
1236pve-manager (4.1-26) unstable; urgency=medium
1237
1238 * do not depend of pve-doc-generator (this should be a Build-Depend instead)
1239
d1918d1b
DC
1240 * revert default compress mode for vzdump to 0
1241
15b46bab
DM
1242 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Apr 2016 12:41:34 +0200
1243
567a0d89
DM
1244pve-manager (4.1-25) unstable; urgency=medium
1245
1246 * Build-Depend on pve-doc-generator
1247
1248 * use pve-doc-generator
1249
1250 * various ExtJS6 GUI fixes
1251
1252 * disable suspend/resume on containers
1253
1254 * update translation files
1255
1256 * use font-awesome icons for action buttons and cmdmenu
1257
1258 * use split button for shutdown/stop for vm/ct
1259
dc3ed02e
DM
1260 * qemu: fix parse vlan trunks
1261
567a0d89
DM
1262 -- Proxmox Support Team <support@proxmox.com> Sun, 10 Apr 2016 15:49:23 +0200
1263
a18a61ec
DM
1264pve-manager (4.1-24) unstable; urgency=medium
1265
1266 * updated logo to higher quality
1267
1268 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Apr 2016 16:38:48 +0200
1269
8460f579
DM
1270pve-manager (4.1-23) unstable; urgency=medium
1271
aa2522c0
DM
1272 * switch GUI to ExtJS6
1273
1274 * use new ExtJS6 charts for node/lxc/qemu
1275
8460f579
DM
1276 * Allow migrate-all button on HA enabled VMs
1277
1278 * Skip templates when using the start all VMs button
1279
1280 * Allow non-root to use start/stop/migrate all buttons
1281
b528844b
DM
1282 * Fix #926: vzdump: config/default key regression
1283
1284 * fix compression selection in backup window
1285
8460f579
DM
1286 -- Proxmox Support Team <support@proxmox.com> Thu, 31 Mar 2016 10:57:55 +0200
1287
79bd3ee6
DM
1288pve-manager (4.1-22) unstable; urgency=medium
1289
1290 * lxc: disable ACL settings for bind mounts
1291
02f96c4f
DM
1292 * deactivate (currently) not working lxc templates
1293
79bd3ee6
DM
1294 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Mar 2016 17:30:39 +0100
1295
95c4a0cb
DM
1296pve-manager (4.1-21) unstable; urgency=medium
1297
1298 * fix 483: disable template/upload button
1299
1300 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Mar 2016 16:30:15 +0100
1301
c78f745a
DM
1302pve-manager (4.1-20) unstable; urgency=medium
1303
1304 * Allow non-self-signed override certificate for API
1305
67f01021
DM
1306 * fix 911: lxc: always allow blank mac address for autogeneration
1307
c78f745a
DM
1308 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Mar 2016 14:38:30 +0100
1309
e59db273
DM
1310pve-manager (4.1-19) unstable; urgency=medium
1311
1312 * Use methods from PVE::QemuConfig
1313
1314 * fix LVM Content settings
1315
1316 * pveam: add 'available' command to list available templates
1317
1318 * vzdump: fix default values
1319
1320 * vzdump: make sure only DOT pid files excluded
1321
1322 * LXC refactoring
1323
1324 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Mar 2016 11:54:03 +0100
1325
9d5c825e
DM
1326pve-manager (4.1-18) unstable; urgency=medium
1327
1328 * vzdump: make exclude-path from config file work again
1329
1330 * firewall: add ipfilter option
1331
1332 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Mar 2016 09:55:18 +0100
1333
94576720
DM
1334pve-manager (4.1-17) unstable; urgency=medium
1335
1336 * Remove content type Container from GlusterFS
1337
1338 * web-syslog: add date span selection
1339
1340 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Mar 2016 17:18:06 +0100
1341
a1cf4e84
DM
1342pve-manager (4.1-16) unstable; urgency=medium
1343
1344 * firewall: add option to allow router advertisement
1345
1346 * update Norwegian translation
1347
1348 * pveam: add list, download and remove
1349
1350 * do not use Net::SSL
1351
1352 * lxc: create/edit/remove mountpoints
1353
1354 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Feb 2016 10:29:20 +0100
1355
011e74d8
DM
1356pve-manager (4.1-15) unstable; urgency=medium
1357
1358 * add lvmthin to gui
1359
1360 * restrict lvm thin on qemu to storage type raw
1361
1362 * add htmlEncode to various fields
1363
1364 * firewall: add enable ndp option
1365
1366 -- Proxmox Support Team <support@proxmox.com> Sat, 20 Feb 2016 10:22:17 +0100
1367
b38c679b
DM
1368pve-manager (4.1-14) unstable; urgency=medium
1369
1370 * pveupdate: Fix problems with turnkey repository
1371
487166b6
DM
1372 * Fix 895: don't drop the other processor values on load()
1373
b38c679b
DM
1374 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Feb 2016 06:35:32 +0100
1375
5a496554
DM
1376pve-manager (4.1-13) unstable; urgency=medium
1377
1378 * pveupdate: use warnings instead of -w
1379
1380 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Feb 2016 10:43:14 +0100
1381
f9ee64e1
DM
1382pve-manager (4.1-12) unstable; urgency=medium
1383
1384 * add permissions to allow non root ceph configuration
1385
1386 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Feb 2016 08:22:39 +0100
1387
feaf3358
DM
1388pve-manager (4.1-11) unstable; urgency=medium
1389
1390 * Close #822: show the nodename in the page title
1391
1392 * use max_workers from datacenter.cfg for stopall/migrateall
1393
1394 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2016 12:05:54 +0100
1395
b9432261
DM
1396pve-manager (4.1-10) unstable; urgency=medium
1397
1398 * remove 'VZDump backup file' option from upload web gui
1399
1400 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Feb 2016 18:13:09 +0100
1401
26dabcb3
DM
1402pve-manager (4.1-9) unstable; urgency=medium
1403
1404 * gui: cpu: fix processor editing
1405
1406 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Feb 2016 17:13:03 +0100
1407
2b353a60
DM
1408pve-manager (4.1-8) unstable; urgency=medium
1409
1410 * gui: preserve extra cpu options when changing CPU type
1411
b6dfc185
DM
1412 * fix PVE::HA use clause so HA resources get registered
1413
2b353a60
DM
1414 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Jan 2016 16:45:45 +0100
1415
0d3370c6
DM
1416pve-manager (4.1-7) unstable; urgency=medium
1417
1418 * Enable TLS 1.1 and 1.2, change default DH params
1419
1420 * Add DHPARAMS option in /etc/default/pveproxy
1421
1422 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Jan 2016 16:47:21 +0100
1423
3f60f3b8
DM
1424pve-manager (4.1-6) unstable; urgency=medium
1425
1426 * fix #871: netstat: include veth devices
1427
1428 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Jan 2016 11:01:11 +0100
1429
32fed66c
DM
1430pve-manager (4.1-5) unstable; urgency=medium
1431
1432 * Close #850: ifenslave-2.6 is a transitional package
1433
1434 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jan 2016 15:30:08 +0100
1435
ce43b68a
DM
1436pve-manager (4.1-4) unstable; urgency=medium
1437
1438 * update Hungarian translation
1439
1440 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Dec 2015 11:49:52 +0100
1441
637f2b73
DM
1442pve-manager (4.1-3) unstable; urgency=medium
1443
1444 * add Hungarian translation
1445
1446 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Dec 2015 11:13:43 +0100
1447
ad95f6af
DM
1448pve-manager (4.1-2) unstable; urgency=medium
1449
1450 * update bash completion helpers (use -o default)
1451
1452 -- Proxmox Support Team <support@proxmox.com> Sat, 19 Dec 2015 09:22:13 +0100
1453
f65c77d3
DM
1454pve-manager (4.1-1) unstable; urgency=medium
1455
1456 * bump version for 4.1 release
1457
1458 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Dec 2015 08:54:17 +0100
1459
ebc1f47c
DM
1460pve-manager (4.0-66) unstable; urgency=medium
1461
1462 * add qemu BIOS option
1463
1464 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Dec 2015 11:42:16 +0100
1465
98c607e1
DM
1466pve-manager (4.0-65) unstable; urgency=medium
1467
1468 * APLInfo: support proxying http traffic
1469
1470 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2015 16:55:51 +0100
1471
888b6be2
DM
1472pve-manager (4.0-64) unstable; urgency=medium
1473
1474 * fix bug #821: add systemd-timesyncd to service list
1475
1476 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Dec 2015 11:26:42 +0100
1477
424c1269
DM
1478pve-manager (4.0-63) unstable; urgency=medium
1479
1480 * add qemu agent gui option
1481
1482 * influxdb: use multi values measurement
1483
1484 * pvestatd: use 'priv' environment for service
1485
1486 * improve log messages at sytem shutdown
1487
1488 * pveproxy.service: add Wants=ssh.service
1489
1490 * pveproxy.service: start after remote-fs and ceph
1491
1492 * pve-manager.service: do not invoke old init.d script
1493
1494 * pve-manager.service: start after pve-ha-crm.service and pve-ha-lrm.service
1495
1496 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Nov 2015 13:30:44 +0100
1497
4db8790e
DM
1498pve-manager (4.0-62) unstable; urgency=medium
1499
1500 * fix systemd shutdown order
1501
1502 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Nov 2015 17:31:15 +0100
1503
e0b85a1d
DM
1504pve-manager (4.0-61) unstable; urgency=medium
1505
1506 * ceph.conf : remove auth_supported
1507
1508 * Allow email adresses with a top level domain of up to 63 characters
1509
1510 * fix bug #575: fork at shutdown, so that partent starts new worker
1511
1512 * update build infrastucture to be able to develop with Ext6
1513
1514 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Nov 2015 10:05:01 +0100
1515
adfca12d
DM
1516pve-manager (4.0-60) unstable; urgency=medium
1517
1518 * make startall wait up to 60 seconds for quorum
1519
1520 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2015 07:48:53 +0100
1521
b819819b
DM
1522pve-manager (4.0-59) unstable; urgency=medium
1523
1524 * Add report modal window, containing pvereport content
1525
1526 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 10:20:49 +0100
1527
36176c22
DM
1528pve-manager (4.0-58) unstable; urgency=medium
1529
1530 * Improve HA UI for users with restricted permissions
1531
1532 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Oct 2015 16:13:28 +0100
1533
8a00780d
DM
1534pve-manager (4.0-57) unstable; urgency=medium
1535
1536 * improve pvereport script
1537
1538 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Oct 2015 07:17:45 +0100
1539
b3da6ec3
DM
1540pve-manager (4.0-56) unstable; urgency=medium
1541
1542 * add bios report to pvereport
1543
1544 * lxc: add mount points to GUI
1545
1546 * lxc: add resize to GUI
1547
1548 * lxc: add icons to resources
1549
1550 * RBD: select 'images' content type by default
1551
73aeb200
DM
1552 * GUI: add Galician language
1553
b3da6ec3
DM
1554 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2015 11:53:42 +0100
1555
07443f52
DM
1556pve-manager (4.0-55) unstable; urgency=medium
1557
1558 * pve-manager service: start after open-iscsi
1559
1560 * pveceph install: use release repository
1561
1562 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2015 09:26:06 +0100
1563
793af713 1564pve-manager (4.0-54) unstable; urgency=medium
96f26856
DM
1565
1566 * fix bug #781: separate LXC CPU and memory in editor
1567
1568 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Oct 2015 13:40:42 +0200
1569
9c84c9ea
DM
1570pve-manager (4.0-51) unstable; urgency=medium
1571
1572 * fix check if vm is ha managed in get_start_stop_list
1573
1574 * fix lxc config key in get_start_stop_list sub
1575
1576 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Oct 2015 09:51:43 +0200
1577
9199356e
DM
1578pve-manager (4.0-50) unstable; urgency=medium
1579
1580 * fix bug #756: force macro setting to emtpy string when
1581 user erases the content
1582
1583 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2015 17:41:02 +0200
1584
9056f941
DM
1585pve-manager (4.0-49) unstable; urgency=medium
1586
24bf5bd4
DM
1587 * GUI: add new vtype ConfigId, use it for snapshot names
1588
9056f941
DM
1589 * IP4_cidr_match: allow short masks like /8
1590
1591 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Oct 2015 08:16:55 +0200
1592
d234b0bf
DM
1593pve-manager (4.0-48) unstable; urgency=medium
1594
1595 * lxc/dns: ipv6 support
1596
1597 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Oct 2015 17:47:26 +0200
1598
ac0831fd
DM
1599pve-manager (4.0-47) unstable; urgency=medium
1600
1601 * DNS ui/api: ipv6 support
1602
1603 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Oct 2015 12:34:16 +0200
1604
638b2d7d
DM
1605pve-manager (4.0-46) unstable; urgency=medium
1606
1607 * fix bug #719: vzdump - only call cleanup after prepare
1608
1609 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Oct 2015 15:32:02 +0200
1610
80727315
DM
1611pve-manager (4.0-45) unstable; urgency=medium
1612
1613 * sources.list: prepare for final 4.0 release - use pve-enterprise repository
1614
1615 * API: return correct version (instead of 4.0Beta)
1616
1617 * cleanup: use new run_cli_handler() method
1618
1619 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Oct 2015 11:43:47 +0200
1620
dca6ac1c
DM
1621pve-manager (4.0-44) unstable; urgency=medium
1622
1623 * add content type selector to LVM storage editor
1624
1625 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 13:04:26 +0200
1626
a720995e
DM
1627pve-manager (4.0-43) unstable; urgency=medium
1628
1629 * check for ext5 dir to avoid missing directory errors
1630
1631 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2015 07:17:45 +0200
1632
bd427151
DM
1633pve-manager (4.0-42) unstable; urgency=medium
1634
1635 * update OS Type descriptions
1636
1637 -- Proxmox Support Team <support@proxmox.com> Sat, 26 Sep 2015 11:14:46 +0200
1638
735df8e5
DM
1639pve-manager (4.0-41) unstable; urgency=medium
1640
1641 * do not install extJS 5 framework by default
1642
1643 * NetworkEdit : add support for vlan interfaces
1644
1645 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2015 07:19:16 +0200
1646
bc13d63a
DM
1647pve-manager (4.0-40) unstable; urgency=medium
1648
1649 * improve mobile app
1650
1651 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Sep 2015 07:02:15 +0200
1652
531d05af
DM
1653pve-manager (4.0-39) unstable; urgency=medium
1654
1655 * update sencha touch sources to 2.4.2
1656
1657 * Allow email adresses with a top level domain of up to 63 characters
1658
1659 * Deny stop mode backups from HA managed and enabled services
1660
1661 * vzdump: re-enable passing vmid lists at command line
1662
1663 * Allow typeahead selection of Firewall macros
1664
1665 * vzdump: replace 'find' exclude command switches
1666
1667 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:21:51 +0200
1668
7849cf8c
DM
1669pve-manager (4.0-38) unstable; urgency=medium
1670
1671 * add bridge vlan aware checkbox
1672
1673 * bridgevlan : allow filtering on tagged interfaces (for QinQ)
1674
45f16a06
WB
1675 * vzdump: replace 'find' exclude command switches
1676
7849cf8c
DM
1677 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Sep 2015 11:05:49 +0200
1678
28302224
DM
1679pve-manager (4.0-37) unstable; urgency=medium
1680
1681 * add influxdb stats plugin
1682
1683 * appdate appliance database (aplinfo.dat), include centos7 and
1684 archlinux templates
1685
1686 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2015 09:30:01 +0200
1687
793a306e
DM
1688pve-manager (4.0-36) unstable; urgency=medium
1689
1690 * add pvesh man page
1691
1692 * Update vzdump man page for 4.0
1693
1694 * fix bug #706: Use comma to split vmid list when building
1695 the crontab vzdump command
1696
1697 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 12:24:09 +0200
1698
d3a9e75f
DM
1699pve-manager (4.0-35) unstable; urgency=medium
1700
1701 * HA GUI: fix 'state' default value in resource edit dialog
1702
1703 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 10:26:06 +0200
1704
a6235867
DM
1705pve-manager (4.0-34) unstable; urgency=medium
1706
1707 * Add krbd option to GUI on ceph storage
1708
1709 * fix output percent_used in rbd pools
1710
1711 * allow usage of ceph development repository
1712
1713 * fixes the problem of containers not autostarting with onboot=1
1714
1715 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2015 08:04:44 +0200
1716
dea6f861
DM
1717pve-manager (4.0-33) unstable; urgency=medium
1718
1719 * Add missing install target dependencies
1720
1721 * Update vzdump man page for use with LXC containers
1722
1723 * GUI option for VM protection added
1724
1725 * fix bug #701: blacklist nvidiafb
1726
1727 * improve pveupdate with random start time
1728
1729 * vzdump: implement bash completion
1730
1731 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 10:44:51 +0200
1732
d760d585
DM
1733pve-manager (4.0-32) unstable; urgency=medium
1734
1735 * aplinfo: improve version parser
1736
0c1d23e0
DM
1737 * set size in the rootfs parameter on CT create
1738
1739 * pve-manager : novncindex : remove include inflator.js
1740
d760d585
DM
1741 -- Proxmox Support Team <support@proxmox.com> Sat, 29 Aug 2015 12:36:41 +0200
1742
23128bf3
DM
1743pve-manager (4.0-31) unstable; urgency=medium
1744
1745 * novnc: add fullscreen button for embedded console
1746
1747 * Remove Java applet from list of available console viewers
1748
1749 * fix bug #690: correctly list container storages
1750
1751 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Aug 2015 12:08:21 +0200
1752
3900f2d1
DM
1753pve-manager (4.0-30) unstable; urgency=medium
1754
1755 * lxc GUI: add tty and console options
1756
1757 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2015 06:36:39 +0200
1758
8759fc2e
DM
1759pve-manager (4.0-29) unstable; urgency=medium
1760
1761 * correctly display lxc templates
1762
1763 * lxc GUI: implement console mode option
1764
1765 * fix bug #682: change at the Gui the used disk size
1766
1767 * Ceph: fix old interfaces access in find_node_ip
1768
1769 -- Proxmox Support Team <support@proxmox.com> Tue, 18 Aug 2015 16:45:53 +0200
1770
ce73ba1e
DM
1771pve-manager (4.0-28) unstable; urgency=medium
1772
1773 * allow all storages with content type 'images' for containers
1774
1775 * add some green to the icon to indicate more clearly when LXC
1776 containers are running
1777
1778 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Aug 2015 12:13:43 +0200
1779
3a337ea2
DM
1780pve-manager (4.0-27) unstable; urgency=medium
1781
1782 * update LXC GUI (support new rootfs and size parameter).
1783
1784 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Aug 2015 11:30:33 +0200
1785
3d1bc0de
DM
1786pve-manager (4.0-26) unstable; urgency=medium
1787
1788 * fix bug #662: wrong subroutine for parsing startup order
1789
1790 * fix bug #659: lxc pool support
1791
1792 * add vlan aware ifupdown script (replace debian vlan package)
1793
1794 * add dhcp and slaac options to lxc network config
1795
1796 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 11:17:00 +0200
1797
0097a5f8
DM
1798pve-manager (4.0-25) unstable; urgency=medium
1799
1800 * Added UI elements for the backup job disabling function
1801
1802 * implement snapshot support for LXC
1803
1804 * Added parallel compress support for vzdump with pigz
1805
1806 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 13:28:24 +0200
1807
62414ad6
DM
1808pve-manager (4.0-24) unstable; urgency=medium
1809
1810 * NetworkEdit: use pvetextfield instead of numberfield
1811
1812 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2015 07:22:05 +0200
1813
08d3b7d0
DM
1814pve-manager (4.0-23) unstable; urgency=medium
1815
1816 * use updated LXC template list
1817
1818 -- Proxmox Support Team <support@proxmox.com> Thu, 02 Jul 2015 12:02:29 +0200
1819
3efe7f0e
DM
1820pve-manager (4.0-22) unstable; urgency=medium
1821
1822 * add embedded novnc console for nodes
1823
ab31b64d
DM
1824 * fix bug #648: forward call to correct node
1825
3efe7f0e
DM
1826 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2015 16:16:42 +0200
1827
262dfd8c
DM
1828pve-manager (4.0-21) unstable; urgency=medium
1829
1830 * do not show monitor and console for templates
1831
1832 -- Proxmox Support Team <support@proxmox.com> Sun, 28 Jun 2015 09:19:39 +0200
1833
4c0caa74
DM
1834pve-manager (4.0-20) unstable; urgency=medium
1835
1836 * add embedded lxc novnc console
1837
1838 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Jun 2015 12:24:07 +0200
1839
5ef6586f
DM
1840pve-manager (4.0-19) unstable; urgency=medium
1841
1842 * add embedded qemu novnc console
1843
1844 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jun 2015 12:58:53 +0200
1845
00fc67e1
DM
1846pve-manager (4.0-18) unstable; urgency=medium
1847
1848 * node networking GUI: add IPV6 support
1849
1850 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jun 2015 10:06:53 +0200
1851
c9e8616e
DM
1852pve-manager (4.0-17) unstable; urgency=medium
1853
1854 * add noVNC resize feature
1855
1856 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jun 2015 17:56:06 +0200
1857
5411318e
DM
1858pve-manager (4.0-16) unstable; urgency=medium
1859
1860 * pveversion: fix package list for pve 4.0
1861
1862 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2015 12:25:54 +0200
1863
53aba067
DM
1864pve-manager (4.0-15) unstable; urgency=medium
1865
1866 * fix bug #644: remove old java console
1867
1868 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2015 09:09:59 +0200
1869
ff455351
DM
1870pve-manager (4.0-14) unstable; urgency=medium
1871
1872 * qemu GUI: fix CD edit (bug #640)
1873
54dcda35
DM
1874 * Fix qemu create wizard when iothread is set
1875
1876 * Force Internet Explorer to interpret pages in IE10 compatibility modus
1877
ff455351
DM
1878 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2015 06:46:19 +0200
1879
8f1ce02e
DM
1880pve-manager (4.0-13) unstable; urgency=medium
1881
1882 * use pvetest repository for beta release
1883
1884 * GUI: display version 4.0Beta to mark this a beta release.
1885
1886 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 12:28:38 +0200
1887
ad7d2886
DM
1888pve-manager (4.0-12) unstable; urgency=medium
1889
1890 * change pve-manager service type to oneshot
1891
b49ea621
AD
1892 * add iothread option
1893
ad7d2886
DM
1894 -- Proxmox Support Team <support@proxmox.com> Wed, 10 Jun 2015 09:05:29 +0200
1895
db95f503
DM
1896pve-manager (4.0-11) unstable; urgency=medium
1897
1898 * API change: remove bootlog API
1899
1900 * fix LogView widget
1901
1902 * use Wants instead of Requires inside systemd service definitions
1903
1904 * implement service API using systemctl
1905
1906 * add cpu options form
1907
1908 * add virtio-scsi-single scsi controller
1909
1910 * add IvyBridge cpu model
1911
1912 * LXC GUI: use cpulimit instead of cpus
1913
1914 * remove UBC GUI
1915
1916 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Jun 2015 12:22:58 +0200
1917
b62704fe
DM
1918pve-manager (4.0-10) unstable; urgency=medium
1919
1920 * API change: /cluster/status - do not use clustat
1921
1922 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Jun 2015 11:07:13 +0200
1923
667efc02
DM
1924pve-manager (4.0-9) unstable; urgency=medium
1925
1926 * pveproxy: add ipv6 support
1927
1928 -- Proxmox Support Team <support@proxmox.com> Fri, 08 May 2015 12:44:52 +0200
1929
8977352d
DM
1930pve-manager (4.0-8) unstable; urgency=medium
1931
1932 * use name based trigger to restart API server
1933
1934 -- Proxmox Support Team <support@proxmox.com> Tue, 05 May 2015 14:43:48 +0200
1935
6c5a9a7f
DM
1936pve-manager (4.0-7) unstable; urgency=medium
1937
1938 * improve LXC GUI
1939
1940 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Apr 2015 18:49:13 +0200
1941
6540e56d
DM
1942pve-manager (4.0-6) unstable; urgency=medium
1943
1944 * containers: use LXC instead of OpenVZ
1945
1946 -- Proxmox Support Team <support@proxmox.com> Sat, 18 Apr 2015 09:49:31 +0200
1947
d512c1a9
DM
1948pve-manager (4.0-5) unstable; urgency=medium
1949
1950 * ha GUI: show configuration errors
4289f2bc
DM
1951
1952 * fix apt sources for jessie
d512c1a9
DM
1953
1954 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Apr 2015 09:55:48 +0200
1955
b8ebebe1
DM
1956pve-manager (4.0-4) unstable; urgency=medium
1957
1958 * implement new GUI for HA
1959
1960 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Apr 2015 18:49:20 +0200
1961
70f1e597
DM
1962pve-manager (4.0-3) unstable; urgency=medium
1963
1964 * use new pve-ha-manager
1965
1966 * remove OpenVZ related code
1967
1968 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Mar 2015 13:42:15 +0100
1969
a503beb3
DM
1970pve-manager (4.0-2) unstable; urgency=medium
1971
1972 * fix proxversion -v for jessie release
1973
1974 * add PIDFile option for systemd services
1975
1976 * avoid shell scripts in systemd service definitions
1977
1978 * depend on systemd, add service files
1979
1980 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Mar 2015 11:35:33 +0100
1981
1982pve-manager (4.0-1) unstable; urgency=medium
1983
1984 * first version for Debian jessie
1985
1986 -- Proxmox Support Team <support@proxmox.com> Sat, 28 Feb 2015 09:34:33 +0100
1987
1adf98da
DM
1988pve-manager (3.4-1) unstable; urgency=low
1989
1990 * write_ceph_config: also write mds sections
1991
1992 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Feb 2015 06:31:48 +0100
1993
f1a46768
DM
1994pve-manager (3.3-21) unstable; urgency=low
1995
1996 * write_ceph_config: also write client section
1997
1998 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Feb 2015 05:51:37 +0100
1999
830f5a93
DM
2000pve-manager (3.3-20) unstable; urgency=low
2001
2002 * pveceph: use LWP to download release key (instead of wget)
2003
2004 * GUI: add multiqueues field to NIC form
2005
2006 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Feb 2015 09:03:08 +0100
2007
e7001068
DM
2008pve-manager (3.3-19) unstable; urgency=low
2009
2010 * GUI: fixes for CDROM hotplug
2011
2012 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Feb 2015 08:03:26 +0100
2013
ef99da55
DM
2014pve-manager (3.3-18) unstable; urgency=low
2015
2016 * GUI: add startall/stopall/migrateall menu buttons
2017
2018 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Feb 2015 09:17:50 +0100
2019
f54433af
DM
2020pve-manager (3.3-17) unstable; urgency=low
2021
2022 * memory form : hotplug improvements
2023
2024 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Feb 2015 11:48:18 +0100
2025
e51d0d55
DM
2026pve-manager (3.3-16) unstable; urgency=low
2027
2028 * pveproxy: set method to tlsv1 (required for IE)
2029
2030 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Feb 2015 11:42:56 +0100
2031
7ba6e873
DM
2032pve-manager (3.3-15) unstable; urgency=low
2033
2034 * GUI: implement hotplug feature selector
2035
2036 * GUI: add UI for local ZFS storage
2037
2038 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Jan 2015 12:37:36 +0100
2039
03aef10e
DM
2040pve-manager (3.3-14) unstable; urgency=low
2041
2042 * HardwareView: correctly enable/disable buttons
2043
2044 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jan 2015 09:13:09 +0100
2045
0affc222
DM
2046pve-manager (3.3-13) unstable; urgency=low
2047
2048 * PendingObjectGrid: improve detection of pending changes
2049
2050 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jan 2015 12:57:21 +0100
2051
8f9540a1
DM
2052pve-manager (3.3-12) unstable; urgency=low
2053
2054 * add numa option to processor form
2055
2056 * fix rendering of pending processor values
7de06269
DM
2057
2058 * GUI: dynamically update VM config every 5 seconds
8f9540a1
DM
2059
2060 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Jan 2015 08:39:16 +0100
2061
19ef60c5 2062pve-manager (3.3-11) unstable; urgency=low
caea0c79
WL
2063
2064 * New 'disconnect' button on the network edit pannel.
19ef60c5 2065
eab837c4
DM
2066 * Fix backup failure at shutdown (stop backup on host shutdown)
2067
2068 * vzdump: new option --stop to abort running backup job
2069
19ef60c5
DM
2070 * Support additional e1000 variants for VM machines
2071
2072 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Jan 2015 07:17:34 +0100
2073
8a9e2b10
DM
2074pve-manager (3.3-10) unstable; urgency=low
2075
2076 * fix restart behavior
2077
2078 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Jan 2015 07:21:43 +0100
2079
05c21c72
DM
2080pve-manager (3.3-9) unstable; urgency=low
2081
2082 * qemu GUI: support new pending changes API
2083
2084 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Jan 2015 13:28:25 +0100
2085
7ae066cb
DM
2086pve-manager (3.3-8) unstable; urgency=low
2087
2088 * pveproxy: support TLS1.1 and TLS1.2
2089
2090 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Dec 2014 14:04:36 +0100
2091
4536f278
DM
2092pve-manager (3.3-7) unstable; urgency=low
2093
2094 * vzdump: avoid warning about uninitialized value
2095
2096 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Nov 2014 06:57:04 +0100
2097
77e3397e
DM
2098pve-manager (3.3-6) unstable; urgency=low
2099
2100 * VZDump: added email notification setting
2101
2102 * fix Bug #579: add START parameter in /etc/default/pve-manager
2103
2104 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Nov 2014 06:37:36 +0100
2105
c19a07dd
DM
2106pve-manager (3.3-5) unstable; urgency=low
2107
2108 * VZDump: send an error email in case of lock failure
2109
2110 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Oct 2014 11:04:47 +0200
2111
fb4fa773
DM
2112pve-manager (3.3-4) unstable; urgency=low
2113
2114 * pveproxy: limit ourselfes to tlsv1
2115
2116 -- Proxmox Support Team <support@proxmox.com> Wed, 15 Oct 2014 15:49:17 +0200
2117
851570dd
DM
2118pve-manager (3.3-3) unstable; urgency=low
2119
2120 * openvz: implement suspend/resume
2121
2122 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Oct 2014 09:37:47 +0200
2123
f183a9fb
DM
2124pve-manager (3.3-2) unstable; urgency=low
2125
2126 * fix bug #534: implement firewall checkbox for OpenVZ CreateWizard
2127
2128 -- Proxmox Support Team <support@proxmox.com> Wed, 17 Sep 2014 16:34:27 +0200
2129
6a04bb94
DM
2130pve-manager (3.3-1) unstable; urgency=low
2131
2132 * i18n: small fixes
2133
2134 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Sep 2014 09:55:22 +0200
2135
10fe1979
DM
2136pve-manager (3.2-31) unstable; urgency=low
2137
2138 * GUI: add new email_from option to datacenter.cfg
2139
2140 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Sep 2014 17:35:04 +0200
2141
29f04884
DM
2142pve-manager (3.2-30) unstable; urgency=low
2143
2144 * resourcegrid : add template menu
2145
2146 * fix label width for spanish translation
2147
2148 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Sep 2014 11:38:20 +0200
2149
c5f38bde
DM
2150pve-manager (3.2-29) unstable; urgency=low
2151
2152 * glusterfs GUI: new option to specify backup volfile server
2153
2154 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Aug 2014 11:52:49 +0200
2155
0957d894
DM
2156pve-manager (3.2-28) unstable; urgency=low
2157
2158 * GUI: allow to add ZFS storage
2159
2160 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Aug 2014 09:36:23 +0200
2161
1b83a622
DM
2162pve-manager (3.2-27) unstable; urgency=low
2163
2164 * fix bug #554: do not set delete flag on Auth create
2165
2166 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Aug 2014 12:07:51 +0200
2167
1f902a91
DM
2168pve-manager (3.2-26) unstable; urgency=low
2169
2170 * GUI: use better icons for storage menu
2171
2172 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Aug 2014 09:20:31 +0200
2173
a986c65d
DM
2174pve-manager (3.2-25) unstable; urgency=low
2175
7363b515
DM
2176 * GUI: add discard option to qemu drive
2177
2178 * GUI: add Broadwell cpu model
a986c65d
DM
2179
2180 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Aug 2014 12:19:00 +0200
2181
95c9314c
DM
2182pve-manager (3.2-24) unstable; urgency=low
2183
2184 * GUI: add new 'Pool View'
4f741a2e
DM
2185
2186 * GUI: show correct node status in 'Storage View'
95c9314c
DM
2187
2188 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Aug 2014 08:07:59 +0200
2189
8caff669
DM
2190pve-manager (3.2-23) unstable; urgency=low
2191
2192 * update Spanish translation
2193
2194 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Aug 2014 10:11:43 +0200
2195
1ebab199
DM
2196pve-manager (3.2-22) unstable; urgency=low
2197
2198 * mobile: register OpenVZ migrate page
2199
2200 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Aug 2014 11:08:16 +0200
2201
e8c30905
DM
2202pve-manager (3.2-21) unstable; urgency=low
2203
2204 * novnc: add sendKey menufor KVM VMs
2205
2206 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Aug 2014 09:09:47 +0200
2207
6680b0e2
DM
2208pve-manager (3.2-20) unstable; urgency=low
2209
2210 * add sencha touch based GUI for mobile devices
eeb7a7a6
DM
2211
2212 * update Chinese translation (zh_CN).
6680b0e2
DM
2213
2214 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Aug 2014 09:30:49 +0200
2215
6ed15608
DM
2216pve-manager (3.2-19) unstable; urgency=low
2217
2218 * HA migrate: return non-critical error if migrate failed by VM is still
2219 running
2220
2221 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Jul 2014 07:14:55 +0200
2222
b5dfdb10
DM
2223pve-manager (3.2-18) unstable; urgency=low
2224
2225 * oath GUI: add 'step' and 'digit' options
2226
2227 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Jul 2014 07:27:22 +0200
2228
89e00d1a
DM
2229pve-manager (3.2-17) unstable; urgency=low
2230
c5ebd41f 2231 * include improved Spanish translation
89e00d1a 2232
c5ebd41f
DM
2233 * allow to set/edit two factor authentication (yubico, oath)
2234
89e00d1a
DM
2235 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Jul 2014 08:23:02 +0200
2236
0accf2da
DM
2237pve-manager (3.2-16) unstable; urgency=low
2238
2239 * noVNC console: correctly display connection error
2240
2241 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Jun 2014 10:31:28 +0200
2242
95f1807c
DM
2243pve-manager (3.2-15) unstable; urgency=low
2244
2245 * Qemu GUI: add support to edit SMBIOS settings
2246
2247 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Jun 2014 13:21:54 +0200
2248
35b84946
DM
2249pve-manager (3.2-14) unstable; urgency=low
2250
2251 * use case insensitive match for websocket upgrade (make it work with IE)
2252
2253 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jun 2014 13:26:23 +0200
2254
526fa381
DM
2255pve-manager (3.2-13) unstable; urgency=low
2256
2257 * use noVNC as default console viewer
2258
2259 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jun 2014 07:24:04 +0200
2260
2ecff088
DM
2261pve-manager (3.2-12) unstable; urgency=low
2262
2263 * implement novnc console for openvz and shell
2264
2265 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Jun 2014 17:39:10 +0200
2266
62acbee9
DM
2267pve-manager (3.2-11) unstable; urgency=low
2268
2269 * add Persian (Farsi) translation.
2270
2271 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Jun 2014 06:31:39 +0200
2272
4b48589a
DM
2273pve-manager (3.2-10) unstable; urgency=low
2274
2275 * HTTPServer: implement websockets
2276
2277 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Jun 2014 12:12:51 +0200
2278
085c4324
DM
2279pve-manager (3.2-9) unstable; urgency=low
2280
2281 * kvm: add noVNC console
2282
2283 * depend on pve-novnc
2284
2285 * trim subscription key to avoid unexpected errors
2286
2287 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jun 2014 09:10:18 +0200
2288
53778f92
DM
2289pve-manager (3.2-8) unstable; urgency=low
2290
2291 * add enable option to datacenter firewall.
2292
2293 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Jun 2014 08:47:41 +0200
2294
e9524128
DM
2295pve-manager (3.2-7) unstable; urgency=low
2296
2297 * add Firewall GUI
2298
2299 * openvz: add bridge vlan && firewall options to gui
2300
2301 * depend on pve-firewall
2302
2303 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Jun 2014 09:07:50 +0200
2304
b14da6fb
DM
2305pve-manager (3.2-6) unstable; urgency=low
2306
2307 * fix bug #300: use disk_quota default settings from /etv/vz/vz.conf
2308
2309 -- Proxmox Support Team <support@proxmox.com> Tue, 06 May 2014 06:58:23 +0200
2310
0e2643d9
DM
2311pve-manager (3.2-5) unstable; urgency=low
2312
2313 * produce nicer html for direct API access (/api2/html)
2314
2315 * always delay unauthorized calls
2316
2317 -- Proxmox Support Team <support@proxmox.com> Fri, 02 May 2014 12:01:23 +0200
2318
87e66c78
DM
2319pve-manager (3.2-4) unstable; urgency=low
2320
2321 * add X-UA-Compatible tag to avoid IE GUI bugs
2322
2323 -- Proxmox Support Team <support@proxmox.com> Sat, 26 Apr 2014 09:34:53 +0200
2324
902fc75b
DM
2325pve-manager (3.2-3) unstable; urgency=low
2326
2327 * add Euskera (Basque) translations
2328
2329 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Apr 2014 11:25:54 +0200
2330
fc461507
DM
2331pve-manager (3.2-2) unstable; urgency=low
2332
2333 * pveceph: fix purge command
2334
2335 * pheceph: add -version argument to install (defaults to dumpling)
2336
2337 * spice-example-sh: avoid use of sed and aw
2338
2339 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Apr 2014 06:04:04 +0200
2340
b3e1c610
DM
2341pve-manager (3.2-1) unstable; urgency=low
2342
2343 * bump version for 3.2 release
2344
2345 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Mar 2014 06:43:46 +0100
2346
6c593f00
DM
2347pve-manager (3.1-45) unstable; urgency=low
2348
2349 * parseQemuNetwork: add vmxnet3
072188dc
DM
2350
2351 * add /usr/share/doc/pve-manager/examples/spice-example-sh
6c593f00
DM
2352
2353 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Mar 2014 07:06:02 +0100
2354
94911848
DM
2355pve-manager (3.1-44) unstable; urgency=low
2356
2357 * re-add support for spiceconfig output format (revert commit
2358 97da4646288d2806c334c6a1c1361acb22df0535 and commit
2359 b96fb2234a7df02999489cc1f33ad52defac8998)
2360
2361 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Feb 2014 12:49:35 +0100
2362
b5eda023
DM
2363pve-manager (3.1-43) unstable; urgency=low
2364
2365 * fix network API (make comments optional)
2366
2367 -- Proxmox Support Team <support@proxmox.com> Sun, 16 Feb 2014 09:27:18 +0100
2368
8b42516e
DM
2369pve-manager (3.1-42) unstable; urgency=low
2370
2371 * vzdump: add MIME-Version header
2372
2373 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Feb 2014 08:41:34 +0100
2374
478b65eb
DM
2375pve-manager (3.1-41) unstable; urgency=low
2376
2377 * ceph: improve GUI feedback using TaskProgress.js
2378
2379 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jan 2014 13:38:41 +0100
2380
eb4acb3f
DM
2381pve-manager (3.1-40) unstable; urgency=low
2382
2383 * ceph: use setsid for service commands
2384
2385 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jan 2014 10:42:41 +0100
2386
28ea153e
DM
2387pve-manager (3.1-39) unstable; urgency=low
2388
2389 * ceph: view osd commit/apply latency
2390
2391 * ceph: display osd usage
2392
2393 * ceph: display pool usage information
2394
2395 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Jan 2014 10:22:20 +0100
2396
e685d66a
DM
2397pve-manager (3.1-38) unstable; urgency=low
2398
2399 * ceph: add API and buttons for osd in/out
2400
2401 * use longer rados timeouts when inside worker tasks
2402
2403 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Jan 2014 12:49:46 +0100
2404
5c7761ad
DM
2405pve-manager (3.1-37) unstable; urgency=low
2406
2407 * fixes for new PVE::RADOS perl bindings
2408
2409 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Jan 2014 12:12:27 +0100
2410
af49c101
DM
2411pve-manager (3.1-36) unstable; urgency=low
2412
2413 * use PVE::RADOS perl bindings
2414
2415 * set spiceterm timeout to 40
2416
2417 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Jan 2014 08:57:42 +0100
2418
4120608d
DM
2419pve-manager (3.1-35) unstable; urgency=low
2420
2421 * update max cores limit to 128
2422
2423 * use separate window for disk IO-throttle form
2424
2425 * ceph: improve disk usage detection
2426
2427 * ceph: allow to specify separate journal disks
2428
2429 * depend on gdisk
2430
2431 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jan 2014 11:43:54 +0100
2432
54568c52
DM
2433pve-manager (3.1-34) unstable; urgency=low
2434
2435 * ocf agent: retry get_vmlist if we get an empty list
2436
2437 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jan 2014 10:47:12 +0100
2438
d6261e31
DM
2439pve-manager (3.1-33) unstable; urgency=low
2440
2441 * ceph: return decompiled crush map in text format
2442
2443 * ceph: try to unmount OSD after removal
946662f6
DM
2444
2445 * ceph: only use 64 PGs by default
2446
2447 * ceph: allow to specify crush ruleset on pool creation
d6261e31
DM
2448
2449 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jan 2014 10:58:49 +0100
2450
a5f42e3a
DM
2451pve-manager (3.1-32) unstable; urgency=low
2452
2453 * add mtu support for manual interfaces
2454
2455 * pveceph: allow to set min_size for pools, fix osd remove
2456
2457 * improve OVS GUI
2458
2459 * add support to change bond_xmit_hash_policy on linux bond devices
2460
2461 -- Proxmox Support Team <support@proxmox.com> Tue, 31 Dec 2013 10:17:52 +0100
2462
11fb3bb2
DM
2463pve-manager (3.1-31) unstable; urgency=low
2464
2465 * add OpenVSwitch GUI
2466
2467 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Dec 2013 09:53:29 +0100
2468
4c7ab955
DM
2469pve-manager (3.1-30) unstable; urgency=low
2470
2471 * ceph GUI: fix state handling
2472
2473 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Dec 2013 07:23:52 +0100
2474
f43b6440
DM
2475pve-manager (3.1-29) unstable; urgency=low
2476
2477 * include Ceph GUI
2478
2479 -- Proxmox Support Team <support@proxmox.com> Sat, 21 Dec 2013 08:15:59 +0100
2480
5272d70b
DM
2481pve-manager (3.1-28) unstable; urgency=low
2482
2483 * GUI: use new console split-button everywhere
2484
2485 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Dec 2013 07:24:28 +0100
2486
93425390
DM
2487pve-manager (3.1-27) unstable; urgency=low
2488
2489 * API: remove spiceconfig format
2490
2491 * GUI: allow to open SPICE console with command menu
2492
2493 * set correct locale environment when running spiceterm
2494
2495 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Dec 2013 11:52:17 +0100
2496
ef110749
DM
2497pve-manager (3.1-26) unstable; urgency=low
2498
2499 * add new console option to datacenter.cfg (java applet vs. spice)
2500
2501 * new execute API (execute multiple commands with one request)
2502
2503 * depend on spiceterm
2504
2505 * better GUI for console (use a splitbutton)
2506
2507 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Dec 2013 12:07:05 +0100
2508
cf727cab
DM
2509pve-manager (3.1-25) unstable; urgency=low
2510
2511 * delay UNAUTHORIZED response to avoid DOS attac
b0a65294
DM
2512
2513 * fix typo in pve cron script
429d25a3
DM
2514
2515 * backup GUI: fix VMID selection bug
cf727cab
DM
2516
2517 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2013 11:20:37 +0100
2518
f98fdb5c
DM
2519pve-manager (3.1-24) unstable; urgency=low
2520
2521 * fix IP address parser for OpenVZ containers
bb30e326
DM
2522
2523 * fix UPID parser for long uptimes (> 497 days)
f98fdb5c
DM
2524
2525 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Nov 2013 10:48:19 +0100
2526
7fb0bd96
DM
2527pve-manager (3.1-23) unstable; urgency=low
2528
2529 * subscription updates: set UserAgent header on proxy connect request
626add47
DM
2530
2531 * correctly set content type for GUI index page
035cde2b
DM
2532
2533 * allow to add ipv6 address to OpenVZ containers
7fb0bd96
DM
2534
2535 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Oct 2013 10:20:02 +0100
2536
af23db0e
DM
2537pve-manager (3.1-22) unstable; urgency=low
2538
2539 * spice: ignore the case of the characters in hostname match
2540
2541 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Oct 2013 08:16:32 +0100
2542
c9e1c6cb
DM
2543pve-manager (3.1-21) unstable; urgency=low
2544
2545 * update French translation
2546
2547 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Oct 2013 06:11:56 +0200
2548
ef29cdcf
DM
2549pve-manager (3.1-20) unstable; urgency=low
2550
2551 * some GUI optimizations for slow connections
2552
2553 * remove nexenta plugin
2554
2555 * ZFS GUI rework
2556
2557 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Oct 2013 07:46:59 +0200
2558
bcd1d77c
DM
2559pve-manager (3.1-19) unstable; urgency=low
2560
2561 * vzdump: remove temporary directories (revert bug introduced by
2562 commit 1bb6e88fd65bb44a745065d2d899832f6ea0a2f5)
62d4bcf6
DM
2563
2564 * add Editor for new ZFSPlugin
bcd1d77c
DM
2565
2566 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Oct 2013 06:55:58 +0200
2567
5b1b7920
DM
2568pve-manager (3.1-18) unstable; urgency=low
2569
2570 * GUI: add multi-monitor support for spice
2571
2572 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Oct 2013 10:41:57 +0200
2573
acc38a5e
DM
2574pve-manager (3.1-17) unstable; urgency=low
2575
2576 * openvz create/restore: use new PVE::Storage::abs_filesystem_path() in
2577 order to correctly activate the storage.
2578
2579 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 12:47:22 +0200
2580
a107e264
DM
2581pve-manager (3.1-16) unstable; urgency=low
2582
2583 * do not use -w switch as it breaks modules
86a6e398
DM
2584
2585 * pveproxy: fix configuration parser for /dec/defaults/pveproxy
a107e264
DM
2586
2587 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 10:37:39 +0200
2588
08d8bcb2
DM
2589pve-manager (3.1-15) unstable; urgency=low
2590
2591 * add solaris ostype
2592
2593 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Sep 2013 08:29:49 +0200
2594
2051816c
DM
2595pve-manager (3.1-14) unstable; urgency=low
2596
2597 * avoid warning in daily cron script
2598
2599 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Sep 2013 06:41:03 +0200
2600
dc4da814
DM
2601pve-manager (3.1-13) unstable; urgency=low
2602
2603 * dissable SSL compression (avoid TLS CRIME vulnerability)
2604
2605 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Sep 2013 07:17:17 +0200
2606
8f3315e1
DM
2607pve-manager (3.1-12) unstable; urgency=low
2608
2609 * fix bug #456: allow glusterfs as backup storage
2610
2611 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Sep 2013 08:12:24 +0200
2612
28272ca2
DM
2613pve-manager (3.1-11) unstable; urgency=low
2614
2615 * vzdump: fix hook script environment for job-* phase
2616
2617 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Sep 2013 06:55:30 +0200
2618
b24a745f
DM
2619pve-manager (3.1-10) unstable; urgency=low
2620
2621 * vzdump: pass storage ID to hook scripts
2622
2623 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Sep 2013 06:21:59 +0200
2624
867ee6ea
DM
2625pve-manager (3.1-9) unstable; urgency=low
2626
2627 * depend on libcrypt-ssleay-perl and liblwp-protocol-https-perl (for
2628 correct LWP https support)
2629
2630 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Sep 2013 06:46:44 +0200
2631
32d63edc
DM
2632pve-manager (3.1-8) unstable; urgency=low
2633
2634 * fix https proxy calls (always use CONNECT)
2635
2636 * use correct changelog URLs for pve repositories
2637
2638 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Sep 2013 11:39:49 +0200
2639
c127989d
DM
2640pve-manager (3.1-7) unstable; urgency=low
2641
2642 * vzdump: correctly handle maxfiles parameter (0 is unlimited)
2643
2644 * improve API2Client.pm code
2645
2646 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Sep 2013 11:00:46 +0200
2647
f21e19cb
DM
2648pve-manager (3.1-6) unstable; urgency=low
2649
2650 * update German translation
2651
2652 * update Chinese translation
2653
2654 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Sep 2013 07:03:02 +0200
2655
38f6e3b9
DM
2656pve-manager (3.1-5) unstable; urgency=low
2657
2658 * apt: proxy changelog API call to correct node
2659
2660 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Aug 2013 10:24:53 +0200
2661
26e888be
DM
2662pve-manager (3.1-4) unstable; urgency=low
2663
2664 * apt: only consider installed packages
2665
2666 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Aug 2013 10:07:56 +0200
2667
2a12e8c3
DM
2668pve-manager (3.1-3) unstable; urgency=low
2669
2670 * add new favicon.ico
2671
2672 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2013 13:08:07 +0200
2673
16fe0ceb
DM
2674pve-manager (3.1-2) unstable; urgency=low
2675
2676 * fix perl dependencies
c576f184
DM
2677
2678 * display subscription status after login
16fe0ceb
DM
2679
2680 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2013 06:15:27 +0200
2681
27c62ee7
DM
2682pve-manager (3.1-1) unstable; urgency=low
2683
2684 * bump RELEASE to 3.1
2685
2686 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Aug 2013 07:50:00 +0200
2687
d3b1551f
DM
2688pve-manager (3.0-38) unstable; urgency=low
2689
2690 * add GUI for GlusterFS storage
56f57985
DM
2691
2692 * vzdump: wait one second before unmounting the snapshot (avoid device busy error)
d3b1551f
DM
2693
2694 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2013 10:32:05 +0200
2695
857eb12e
DM
2696pve-manager (3.0-37) unstable; urgency=low
2697
2698 * apt: try to detect new packages
2699
2700 * tell apt to use http_proxy settings
2701
2702 * support to view changelogs for available pve packages
2703
2704 * allow to configure cipher list for pveproxy
2705
2706 * automatically add pve repository to apt sources list
2707
2708 * allow to use serial terminal as display
2709
2710 * avoid apt autoremoval for pve-kernel packages
2711
2712 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Aug 2013 10:11:33 +0200
2713
ae022667
DM
2714pve-manager (3.0-36) unstable; urgency=low
2715
2716 * fix proxy loop assertion for spiceproxy
2717
2718 * pveproxy: use same cipher list as debian apache ssl.conf
b628df18
DM
2719
2720 * avoid apt autoremoval for pve-kernel packages
ae022667
DM
2721
2722 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jul 2013 12:43:38 +0200
2723
cf170667
DM
2724pve-manager (3.0-35) unstable; urgency=low
2725
2726 * fix proxy loop assertion
2727
2728 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Jul 2013 08:36:17 +0200
2729
e63d8c52
DM
2730pve-manager (3.0-34) unstable; urgency=low
2731
2732 * avoid proxy loops
2733
2734 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jul 2013 10:52:50 +0200
2735
82194e76
DM
2736pve-manager (3.0-33) unstable; urgency=low
2737
2738 * correctly initialize $rpcenv in spiceproxy
2739
2740 * fix bug #437: include pve-libspice-server1 in package list
2741
2742 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jul 2013 11:41:00 +0200
2743
bffeaecf
DM
2744pve-manager (3.0-32) unstable; urgency=low
2745
2746 * improved spice proxy code
2747
2748 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Jul 2013 12:29:04 +0200
2749
68143dd1
DM
2750pve-manager (3.0-31) unstable; urgency=low
2751
2752 * add button to start SPICE console
2753
2754 * add spiceproxy server
2755
2756 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Jun 2013 13:40:55 +0200
2757
7fe4ba9e
DM
2758pve-manager (3.0-30) unstable; urgency=low
2759
2760 * fix upgrade shell (quoting bug)
2761
2762 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2013 08:18:47 +0200
2763
8cfd96ad
DM
2764pve-manager (3.0-29) unstable; urgency=low
2765
2766 * new pveupgrade script, used to display additional information to the
2767 user (reboot required? database up to date? ...)
2768
2769 * add button to display package versions, to provide same info as
2770 'pveversion -v' on GUI.
2771
2772 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Jun 2013 12:07:44 +0200
2773
159dfacd
DM
2774pve-manager (3.0-28) unstable; urgency=low
2775
2776 * fix bug #408: reset ENV before starting shell
2777
2778 * fix bug #379: allow to overwrite existing CTs if user has VM.Backup
2779 permissions
2780
2781 * Allow to send notification mail about new packages.
2782
2783 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Jun 2013 11:12:50 +0200
2784
a481aebb
DM
2785pve-manager (3.0-27) unstable; urgency=low
2786
2787 * package manager: run system upgrade inside VNC shell, group packages
2788 by 'Origin', remove apt/upgrade API completely.
2789
2790 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Jun 2013 11:59:49 +0200
2791
1eb62794
DM
2792pve-manager (3.0-26) unstable; urgency=low
2793
2794 * package manager: improve changelog viewer, bug fixes
2795
2796 -- Proxmox Support Team <support@proxmox.com> Tue, 18 Jun 2013 11:49:16 +0200
2797
d9b9dae0
DM
2798pve-manager (3.0-25) unstable; urgency=low
2799
2800 * add package update manager to GUI
2801
2802 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Jun 2013 13:09:02 +0200
2803
7f3d8870
DM
2804pve-manager (3.0-24) unstable; urgency=low
2805
2806 * update Norwegian translations
2807
2808 * rrd display : avoid 2 refresh
2809
2810 * avoid gzip http response for png & gif & jar
2811
2812 -- Proxmox Support Team <support@proxmox.com> Wed, 12 Jun 2013 07:24:54 +0200
2813
c7c42353
DM
2814pve-manager (3.0-23) unstable; urgency=low
2815
2816 * fix bug #368: use vtype 'DnsName' to verify host names
2817
2818 * fix bug #401: disable connection timeout during API call processing
2819
2820 * add suport for new qemu-server async configuration API
2821
2822 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Jun 2013 11:52:15 +0200
2823
a3096bbd
DM
2824pve-manager (3.0-22) unstable; urgency=low
2825
2826 * support 'delete' flag for 'Move disk'
2827
2828 -- Proxmox Support Team <support@proxmox.com> Fri, 31 May 2013 10:59:59 +0200
2829
8d0eb07d
DM
2830pve-manager (3.0-21) unstable; urgency=low
2831
2832 * add 'Move disk' button for storage migration
2833
2834 -- Proxmox Support Team <support@proxmox.com> Wed, 29 May 2013 13:03:33 +0200
2835
06ecc1ae
DM
2836pve-manager (3.0-20) unstable; urgency=low
2837
2838 * fix login problem when http_proxy is set
2839
2840 -- Proxmox Support Team <support@proxmox.com> Thu, 23 May 2013 07:29:25 +0200
2841
c5cf036a
DM
2842pve-manager (3.0-19) unstable; urgency=low
2843
2844 * updated Chinese translation
e3110298
DM
2845
2846 * allow to upload files with spaces in filename (replace with '_')
1e53b5b3
DM
2847
2848 * allow to delete pools with non-existent VMs/Storage
c5cf036a
DM
2849
2850 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2013 06:04:49 +0200
2851
32e2ce76
DM
2852pve-manager (3.0-18) unstable; urgency=low
2853
2854 * use correct icons for templates
2855
2856 * sort templates after regular VMs
2857
2858 * update German translation
2859
2860 * update French translation
2861
2862 -- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2013 10:58:47 +0200
2863
82fc6300
DM
2864pve-manager (3.0-17) unstable; urgency=low
2865
2866 * fix bug #374: correctly remove destroyed container from pool
2867
2868 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 12:13:28 +0200
2869
bd9e5096
DM
2870pve-manager (3.0-16) unstable; urgency=low
2871
2872 * Clone: only list usable/available target stores
2873
2874 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 10:14:05 +0200
2875
d66efd2c
DM
2876pve-manager (3.0-15) unstable; urgency=low
2877
bd9e5096 2878 * fix bug #385: correctly handle Accept-Encoding
d66efd2c
DM
2879
2880 -- Proxmox Support Team <support@proxmox.com> Mon, 13 May 2013 09:12:41 +0200
2881
38235da4
DM
2882pve-manager (3.0-14) unstable; urgency=low
2883
2884 * qmtemplate task : format task description correctly
2885
2886 -- Proxmox Support Team <support@proxmox.com> Fri, 10 May 2013 09:32:00 +0200
2887
23222ef4
DM
2888pve-manager (3.0-13) unstable; urgency=low
2889
2890 * minor GUI cleanups
2891
2892 -- Proxmox Support Team <support@proxmox.com> Tue, 07 May 2013 07:54:01 +0200
2893
ae266e07
DM
2894pve-manager (3.0-12) unstable; urgency=low
2895
2896 * add Clone GUI
2897
2898 -- Proxmox Support Team <support@proxmox.com> Mon, 06 May 2013 11:37:35 +0200
2899
0945c974
DM
2900pve-manager (3.0-11) unstable; urgency=low
2901
2902 * fix NodeSelector
2903
2904 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Apr 2013 09:56:26 +0200
2905
0ee3bc7a
DM
2906pve-manager (3.0-10) unstable; urgency=low
2907
2908 * pveproxy: implement if-modified-since
2909
2910 * pveproxy: implement host based access control
2911
2912 * implement node netstat call to get current tap network counters
2913
2914 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Apr 2013 08:05:11 +0200
2915
757b733c
DM
2916pve-manager (3.0-9) unstable; urgency=low
2917
2918 * http: improve security by setting size limits
2919
2920 * stop keep-alive when there are many open connections
2921
2922 * improve syslog for file uploads
2923
2924 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Apr 2013 11:56:00 +0200
2925
6bfd3d80
DM
2926pve-manager (3.0-8) unstable; urgency=low
2927
2928 * disable Nagle algorithm to maximitze performance
2929
2930 * fix multipart parser
2931
2932 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Apr 2013 07:43:56 +0200
2933
a1d78a68
DM
2934pve-manager (3.0-7) unstable; urgency=low
2935
2936 * use new event driven https server instead of apache2 (pveproxy)
2937
2938 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Apr 2013 12:31:50 +0200
2939
c2dde0d8
DM
2940pve-manager (3.0-6) unstable; urgency=low
2941
2942 * depend on ibnet-http-perl (>= 6.06-1). Older versions triggers bugs
2943 with LWP::UserAgent
2944
2945 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Mar 2013 13:17:08 +0100
2946
7d6b16f1
DM
2947pve-manager (3.0-5) unstable; urgency=low
2948
2949 * avoid warning about undefined value in PVE::OpenVZ
2950
2951 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Mar 2013 06:30:58 +0100
2952
3648a28c
DM
2953pve-manager (3.0-4) unstable; urgency=low
2954
2955 * add bootlog to GUI
2956
2957 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Mar 2013 08:01:36 +0100
2958
df27aa6e
DM
2959pve-manager (3.0-3) unstable; urgency=low
2960
2961 * pvebanner: overwrite /etc/issue instead of printing to stdout
2962
2963 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Mar 2013 09:05:49 +0100
2964
520fa337
DM
2965pve-manager (3.0-2) unstable; urgency=low
2966
2967 * mark service vz optional in pve-manager init script
2968
2969 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Mar 2013 06:18:27 +0100
2970
91aa2c95
DM
2971pve-manager (3.0-1) unstable; urgency=low
2972
2973 * remove perl-suid dependency
2974
2975 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Mar 2013 08:36:57 +0100
2976
1904114e
DM
2977pve-manager (2.3-13) unstable; urgency=low
2978
2979 * network config: allow empty IP address/netmask
2980
2981 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Mar 2013 06:47:40 +0100
2982
d09f6f7d
DM
2983pve-manager (2.3-12) unstable; urgency=low
2984
2985 * fix IP address verification (Undefined subroutine &Net::IP::ip_to_bin)
2986
2987 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Mar 2013 06:56:12 +0100
2988
572c2d2b
DM
2989pve-manager (2.3-11) unstable; urgency=low
2990
2991 * bugfix #301 Add container hostname validation in GUI
2992
2993 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Mar 2013 06:23:59 +0100
2994
db37ad9b
DM
2995pve-manager (2.3-10) unstable; urgency=low
2996
2997 * fix cache selector: default cache is 'none'
2998
2999 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Feb 2013 06:35:06 +0100
3000
adf8c213
DM
3001pve-manager (2.3-9) unstable; urgency=low
3002
3003 * fix bug #337: avoid warning with pvectl
3004
3005 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Feb 2013 06:11:38 +0100
3006
1332d281
DM
3007pve-manager (2.3-8) unstable; urgency=low
3008
3009 * Allow to set tablet option on the GUI
3010
3011 * use qcow2 format as default for directory and NFS storage
3012
3013 * cleanup RDB GUI (remove authsupported)
3014
3015 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Feb 2013 13:39:47 +0100
3016
02035e61
DM
3017pve-manager (2.3-7) unstable; urgency=low
3018
3019 * fix javascript jslint warnings to make it work on all browsers.
3e56f673
DM
3020
3021 * use e1000 as default network card
8dc7024c
DM
3022
3023 * enable RBD on the GUI
23f92e94 3024
02035e61
DM
3025 -- Proxmox Support Team <support@proxmox.com> Thu, 31 Jan 2013 07:16:13 +0100
3026
257fe45e
DM
3027pve-manager (2.3-6) unstable; urgency=low
3028
3029 * pvestatd: avoid warning about uninitialized value
3030
3031 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Jan 2013 12:19:34 +0100
3032
2a29deac
DM
3033pve-manager (2.3-5) unstable; urgency=low
3034
3035 * Display 'Resume' button when VM is 'paused'
3036
3037 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Jan 2013 06:23:06 +0100
3038
4388ec5c
DM
3039pve-manager (2.3-4) unstable; urgency=low
3040
3041 * add balloon GUI (dynamic memory)
3042
3043 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Jan 2013 12:58:58 +0100
3044
0883a378
DM
3045pve-manager (2.3-3) unstable; urgency=low
3046
40f546b9
DM
3047 * GUI: tasks - use better icon for open console
3048
0883a378
DM
3049 * implement auto-ballooning
3050
3051 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Dec 2012 13:44:53 +0100
3052
c4fd929e
DM
3053pve-manager (2.3-2) unstable; urgency=low
3054
3055 * add HD resize feature to expand disks.
3056
3057 -- Proxmox Support Team <support@proxmox.com> Mon, 17 Dec 2012 13:03:15 +0100
3058
757fd3d5
DM
3059pve-manager (2.3-1) unstable; urgency=low
3060
3061 * support new qemu vma backup files
3062
3063 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Dec 2012 07:27:32 +0100
3064
7c5f127d
DM
3065pve-manager (2.2-32) unstable; urgency=low
3066
3067 * add new cpu types: Haswell and Opteron_G5
3068
3069 * remove rhel specific cpu types: cpu64-rhel6 and cpu64-rhel5
3070
3071 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Nov 2012 06:46:35 +0100
3072
d97c5983
DM
3073pve-manager (2.2-31) unstable; urgency=low
3074
3075 * Brazilian Transtalion (done by Maila Networks)
3076
3077 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Nov 2012 13:17:23 +0100
3078
2d32003f
DM
3079pve-manager (2.2-30) unstable; urgency=low
3080
3081 * add Norwegian (Bokmal and Nynorsk) translations.
3082
3083 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Nov 2012 07:31:30 +0100
3084
e3ceeb18
DM
3085pve-manager (2.2-29) unstable; urgency=low
3086
3087 * fix bug #276: create root mount point
3088
3089 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Nov 2012 06:44:24 +0100
3090
24386563
DM
3091pve-manager (2.2-28) unstable; urgency=low
3092
3093 * remove hardcoded blowfish cipher
3094
3095 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Oct 2012 14:01:54 +0100
3096
0ba26fb5
DM
3097pve-manager (2.2-27) unstable; urgency=low
3098
3099 * fix RRD images caching problems: new create_rrd_graph returns rrd
3100 png data inline - no need to read data from file.
3101
3102 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Oct 2012 07:15:57 +0100
3103
9dbdda49
DM
3104pve-manager (2.2-26) unstable; urgency=low
3105
3106 * pvestatd: fix server reload (run at least 10 cycles)
3107
3108 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Oct 2012 13:08:20 +0100
3109
350b3b46
DM
3110pve-manager (2.2-25) unstable; urgency=low
3111
3112 * pvestatd: fix server reload (due to memory leak)
3113
3114 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Oct 2012 12:32:28 +0100
3115
6806a0f8
DM
3116pve-manager (2.2-24) unstable; urgency=low
3117
3118 * vncproxy: wait until vnc port is ready (avoid connection errors)
3119
3120 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Oct 2012 09:02:08 +0200
3121
739b444d
DM
3122pve-manager (2.2-23) unstable; urgency=low
3123
3124 * update link to new debian-6.0-proxmox-mailgateway_3.1-2_amd64.tar.gz
3125
3126 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Oct 2012 10:27:18 +0200
3127
5b90f721
DM
3128pve-manager (2.2-22) unstable; urgency=low
3129
3130 * vzdump: also run 'backup-start' hook in snapshot mode
e109bf2e
DM
3131
3132 * update openvz appliance list
1d7334d2
DM
3133
3134 * add win8 to OS type selector
92fd515b
DM
3135
3136 * fix bug #205
5b90f721
DM
3137
3138 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Oct 2012 06:07:12 +0200
3139
a2d33184
DM
3140pve-manager (2.2-21) unstable; urgency=low
3141
3142 * openvz console fix: create /var/run/dtach at pvedaemon startup
3143
3144 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Oct 2012 10:10:55 +0200
3145
f9d4fc64
DM
3146pve-manager (2.2-20) unstable; urgency=low
3147
3148 * openvz: use real console instead of 'vzctl enter'
3149
3150 * openvz: remove init-logger pagers
3151
3152 * dpenend on dtach (used by openvz console)
3153
3154 * pvestatd: remove stale 'vzctl console' processes
3155
3156 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Oct 2012 06:49:12 +0200
3157
4d37f8b4
DM
3158pve-manager (2.2-19) unstable; urgency=low
3159
3160 * fix bug 178: use new API call to get next free VMID
3161
3162 -- Proxmox Support Team <support@proxmox.com> Thu, 27 Sep 2012 09:45:06 +0200
3163
995ac416
DM
3164pve-manager (2.2-18) unstable; urgency=low
3165
3166 * add workaroud to correctly show scrollbars
3167
3168 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Sep 2012 11:22:16 +0200
3169
13d5c117
DM
3170pve-manager (2.2-17) unstable; urgency=low
3171
3172 * add snapshot support to GUI
3173
3174 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Sep 2012 12:05:34 +0200
3175
79523013
DM
3176pve-manager (2.1-16) unstable; urgency=low
3177
3178 * vzrestore: allow --storage option
10cdf3ae
DM
3179
3180 * fix bug 178: correctly verify if VMID is already used
45314cad
DM
3181
3182 * GUI: allow to select SCSI disks when creating VMs (booting from SCSI
3183 disks works again)
79523013
DM
3184
3185 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Sep 2012 08:04:28 +0200
3186
690a90b9
DM
3187pve-manager (2.1-15) unstable; urgency=low
3188
3189 * Slovenian translation (thanks to Dojan Borstnar)
3190
74184048
DM
3191 * new option to select SCSI controller hardware
3192
3193 * add SATA to GUI
3194
690a90b9
DM
3195 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Aug 2012 07:15:54 +0200
3196
5eec2b04
DM
3197pve-manager (2.1-14) unstable; urgency=low
3198
3199 * fix startup ordering
3200
3201 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Aug 2012 09:20:01 +0200
3202
f6af824a
DM
3203pve-manager (2.1-13) unstable; urgency=low
3204
3205 * update Danish translation
3206
3207 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Jul 2012 14:24:27 +0200
3208
cbb20c6e
DM
3209pve-manager (2.1-12) unstable; urgency=low
3210
3211 * pvestatd: use QMP to query detailed blockstats from KVM
3212
3213 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Jul 2012 09:36:54 +0200
3214
fb1cf1bf
DM
3215pve-manager (2.1-11) unstable; urgency=low
3216
3217 * added Polish translation
3218
3219 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Jun 2012 06:55:34 +0200
3220
226edf6d
DM
3221pve-manager (2.1-10) unstable; urgency=low
3222
3223 * add Catalan translation
3224
3225 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Jun 2012 07:02:24 +0200
3226
3f12bcfb
DM
3227pve-manager (2.1-9) unstable; urgency=low
3228
3229 * use numeric sorting in startall
3230
3231 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Jun 2012 06:16:06 +0200
3232
995853d0
DM
3233pve-manager (2.1-8) unstable; urgency=low
3234
3235 * also list pools with VM.Allocate permissions
3236
3237 -- Proxmox Support Team <support@proxmox.com> Wed, 30 May 2012 11:20:45 +0200
3238
336ec53a
DM
3239pve-manager (2.1-7) unstable; urgency=low
3240
3241 * fix vzdump --exclude-path (allow to read value from vzdump.conf)
3242
3243 -- Proxmox Support Team <support@proxmox.com> Wed, 30 May 2012 07:24:30 +0200
3244
18fb1962
DM
3245pve-manager (2.1-6) unstable; urgency=low
3246
3247 * include Danish translation
3248
3249 -- Proxmox Support Team <support@proxmox.com> Tue, 29 May 2012 07:24:41 +0200
3250
3003548f
DM
3251pve-manager (2.1-5) unstable; urgency=low
3252
3253 * fixes for new pve-access-control (Auth plugins).
3254
3255 -- Proxmox Support Team <support@proxmox.com> Tue, 22 May 2012 10:49:37 +0200
3256
5ad7ae4a
DM
3257pve-manager (2.1-4) unstable; urgency=low
3258
3259 * updated russian translation
3260
3261 -- Proxmox Support Team <support@proxmox.com> Mon, 21 May 2012 07:46:39 +0200
3262
59af6aee
DM
3263pve-manager (2.1-3) unstable; urgency=low
3264
3265 * fix vzdump parameter parser (allow --stdout)
3266
3267 -- Proxmox Support Team <support@proxmox.com> Wed, 02 May 2012 11:12:56 +0200
3268
61d4cbfe
DM
3269pve-manager (2.1-2) unstable; urgency=low
3270
3271 * set apache directory access options for all used dirs
3272
3273 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Apr 2012 11:00:49 +0200
3274
7cf19c43 3275pve-manager (2.1-1) unstable; urgency=low
05e3e996
DM
3276
3277 * added Turkish translation
3278
3279 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Apr 2012 06:16:55 +0200
3280
ddb20c58
DM
3281pve-manager (2.0-64) unstable; urgency=low
3282
ccb7d4ba
DM
3283 * fix bug #179: set default button 'no' for dangerous actions, use
3284 warning icon for such actions
3285
3286 * fix bug #177: allow memory up to 512GB
da344f40
DM
3287
3288 * fix bug #174: add cpuunits to KVM options
ddb20c58
DM
3289
3290 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Apr 2012 08:09:23 +0200
3291
f13fe07f
DM
3292pve-manager (2.0-63) unstable; urgency=low
3293
3294 * fix bug 128: implement pvectl startall/stopall
bc8f054e
DM
3295
3296 * fix bug 171: activate storage before starting containers
f13fe07f
DM
3297
3298 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Apr 2012 10:02:54 +0200
3299
8fb7d745
DM
3300pve-manager (2.0-62) unstable; urgency=low
3301
3302 * fix bug #115: simplify GUI for users without permissions.
f51e8ddd
DM
3303
3304 * update Italian translation
8fb7d745
DM
3305
3306 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Apr 2012 10:37:05 +0200
3307
2c1b94cd 3308pve-manager (2.0-61) unstable; urgency=low
72da7de7
DM
3309
3310 * add Italian translation
3311
3312 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Apr 2012 10:10:02 +0200
3313
991f0a61
DM
3314pve-manager (2.0-59) unstable; urgency=low
3315
3316 * fix bug 158: move openvz scripts inside ocf resource agent
3317
3318 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Apr 2012 11:04:38 +0200
3319
1133bd83
DM
3320pve-manager (2.0-58) unstable; urgency=low
3321
49254f90
DM
3322 * fix bug #141: allow to create backup job without compression
3323
1133bd83
DM
3324 * expose directsync drive cache option
3325
3326 * add Turkish keyboard layout
3327
3328 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Apr 2012 08:38:59 +0200
3329
4eaa793b
DM
3330pve-manager (2.0-57) unstable; urgency=low
3331
3332 * fix support urls
3333
3334 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2012 11:40:03 +0200
3335
a4326a6c
DM
3336pve-manager (2.0-56) unstable; urgency=low
3337
3338 * added Russian translation
3339
3340 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2012 08:18:58 +0200
3341
0d201dfe
DM
3342pve-manager (2.0-55) unstable; urgency=low
3343
3344 * fix bug #135: allow single letter 'dns-name', allow to start names
3345 with numbers
b193e4ac
DM
3346
3347 * fix bug #137: API change! Return node name using 'node' property.
0d201dfe
DM
3348
3349 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Apr 2012 12:13:33 +0200
3350
5f7b7950
DM
3351pve-manager (2.0-54) unstable; urgency=low
3352
3353 * use /etc/subscription to store subscription key
3354
3355 * use http_proxy settings for subscription updates
3356
3357 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Mar 2012 11:13:35 +0200
3358
cd73c63b
DM
3359pve-manager (2.0-53) unstable; urgency=low
3360
3361 * fix bug #117: automatically add domain to hostname when creating
3362 openvz containers.
3363
3364 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Mar 2012 10:19:57 +0200
3365
7a95afb9
DM
3366pve-manager (2.0-52) unstable; urgency=low
3367
3368 * fix Subscription code
3369
3370 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Mar 2012 09:32:32 +0200
3371
44147b3a
DM
3372pve-manager (2.0-51) unstable; urgency=low
3373
3374 * fix bug #55: add Migrate and Stop to context menu
3375
3376 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Mar 2012 13:12:19 +0200
3377
2cc2eaf2
DM
3378pve-manager (2.0-50) unstable; urgency=low
3379
3380 * kvm network: allow to configure VLAN Id on the GUI
3381
3382 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Mar 2012 07:11:55 +0200
3383
3f76170f
DM
3384pve-manager (2.0-49) unstable; urgency=low
3385
3386 * improve HA task display
3387
3388 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Mar 2012 12:35:00 +0200
3389
60a452f2
DM
3390pve-manager (2.0-48) unstable; urgency=low
3391
3392 * fix bug #97: execute 'clusvcadm' commands for HA managed CTs
3393
3394 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Mar 2012 10:59:33 +0200
3395
b3a1dbbb
DM
3396pve-manager (2.0-47) unstable; urgency=low
3397
3398 * fix bug 114: do not display 'nothing selected' after logout
3399
3400 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Mar 2012 13:28:09 +0200
3401
16b69b6c
DM
3402pve-manager (2.0-46) unstable; urgency=low
3403
3404 * code cleanups
3405
3406 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Mar 2012 10:38:33 +0200
3407
19d5c0f2
DM
3408pve-manager (2.0-45) unstable; urgency=low
3409
3410 * fix bug 124: correctly return maxfiles flag
3411
3412 * vzdump: use storage 'local' as default backup target (instead of using
3413 Openvz dump directory settings)
3414
3415 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Mar 2012 12:36:15 +0100
3416
899b8373
DM
3417pve-manager (2.0-44) unstable; urgency=low
3418
3419 * Disable automatic file removal on 'Backup now'
3420
3421 * Option 'maxfiles' is now a storage option (to specify the maximal
3422 number of allowed backups per VM)
3423
3424 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Mar 2012 10:03:23 +0100
3425
042b3736
DM
3426pve-manager (2.0-43) unstable; urgency=low
3427
3428 * vzdump: do not use tar flag --ignore-failed-read
3429
3430 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Mar 2012 06:42:07 +0100
3431
52878b0a
DM
3432pve-manager (2.0-42) unstable; urgency=low
3433
3434 * use Digest::SHA instead of Digest::SHA1
3435
3436 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Mar 2012 12:33:19 +0100
3437
d0525640
DM
3438pve-manager (2.0-41) unstable; urgency=low
3439
3440 * add Chinese translation
3441
3442 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Mar 2012 10:51:11 +0100
3443
a003717b
DM
3444pve-manager (2.0-40) unstable; urgency=low
3445
3446 * fix bug 22: correctly display openvz swap usage
3447
3448 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Mar 2012 16:00:32 +0100
3449
3d2af3eb
DM
3450pve-manager (2.0-39) unstable; urgency=low
3451
3452 * add Spanish translation
3453
3454 * Do not allow to select SCSI inside the VM creation wizard,
3455 because booting from SCSI does not work with current kvm version
3456
3457 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Mar 2012 10:49:12 +0100
3458
d93d0459
DM
3459pve-manager (2.0-38) unstable; urgency=low
3460
3461 * fix bug 101: vzdump use run_command to avoid locale errors
3462
3463 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Mar 2012 10:45:40 +0100
3464
2cbce2f4
DM
3465pve-manager (2.0-37) unstable; urgency=low
3466
3467 * updated fr translation
3468
3469 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Feb 2012 12:37:29 +0100
3470
493a4387
DM
3471pve-manager (2.0-36) unstable; urgency=low
3472
3473 * cleanup and fix openvz vswap handling
3474
3475 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Feb 2012 09:20:58 +0100
3476
56b47e66
DM
3477pve-manager (2.0-35) unstable; urgency=low
3478
3479 * avoid warning in pvestatd for containers with old config files
3480
3481 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Feb 2012 11:37:48 +0100
3482
f8b5f601
DM
3483pve-manager (2.0-34) unstable; urgency=low
3484
3485 * add Swedish keyboard layout
3486
3487 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Feb 2012 09:51:19 +0100
3488
e084c774
DM
3489pve-manager (2.0-33) unstable; urgency=low
3490
3491 * fix file upload permission checks
3492
3493 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 09:14:05 +0100
3494
45284c04
DM
3495pve-manager (2.0-32) unstable; urgency=low
3496
3497 * added French translation
3498
3499 * expose all ne CPU models on the GUI
3500
3501 * skip fuzzy translations (avoid wrong translation on GUI)
3502
3503 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 07:23:21 +0100
3504
c9164975
DM
3505pve-manager (2.0-31) unstable; urgency=low
3506
3507 * add template download GUI
3508
3509 * include turnkey appliances in download list.
3510
3511 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Feb 2012 11:45:07 +0100
3512
8710f280
DM
3513pve-manager (2.0-30) unstable; urgency=low
3514
3515 * add unmount button to openvz GUI
3516
3517 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Feb 2012 10:11:13 +0100
3518
4b808f69
DM
3519pve-manager (2.0-29) unstable; urgency=low
3520
3521 * fix datacenter options GUI
3522
3523 * fix German translation
3524
3525 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Feb 2012 06:52:32 +0100
3526
5c80f72c
DM
3527pve-manager (2.0-28) unstable; urgency=low
3528
3529 * another fix for vnc shell to nodes
3530
3531 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Feb 2012 06:06:55 +0100
3532
d553e535
DM
3533pve-manager (2.0-27) unstable; urgency=low
3534
3535 * fix vnc shell to nodes
3536
3537 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Feb 2012 08:21:00 +0100
3538
cf3e36c2
DM
3539pve-manager (2.0-26) unstable; urgency=low
3540
3541 * fix bug #1: allow to use iscsi devices directly
3542
3543 -- Proxmox Support Team <support@proxmox.com> Wed, 15 Feb 2012 10:54:50 +0100
3544
cc0b3dac
DM
3545pve-manager (2.0-25) unstable; urgency=low
3546
3547 * pveversion: display status of resource-agents-pve and fence-agents-pve
3548
3549 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Feb 2012 12:57:11 +0100
3550
d8340bb4
DM
3551pve-manager (2.0-24) unstable; urgency=low
3552
3553 * fix log viewer (correctly refresh display)
3554
3555 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Feb 2012 09:01:07 +0100
3556
593f25a8
DM
3557pve-manager (2.0-23) unstable; urgency=low
3558
3559 * fix openvz live migration
3560
3561 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Feb 2012 09:28:25 +0100
3562
b34b68c2
DM
3563pve-manager (2.0-22) unstable; urgency=low
3564
3565 * fix lint errors
3566
3567 * fix compression selector
3568
3569 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Feb 2012 12:26:39 +0100
3570
341e4b0b
DM
3571pve-manager (2.0-21) unstable; urgency=low
3572
3573 * fix postinst script (write correct /root/.forward)
3574
3575 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Feb 2012 11:13:58 +0100
3576
56ecfafd
DM
3577pve-manager (2.0-20) unstable; urgency=low
3578
efb38000
DM
3579 * improve user management
3580
3581 * implement permission checks
3582
3583 * improve backup GUI (allow to select lzo/gzip)
3584
3585 * add pools to resource list
3586
56ecfafd
DM
3587 * fix bug #85: allow root@pam to generate tickets for other users
3588
e771ec50
DM
3589 * fix bug #86: correctly decode cookie
3590
56ecfafd
DM
3591 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jan 2012 06:36:23 +0100
3592
3e4d4adf
DM
3593pve-manager (2.0-19) unstable; urgency=low
3594
3595 * depend on resource-agents-pve
3596
3597 * depend on fence-agents-pve
5fe5283f
DM
3598
3599 * fix Danish kvm keyboard name (use 'da' instead of 'dk')
3e4d4adf
DM
3600
3601 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Jan 2012 10:13:00 +0100
3602
a0af0132
DM
3603pve-manager (2.0-18) unstable; urgency=low
3604
3605 * add Datacenter summary
d07264e6
DM
3606
3607 * use NFS version 3 by default when creating a new NFS storage.
a0af0132
DM
3608
3609 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Dec 2011 10:39:34 +0100
3610
ca457ac1
DM
3611pve-manager (2.0-17) unstable; urgency=low
3612
3613 * new HA configuration panel
3614
3615 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Dec 2011 14:00:22 +0100
3616
51ed1415
DM
3617pve-manager (2.0-16) unstable; urgency=low
3618
3619 * improve OpenVZ API (impl. shutdown)
3620
3621 * improve HA resource agent
3622
3623 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Dec 2011 13:48:39 +0100
3624
7d06188a
DM
3625pve-manager (2.0-15) unstable; urgency=low
3626
3627 * add HA resource agent
3628
3629 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Dec 2011 10:18:20 +0100
3630
8b711be0
DM
3631pve-manager (2.0-14) unstable; urgency=low
3632
3633 * add Japanese translation (many thanks to Koichi!)
3634
3635 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Dec 2011 11:11:25 +0100
3636
0618d446
DM
3637pve-manager (2.0-13) unstable; urgency=low
3638
3639 * implemente openvz migration ('pvectl migrate')
3640
3641 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Dec 2011 10:37:28 +0100
3642
d29415f4
DM
3643pve-manager (2.0-12) unstable; urgency=low
3644
3645 * minor bug fixes
3646
3647 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2011 10:12:20 +0100
3648
ec5b32a8
DM
3649pve-manager (2.0-11) unstable; urgency=low
3650
3651 * start i18n support
3652
3653 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Nov 2011 09:23:00 +0100
3654
257a819b
DM
3655pve-manager (2.0-10) unstable; urgency=low
3656
3657 * add context menus
3658
3659 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Nov 2011 12:46:44 +0100
3660
3d50a5a0
DM
3661pve-manager (2.0-9) unstable; urgency=low
3662
3663 * improved GUI
3664
3665 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Nov 2011 13:42:04 +0100
3666
38735ae8
DM
3667pve-manager (2.0-8) unstable; urgency=low
3668
3669 * implement vzdump and backup/restore GUI
3670
3671 * implement qemu monitor
3672
3673 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Nov 2011 09:58:56 +0100
3674
9056e748
DM
3675pve-manager (2.0-7) unstable; urgency=low
3676
3677 * imlement openvz GUI
3678
3679 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Oct 2011 13:56:03 +0200
3680
c2ee4da3
DM
3681pve-manager (2.0-6) unstable; urgency=low
3682
3683 * implemented openvz vnc console
3684
3685 * fix bug #4, #5, #6 and #8
3686
3687 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Oct 2011 10:52:53 +0200
3688
099e5477
DM
3689pve-manager (2.0-5) unstable; urgency=low
3690
3691 * implemented openvz create wizard
3692
3693 * avoid error in dpkg triggers
3694
3695 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Oct 2011 07:03:50 +0200
3696
aff192e6
DM
3697pve-manager (2.0-4) unstable; urgency=low
3698
3699 * fixes in pvestatd
3700
3701 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Aug 2011 08:56:07 +0200
3702
3703pve-manager (2.0-3) unstable; urgency=low
3704
3705 * implemented storage configuration interface
3706
3707 -- Proxmox Support Team <support@proxmox.com> Fri, 29 Jul 2011 08:59:14 +0200
3708
3709pve-manager (2.0-2) unstable; urgency=low
3710
3711 * fix console size
3712
3713 * fix dns network editor
3714
3715 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jun 2011 12:39:18 +0200
3716
3717pve-manager (2.0-1) unstable; urgency=low
3718
3719 * prototype for 2.0
3720
3721 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Feb 2010 10:17:25 +0100
3722
3723pve-manager (1.5-7) unstable; urgency=low
3724
3725 * correctly display cpu usage and avoid warning about undefined values.
3726
3727 * display 'used' bytes in storage browser.
3728
3729 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2010 10:30:14 +0100
3730
3731pve-manager (1.5-6) unstable; urgency=low
3732
3733 * correctly display uptime for kernel 2.6.18
3734
3735 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Feb 2010 14:22:10 +0100
3736
3737pve-manager (1.5-5) unstable; urgency=low
3738
3739 * updated russian translation
3740
3741 * updated japanese translation
3742
3743 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jan 2010 10:18:58 +0100
3744
3745pve-manager (1.5-4) unstable; urgency=low
3746
3747 * fix small bug in template list
3748
3749 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Jan 2010 14:40:12 +0100
3750
3751pve-manager (1.5-3) unstable; urgency=low
3752
3753 * updated appliance template list
3754
3755 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Jan 2010 10:22:24 +0100
3756
3757pve-manager (1.5-2) unstable; urgency=low
3758
3759 * add CPUs settings for OpenVZ (work now withe kernel 2.6.18)
3760
3761 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Jan 2010 09:42:08 +0100
3762
3763pve-manager (1.5-1) unstable; urgency=low
3764
3765 * updated vietnamese translations
3766
3767 * show all bridges (0-999) when creating KVM VMs
3768
3769 * show all installed pve kernels with pveversion
3770
3771 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Dec 2009 09:52:36 +0100
3772
3773pve-manager (1.4-10) unstable; urgency=low
3774
3775 * updated brasilian translation
3776
3777 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Nov 2009 12:04:02 +0100
3778
3779pve-manager (1.4-9) unstable; urgency=low
3780
3781 * minor GUI updates
3782
3783 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Oct 2009 09:41:26 +0200
3784
3785pve-manager (1.4-8) unstable; urgency=low
3786
3787 * updated italian translation
3788
3789 * list backup files on web interface
3790
3791 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2009 13:36:52 +0200
3792
3793pve-manager (1.4-7) unstable; urgency=low
3794
3795 * separate page/memu for ISO uploads (for new storage model)
3796
3797 * fix pveversion bug
3798
3799 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Oct 2009 13:10:30 +0200
3800
3801pve-manager (1.4-6) unstable; urgency=low
3802
3803 * support new storage model for backup configuration
3804
3805 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2009 12:54:55 +0200
3806
3807pve-manager (1.4-5) unstable; urgency=low
3808
3809 * updated Vietnamese translations
3810
3811 * support up to 1000 bridges
3812
3813 * avoid excessive logs in pevtunnel
3814
3815 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Sep 2009 10:34:31 +0200
3816
3817pve-manager (1.4-4) unstable; urgency=low
3818
3819 * updated Vietnamese translations
3820
3821 * fix SOAP serializer bug
3822
3823 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Sep 2009 13:07:39 +0200
3824
3825pve-manager (1.4-3) unstable; urgency=low
3826
3827 * added Vietnamese and Polish translations
3828
3829 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Sep 2009 11:05:31 +0200
3830
3831pve-manager (1.4-2) unstable; urgency=low
3832
3833 * support new socket/cores feature
3834
3835 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Sep 2009 11:48:32 +0200
3836
3837pve-manager (1.4-1) unstable; urgency=low
3838
3839 * use new storage manager framework
3840
3841 * implemented SOAP authentication framework (use tickets)
3842
3843 * depend on libterm-readline-gnu-perl
3844
3845 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2009 14:44:30 +0200
3846
3847pve-manager (1.3-1) unstable; urgency=low
3848
3849 * recompile for 1.3
3850
3851 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Jun 2009 14:26:25 +0200
3852
3853pve-manager (1.2-2) unstable; urgency=low
3854
3855 * depend on netcat-traditional, conflict with netcat-openbsd
3856
3857 -- Proxmox Support Team <support@proxmox.com> Wed, 13 May 2009 10:13:11 +0200
3858
3859pve-manager (1.2-1) unstable; urgency=low
3860
3861 * prepare for debian lenny
3862
3863 * move /var/www/* to /usr/share/pve-manager/*
3864
3865 * use externale libjs-prototype library
3866
3867 * remove NoCachePNG.pm (we do not use it)
3868
3869 * use 'configure' instead of hardcoded paths in makefile
3870
3871 * pve.conf.in - substitute paths with configure
3872
3873 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2009 08:07:53 +0200
3874
3875pve-manager (1.1-4) unstable; urgency=low
3876
3877 * add 'stardate' option for kvm
3878
3879 -- Proxmox Support Team <support@proxmox.com> Mon, 2 Feb 2009 09:51:40 +0100
3880
3881pve-manager (1.1-3) unstable; urgency=low
3882
3883 * set max memory to 64GB
3884
3885 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Jan 2009 08:18:53 +0100
3886
3887pve-manager (1.1-1) unstable; urgency=low
3888
3889 * do not start container when setting passwords
3890
3891 * Avoids ghost tasks when PIDs are recycled
3892
3893 * logfile viewer: filter some terminal escape codes
3894
3895 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jan 2009 13:03:17 +0100
3896
3897pve-manager (1.0-11) unstable; urgency=low
3898
3899 * added chinese translation
3900
3901 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Dec 2008 09:31:45 +0100
3902
3903pve-manager (1.0-10) unstable; urgency=low
3904
3905 * fix broken vznetaddbr script
3906
3907 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Nov 2008 12:50:50 +0100
3908
3909pve-manager (1.0-9) unstable; urgency=low
3910
3911 * fix shell metacharacter problem
3912
3913 * new vznetaddbr script
3914
3915 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Nov 2008 12:53:18 +0100
3916
3917pve-manager (1.0-8) unstable; urgency=low
3918
3919 * fix RFB protocol problems
3920
3921 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Nov 2008 13:16:54 +0100
3922
3923pve-manager (1.0-7) unstable; urgency=low
3924
3925 * small fixes
3926
3927 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Nov 2008 11:04:22 +0100
3928
3929pve-manager (1.0-1) unstable; urgency=low
3930
3931 * many update, bug fixes, new languages
3932
3933 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Oct 2008 10:58:58 +0200
3934
3935pve-manager (0.9-4) unstable; urgency=low
3936
3937 * updates for new kvm, bug fixes
3938
3939 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Jul 2008 10:23:10 +0200
3940
3941pve-manager (0.9-1) unstable; urgency=low
3942
3943 * initial import
3944
3945 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2007 13:15:54 +0100
3946