changelog 11 KB

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