changelog 7.1 KB

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