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