changelog 8.1 KB

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