changelog 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. qubes-core-admin-client (4.0.3-1) unstable; urgency=medium
  2. * tools/qvm-backup-restore: fix default list of VMs to restore
  3. * storage: drop 'internal' volume property
  4. * tools/qvm-volume: fix default action handling
  5. * tests: qvm-backup-restore tool tests
  6. * tools/qvm-backup-restore: fix restoring only specific VMs
  7. * tests: disable slow tests unless ENABLE_SLOW_TESTS=1 is set
  8. * backup: move BackupRestore class and helpers to 'restore' submodule
  9. * tools: add qvm-backup tool
  10. * debian: update build depends
  11. * doc: update qvm-backup man page
  12. * backup/restore: improve error reporting
  13. * backup/restore: add option to ignore size limit
  14. * events: add variable Admin API method name
  15. * tools/qvm-shutdown: drop --force option, it isn't supported anymore
  16. * tools/qvm-shutdown: fix help message
  17. * tools/qvm-start-gui: add --force-stubdomain options
  18. * features: serialize True as '1'
  19. * tests: too much copy&paste
  20. * tools: qvm-service tool
  21. * doc: update manpage of qvm-service
  22. * qvm-ls: fix total VM size reporting
  23. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 29 Jul 2017 06:16:06 +0200
  24. qubes-core-admin-client (4.0.2-1) unstable; urgency=medium
  25. [ Marek Marczykowski-Górecki ]
  26. * vm: make QubesVM objects hashable
  27. * events: simplify wait_for_domain_shutdown coroutine
  28. * tools: handle shutdown order in qvm-shutdown
  29. * tests/tools: add MockEventsReader
  30. * tests: qvm-shutdown --wait tests
  31. * Fix VM creation with default template
  32. * events: fix cleanup function in qrexec case
  33. * tests: improve test failure message
  34. [ Marta Marczykowska-Górecka ]
  35. * added helper function updates_vms_status
  36. [ Marek Marczykowski-Górecki ]
  37. * tools/qvm-run: fix handling copying stdin to the process
  38. * tests: mark qvm-run tests with "expected failure"
  39. * tools/qvm-run: fix handling EOF
  40. * Make pylint happy
  41. * Don't try to set 'created-by-' tag when cloning VM
  42. * backup: initial support for backup restore over Admin API
  43. * tests/backup: tests for backup-restore code
  44. * Exclude 'qubesadmin.backup' module from python2 install
  45. * devices,features: fix bool values handling
  46. * tests/backup: use smaller images
  47. * tests: add v4 (Qubes 4.0) backup format tests, move qubes.xml
  48. * backup: add firewall and appmenus list handling
  49. * firewall: fix handling DstHost.prefixlen=0
  50. * tests: backup: add firewall.xml and appmenus checking
  51. * tools: add qvm-backup-restore
  52. * app: call admin.vm.volume.Import as root
  53. * backup: do not show full stacktrace to the user
  54. * backup: change 'hvm' property to 'virt_mode'
  55. * backup: use 'cat' instead of read-write loop in python
  56. * backup: improve error logging
  57. * tools/qvm-backup-restore: handle VMs selection, not only exclusion
  58. * Choose QubesLocal or QubesRemote based on /etc/qubes-release
  59. presence
  60. * Change 'hvm' property to 'virt_mode'
  61. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 18 Jul 2017 05:37:29 +0200
  62. qubes-core-admin-client (4.0.1-1) unstable; urgency=medium
  63. *
  64. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 05 Jul 2017 20:14:12 +0200
  65. qubes-core-admin-client (4.0.0-1) unstable; urgency=low
  66. * Initial release
  67. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 20 May 2017 00:13:54 +0200