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