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