changelog 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. qubes-core-admin-client (4.0.8-1) unstable; urgency=medium
  2. * backup: fix restoring template VMs
  3. * tools: clarify that qvm-backup needs absolute path
  4. * backup: fix name of meminfo-writer feature
  5. * backup: update DispVM template property: template_for_dispvms
  6. * backup: improve restoring HVMs from Qubes 3.2
  7. * backup: do not try to read tar's stderr past EOF
  8. * tests: multi-part volume in backup tests
  9. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 16 Oct 2017 04:44:26 +0200
  10. qubes-core-admin-client (4.0.7-1) unstable; urgency=medium
  11. [ Marek Marczykowski-Górecki ]
  12. * Implement "blind mode" to avoid listing objects
  13. * events: ignore events from non-existing domains
  14. * tools: fix qvm-run --help
  15. * Always use QubesVM objects, instead of AppVM/TemplateVM etc
  16. * Move vm.appvms to QubesVM
  17. * Drop individual VM classes as python types completely
  18. * tools: finish 'qvm-volume revert' implementation, add tests
  19. * tools/qvm-start: fix starting a VM with cdrom image
  20. * vm: drop suspend and resume methods - not part of the Admin API
  21. * rpm: add conflict with too-old qubes-manager
  22. [ Mindy Preston ]
  23. * qvm-start: exit if domain running and no --skip-if-running
  24. [ Marek Marczykowski-Górecki ]
  25. * tools: adjust qvm-start message and logic, update tests
  26. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 08 Oct 2017 18:42:41 +0200
  27. qubes-core-admin-client (4.0.6-1) unstable; urgency=medium
  28. [ Marek Marczykowski-Górecki ]
  29. * tools/qvm-run: ignore --filter-esc/--no-filter-esc unless --pass-io
  30. is given
  31. * vm/dispvm: fix dispvm.cleanup() when no service was called
  32. * tests: add DispVM tests
  33. * Improve QubesDaemonNoResponseError error message
  34. * tools: drop --delete and --unset aliases for --default option
  35. * doc: update list of properties in qvm-prefs/qubes-prefs man pages
  36. * doc: add short description of VM classes to qvm-create man page
  37. * tools: implement qvm-create --root-move-from/--root-copy-from
  38. * tools: add qvm-create --help-classes
  39. * backup/restore: make backup header extraction faster
  40. * backup/restore: do not fail the whole restore when qvm-appmenus is
  41. missing
  42. [ blackpit ]
  43. * Fixed https://github.com/QubesOS/qubes-issues/issues/2983
  44. [ Marek Marczykowski-Górecki ]
  45. * tools: fix too long lines
  46. * tools: cleanup temporary files after qvm-template-postprocess
  47. * devices: client stub for DeviceCollection.update_persistent
  48. * tools: restore qvm-start --cdrom and similar options
  49. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 14 Sep 2017 02:47:48 +0200
  50. qubes-core-admin-client (4.0.5-1) unstable; urgency=medium
  51. * tools/qvm-run: fix handling small data blocks
  52. * vm: add DispVMWrapper for calling a single service in new DispVM
  53. * tools: add qvm-run --dispvm option
  54. * doc: list known features in qvm-features manual page
  55. * app: add VMCollection.values()
  56. * tools/qvm-run: do not use os.set_blocking
  57. * tools/qvm-device: list attach options
  58. * doc: add default values to qvm-features man page
  59. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 10 Aug 2017 16:10:40 +0200
  60. qubes-core-admin-client (4.0.4-1) unstable; urgency=medium
  61. * tools/qvm-start-gui: do not start stubdomain GUI for VMs with gui-
  62. agent
  63. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 30 Jul 2017 19:20:07 +0200
  64. qubes-core-admin-client (4.0.3-1) unstable; urgency=medium
  65. * tools/qvm-backup-restore: fix default list of VMs to restore
  66. * storage: drop 'internal' volume property
  67. * tools/qvm-volume: fix default action handling
  68. * tests: qvm-backup-restore tool tests
  69. * tools/qvm-backup-restore: fix restoring only specific VMs
  70. * tests: disable slow tests unless ENABLE_SLOW_TESTS=1 is set
  71. * backup: move BackupRestore class and helpers to 'restore' submodule
  72. * tools: add qvm-backup tool
  73. * debian: update build depends
  74. * doc: update qvm-backup man page
  75. * backup/restore: improve error reporting
  76. * backup/restore: add option to ignore size limit
  77. * events: add variable Admin API method name
  78. * tools/qvm-shutdown: drop --force option, it isn't supported anymore
  79. * tools/qvm-shutdown: fix help message
  80. * tools/qvm-start-gui: add --force-stubdomain options
  81. * features: serialize True as '1'
  82. * tests: too much copy&paste
  83. * tools: qvm-service tool
  84. * doc: update manpage of qvm-service
  85. * qvm-ls: fix total VM size reporting
  86. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 29 Jul 2017 06:16:06 +0200
  87. qubes-core-admin-client (4.0.2-1) unstable; urgency=medium
  88. [ Marek Marczykowski-Górecki ]
  89. * vm: make QubesVM objects hashable
  90. * events: simplify wait_for_domain_shutdown coroutine
  91. * tools: handle shutdown order in qvm-shutdown
  92. * tests/tools: add MockEventsReader
  93. * tests: qvm-shutdown --wait tests
  94. * Fix VM creation with default template
  95. * events: fix cleanup function in qrexec case
  96. * tests: improve test failure message
  97. [ Marta Marczykowska-Górecka ]
  98. * added helper function updates_vms_status
  99. [ Marek Marczykowski-Górecki ]
  100. * tools/qvm-run: fix handling copying stdin to the process
  101. * tests: mark qvm-run tests with "expected failure"
  102. * tools/qvm-run: fix handling EOF
  103. * Make pylint happy
  104. * Don't try to set 'created-by-' tag when cloning VM
  105. * backup: initial support for backup restore over Admin API
  106. * tests/backup: tests for backup-restore code
  107. * Exclude 'qubesadmin.backup' module from python2 install
  108. * devices,features: fix bool values handling
  109. * tests/backup: use smaller images
  110. * tests: add v4 (Qubes 4.0) backup format tests, move qubes.xml
  111. * backup: add firewall and appmenus list handling
  112. * firewall: fix handling DstHost.prefixlen=0
  113. * tests: backup: add firewall.xml and appmenus checking
  114. * tools: add qvm-backup-restore
  115. * app: call admin.vm.volume.Import as root
  116. * backup: do not show full stacktrace to the user
  117. * backup: change 'hvm' property to 'virt_mode'
  118. * backup: use 'cat' instead of read-write loop in python
  119. * backup: improve error logging
  120. * tools/qvm-backup-restore: handle VMs selection, not only exclusion
  121. * Choose QubesLocal or QubesRemote based on /etc/qubes-release
  122. presence
  123. * Change 'hvm' property to 'virt_mode'
  124. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 18 Jul 2017 05:37:29 +0200
  125. qubes-core-admin-client (4.0.1-1) unstable; urgency=medium
  126. *
  127. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 05 Jul 2017 20:14:12 +0200
  128. qubes-core-admin-client (4.0.0-1) unstable; urgency=low
  129. * Initial release
  130. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 20 May 2017 00:13:54 +0200