changelog 7.6 KB

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