changelog 9.1 KB

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