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