changelog 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449
  1. qubes-core-agent (4.0.4-1) unstable; urgency=medium
  2. * grub: add console=tty0 to kernel cmdline
  3. * rpm: do not mess with locales in post-install script
  4. * Don't use 'su' in qubes.WaitForSession if not needed
  5. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 05 Jul 2017 14:02:22 +0200
  6. qubes-core-agent (4.0.3-1) unstable; urgency=medium
  7. [ unman ]
  8. * Enable build for Zesty
  9. [ Marek Marczykowski-Górecki ]
  10. * Do not load 'dummy-hcd' kernel module
  11. [ Vincent Penquerc'h ]
  12. * core-agent-linux: misc const fixups
  13. [ Marek Marczykowski-Górecki ]
  14. * qrexec: use PAM directly instead of calling su to setup the session
  15. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 05 Jul 2017 02:37:51 +0200
  16. qubes-core-agent (4.0.2-1) unstable; urgency=medium
  17. * Ship grub configuration
  18. * Ship Qubes 4.0 repository definition and keys
  19. * Update grub configuration
  20. * debian: install man pages
  21. * Add qrexec-client-vm man page
  22. * qrexec: exit with code 126 when service request was refused
  23. * qrexec: fix reporting exit code in qrexec-client-vm
  24. * qrexec: do not shutdown stdout socket inherited from parent
  25. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 24 Jun 2017 02:19:14 +0200
  26. qubes-core-agent (4.0.1-1) unstable; urgency=medium
  27. * Switch qubes.UpdatesProxy to socat
  28. * rpm,deb: fix dependencies
  29. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 11 Jun 2017 00:02:49 +0200
  30. qubes-core-agent (4.0.0-1) unstable; urgency=medium
  31. [ Marek Marczykowski-Górecki ]
  32. * qvm-copy-to-vm: fix handling empty target VM
  33. * Rename qubes.xdg python module to qubesxdg
  34. * Disable meminfo-writer if there is any PCI device attached
  35. [ Wojtek Porczyk ]
  36. * misc: add qvm-features-request
  37. [ Marek Marczykowski-Górecki ]
  38. * Add qubes.ResizeDisk service to adjust filesystem size
  39. * network: rewrite qubes-firewall daemon
  40. * network: remove qubes-netwatcher
  41. [ qubesuser ]
  42. * network: add vif-route-qubes-nat for IP address anonymization
  43. [ Marek Marczykowski-Górecki ]
  44. * network: reformat vif-route-qubes-nat
  45. * network: change vif-route-qubes-nat parameters
  46. * network: integrate vif-route-qubes-nat into vif-route-qubes
  47. * network: keep the same MAC on vif interfaces
  48. * network: properly handle DNS addresses in vif-qubes-nat.sh
  49. * network: use /32 netmask on internal IPs in NAT providing namespace
  50. * travis: drop debootstrap workaround
  51. * Add qubes.StartApp service
  52. * dom0-updates: restructure the script to not update metadata twice
  53. * tests: make firewall tests working regardless of python version
  54. * firewall: switch to python 3
  55. * tests: add run-tests script, plug it into travis
  56. * Apply gschema overrides also to debian, rename according to
  57. guidelines
  58. * fedora,debian: update python3-daemon dependency
  59. * Remove duplicated 'close' button from titlebar of gnome applications
  60. * Ask for target VM for file-copy in dom0
  61. * travis: update to Qubes 4.0 repositories
  62. * debian: fix qubes-firewall python packaging, make it more verbose
  63. * debian,fedora: split nautilus integration into separate package
  64. * Revert "firewall: switch to python 3"
  65. * Revert "fedora,debian: update python3-daemon dependency"
  66. * debian: add missing Build-Depends: python-setuptools
  67. * debian: make haveged.service patch less intrusive...
  68. * Rename qvm-run to qvm-run-vm
  69. * Implement qrexec-based connection to updates proxy
  70. * Implement qubes.PostInstall service
  71. * Fix detection of PCI passthrough
  72. * rpm: rename qubes-core-vm to qubes-core-agent
  73. * Rename qubes-nautilus to qubes-core-agent-nautilus
  74. * Split dom0-updates handling into subpackage
  75. * rpm: make file list more verbose to ease splitting the package
  76. * Split network-related files to -networking and -network-manager
  77. packages
  78. * Remove DisposableVM savefile related files
  79. * rpm: integrate documentation into main package
  80. * Adjust dependencies for clean upgrade
  81. * rpm: drop dependency on desktop-notification-daemon
  82. * Do not report spurious failure of qubes.WaitForSession service
  83. * deb,rpm: split passwordless root access configs into separate
  84. package
  85. * Remove old vusb scripts
  86. * debian: update basic metadata of package
  87. * rpm,deb: split qrexec-agent into separate subpackage
  88. * debian: drop explicit dependency on sudo
  89. * Cleanup kernel modules loading configuration
  90. * Add qubes.VMRootShell service
  91. * Make all scripts in qubes-rpc executable
  92. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 09 Jun 2017 23:30:10 +0200
  93. qubes-core-agent (3.2.18-1) unstable; urgency=medium
  94. * debian,fedora: drop gnome-packagekit from dependencies
  95. * systemd: fix race condition between qubes-db and qubes-early-vm-
  96. config
  97. * dispvm: don't use perl to decode base64-encoded script
  98. * rpm: don't "append" to not existing /etc/yum.conf
  99. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 16 May 2017 00:54:18 +0200
  100. qubes-core-agent (3.2.17-1) unstable; urgency=medium
  101. [ Jean-Philippe Ouellet ]
  102. * Remove dates from man pages
  103. [ Robin Schneider ]
  104. * bind-dirs: Create ro if bind target exists
  105. * Fix handling of binds containing spaces
  106. * Fix more shellcheck warnings
  107. [ unman ]
  108. * If there is only 1 DNS server make both DNAT rules point to it
  109. [ Daniel Moerner ]
  110. * network: Properly handle comments in NetworkManager.conf (#2584)
  111. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 01 Apr 2017 21:45:29 +0200
  112. qubes-core-agent (3.2.16-1) unstable; urgency=medium
  113. [ Andrew David Wong ]
  114. * Update Xen bug count in sudoers comment
  115. [ Nicklaus McClendon ]
  116. * Copied needed sources to build root
  117. [ Patrick Schleizer ]
  118. * comment
  119. [ Olivier MEDOC ]
  120. * archlinux: fix community repositories URL
  121. [ Lorenzo ]
  122. * Shut down after update only if it's a template.
  123. * Shut down after update only if it's a template.
  124. [ Olivier MEDOC ]
  125. * archlinux: fix lsb_release missing
  126. * archlinux: update installer script to use systemd preset file
  127. * archlinux: fix bash syntax errors
  128. * Makefile: enforce mode 750 for directories /etc/sudoers.d and
  129. /etc/polkit-1/rules.d
  130. * archlinux: fix pacman.d dropin not activated if pacman.conf does not
  131. already contains qubes markers
  132. * archlinux: add missing qubes-rpc dependencies
  133. [ Gregorio Guidi ]
  134. * Restore functionality of disable-default-route and disable-dns-
  135. server.
  136. [ unman ]
  137. * Stop anacron from starting in Debian using existing constraint on
  138. cron
  139. * Constrain cron and anacron in Ubuntu also
  140. * Reset iptables ACCEPT rule for updates proxy if service is running
  141. * Fix build for trusty - locales-all not available
  142. * Move trusty check and locales-all fix inside source-debian-quilt-
  143. copy-in
  144. * Apply gschema override preventing previews in nautilus in Debian
  145. [ Marek Marczykowski-Górecki ]
  146. * debian: fix lintian warning - command-with-path-in-maintainer-script
  147. * debian: don't fail the upgrade if glib-compile-schemas fails
  148. [ unman ]
  149. * Stop unnecessary services in Debian
  150. [ Marek Marczykowski-Górecki ]
  151. * systemd: place user dropins in /usr/lib instead of /lib
  152. * Use online resize2fs, and run filesystem check only when needed
  153. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 07 Mar 2017 23:04:47 +0100
  154. qubes-core-agent (3.2.15-1) wheezy; urgency=medium
  155. * Fix detection of dom0 updates
  156. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 04 Dec 2016 22:39:01 +0100
  157. qubes-core-agent (3.2.14-1) wheezy; urgency=medium
  158. [ unman ]
  159. * Add systemd override for haveged in xenial and stretch. (#2161)
  160. Reenable haveged.service after debian package installation
  161. [ Marek Marczykowski-Górecki ]
  162. * travis: drop debootstrap workaround
  163. [ Rusty Bird ]
  164. * v2: (vm) qvm-move-to-vm: don't "rm -rf" vm name argument
  165. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 04 Dec 2016 21:57:10 +0100
  166. qubes-core-agent (3.2.13-1) wheezy; urgency=medium
  167. [ Manuel Amador (Rudd-O) ]
  168. * Make signing optional for testing, and add program checks.
  169. * Clean up early initialization and setup of /rw
  170. * Better private.img size management.
  171. * Invert logic of systemd_version_changed.
  172. * Fix VM settings running while / is readonly.
  173. * Clean up specfile unit activation aspect.
  174. * Invert logic of SKIP_SIGNING.
  175. [ Marek Marczykowski-Górecki ]
  176. * Revert "network: disable proxy_arp"
  177. [ Jean-Philippe Ouellet ]
  178. * Keep Makefile DRY
  179. [ Marek Marczykowski-Górecki ]
  180. * Refactor qubes.InstallUpdatesGUI to reduce code duplication
  181. * Ask to shutdown the template after performing update
  182. * Prefer powerpill to update Archlinux VM
  183. [ Patrick Schleizer ]
  184. * fix reload_random_seed error handling
  185. [ Marek Marczykowski-Górecki ]
  186. * Write random seed directly to /dev/urandom
  187. [ Manuel Amador (Rudd-O) ]
  188. * Initialize home_volatile for disposable VMs.
  189. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 18 Nov 2016 01:59:25 +0100
  190. qubes-core-agent (3.2.12-1) wheezy; urgency=medium
  191. [ unman ]
  192. * Remove custom mount when starting cron, in favour of bind-dirs
  193. * use bind-dirs to handle crontab persistence
  194. * Revert version and correct unit files
  195. * Remove entry in changelog as version not bumped
  196. [ Rudd-O ]
  197. * Eliminate race condition with qubes-setup-dnat-to-ns
  198. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 18 Oct 2016 15:55:40 +0200
  199. qubes-core-agent (3.2.11-1) wheezy; urgency=medium
  200. [ HW42 ]
  201. * bind-dirs: copy from ro only if bind target doesn't exists
  202. [ Marek Marczykowski-Górecki ]
  203. * network: minor setup-ip fix
  204. * Configure NetworkManager to keep /etc/resolv.conf as plain file
  205. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 03 Oct 2016 11:32:40 +0200
  206. qubes-core-agent (3.2.10-1) wheezy; urgency=medium
  207. [ HW42 ]
  208. * systemd: fix qubes-mount-home path in cleanup script
  209. * systemd: remove obsolete symlinks with rm instead of systemctl
  210. [ Marek Marczykowski-Górecki ]
  211. * network: reload NM connection after setting it up
  212. * systemd: fix syntax error in preset file
  213. [ Patrick Schleizer ]
  214. * comment legacy function
  215. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 08 Aug 2016 05:23:02 +0200
  216. qubes-core-agent (3.2.9-1) wheezy; urgency=medium
  217. [ Marek Marczykowski-Górecki ]
  218. * systemd: cleanup removed services
  219. * systemd: order qubes-mount-dirs.service before local-fs.target
  220. * systemd: load xen-privcmd module
  221. * systemd: include tor-disabling drop-ins in the package
  222. * systemd: improve ordering of systemd units
  223. [ Patrick Schleizer ]
  224. * add /usr/lib/qubes/bind-dirs.sh compatibility symlink
  225. * empty legacy function
  226. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 27 Jul 2016 06:08:56 +0200
  227. qubes-core-agent (3.2.8-1) wheezy; urgency=medium
  228. * dom0-updates: fix cleaning downloaded packages
  229. * Revert "systemd: preset xendriverdomain on update"
  230. * systemd: don't mark updates check service failed
  231. * systemd: plug random seed loading into systemd-random-seed
  232. * Include Qubes Master Key in the VM template
  233. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 17 Jul 2016 04:27:04 +0200
  234. qubes-core-agent (3.2.7-1) wheezy; urgency=medium
  235. [ Marek Marczykowski-Górecki ]
  236. * systemd: preset xendriverdomain on update
  237. * rpm: fix misleading systemd warnings during upgrade
  238. [ Olivier MEDOC ]
  239. * archlinux: switch to usage of pacman.d drop-ins
  240. * archlinux: Setup default package repository
  241. * archlinux: ensure repositories are the last pacman.d files included
  242. * archlinux: fix update-proxy-configs to use pacman.d drop-ins
  243. [ Patrick Schleizer ]
  244. * fixed qubes-core-agent upgrading double package manager lock
  245. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 13 Jul 2016 22:43:06 +0200
  246. qubes-core-agent (3.2.6-1) wheezy; urgency=medium
  247. [ Patrick Schleizer ]
  248. * Do not start tor@default service in TemplateVM.
  249. [ Marek Marczykowski-Górecki ]
  250. * dom0-updates: use dnf --best --allowerasing
  251. [ Rusty Bird ]
  252. * Order network management units after network-pre.target
  253. * dvm, then xendriverdomain, then qrexec-agent
  254. * *Do* block until good random is available again
  255. * Remove 'if true' wrapper from
  256. 06a0d30d50ce4ea266532c06ef24880bf5363c1b
  257. * Enable xendriverdomain.service in 75-qubes-vm.preset
  258. [ Patrick Schleizer ]
  259. * add comment
  260. * add comment
  261. [ Olivier MEDOC ]
  262. * archlinux: update installer script in prevision of pacman.d drop-ins
  263. * archlinux: provide automatic qubes-trigger-sync-appmenus through
  264. pacman hooks
  265. * archlinux: remove unnecessary glib-compile-scheme
  266. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 13 Jul 2016 04:38:17 +0200
  267. qubes-core-agent (3.2.5-1) wheezy; urgency=medium
  268. * travis: add fc24 build
  269. * debian: add missing pkg-config build depends
  270. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 06 Jun 2016 00:18:54 +0200
  271. qubes-core-agent (3.2.4-1) wheezy; urgency=medium
  272. [ Patrick Schleizer ]
  273. * fix indent
  274. [ Marek Marczykowski-Górecki ]
  275. * dom0-updates: use dnf when available
  276. * Prefer 'dnf' over 'yum' for template update
  277. [ unman ]
  278. * Fall back to gnome utilities if kdialog not present
  279. [ Marek Marczykowski-Górecki ]
  280. * travis: initial version
  281. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 05 Jun 2016 22:10:58 +0200
  282. qubes-core-agent (3.2.3-1) wheezy; urgency=medium
  283. * Cleanup R3.1->R3.2 transitional package
  284. * Update repository definitions for R3.2
  285. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 18 May 2016 23:43:22 +0200
  286. qubes-core-agent (3.2.2-1) wheezy; urgency=medium
  287. * systemd: order units checking for qubes-service after qubes-sysinit
  288. * qvm-open-in-vm: escape URL when wrapping it in HTML
  289. * Implement qubes.OpenURL service instead of wrapping URLs in HTML
  290. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 18 May 2016 03:00:12 +0200
  291. qubes-core-agent (3.2.1-1) wheezy; urgency=medium
  292. [ Marek Marczykowski-Górecki ]
  293. * qubes-rpc: fix SVG icon scaling
  294. * Fix bind-dirs.sh path
  295. [ Olivier MEDOC ]
  296. * archlinux: fix remaining loginctl privilege issues with invalid
  297. pam.d configuration
  298. [ Marek Marczykowski-Górecki ]
  299. * Remove obsolete policy files
  300. [ Patrick Schleizer ]
  301. * fixed bind-dirs legacy import function
  302. * fixed sh syntax error
  303. * minor debug xtrace output
  304. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 05 May 2016 00:05:13 +0200
  305. qubes-core-agent (3.2.0-1) wheezy; urgency=medium
  306. [ Patrick Schleizer ]
  307. * disable systemd-timesyncd
  308. [ Marek Marczykowski-Górecki ]
  309. * qrexec: write service stderr to both syslog and caller
  310. * qrexec: hide timing debug messages in vm-file-editor
  311. [ Patrick Schleizer ]
  312. * do not start the Tor service inside Qubes TemplateVMs
  313. * work on bind-dirs https://phabricator.whonix.org/T414
  314. * work on bind-dirs
  315. * work on bind-dirs
  316. * renamed: misc/bind-dirs -> vm-systemd/bind-dirs
  317. * renamed: bind-dirs -> bind-dirs.sh
  318. * run /usr/lib/qubes/bind-dirs.sh from mount-dirs.sh
  319. * use symlink_level_max rather than hardcoding 10; comment
  320. * also exit from bind-directories if file /var/run/qubes-service/qubes-
  321. dvm exists
  322. * fixed broken file copy for files in multi level directories
  323. * refactoring / code simplification
  324. [ Rusty Bird ]
  325. * qvm-move-to-vm: Remove duplicated code
  326. * qvm-move-to-vm: Use '--' before file arguments
  327. * Use && in qvm-move-to-vm
  328. [ Andrew ]
  329. * Use proper space-expanded tabs, as per the coding guidelines.
  330. * Move usage information printing to separate function, and print
  331. usage to stderr; also added some spacing.
  332. * Use proper quoting around variables.
  333. * Properly handle case of empty domain name.
  334. [ Marek Marczykowski-Górecki ]
  335. * rpm: Add bind-dirs.sh to spec file
  336. * qubes.SuspendPreAll and qubes.SuspendPostAll services
  337. * qrexec: unify service environment preparation
  338. [ Patrick Schleizer ]
  339. * use 'true' rather than ':' for consistency
  340. * minor indent
  341. [ Rusty Bird ]
  342. * Remove exec in last line of qvm-copy-to-vm
  343. [ Marek Marczykowski-Górecki ]
  344. * qrexec: add service argument support
  345. * network: run setup-ip only on xen frontend interfaces
  346. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 29 Mar 2016 14:41:34 +0200
  347. qubes-core-agent (3.1.14-1) wheezy; urgency=medium
  348. * network: use `qubes-primary-dns` QubesDB entry if present
  349. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 07 Mar 2016 13:47:01 +0100
  350. qubes-core-agent (3.1.13-1) wheezy; urgency=medium
  351. [ Marek Marczykowski-Górecki ]
  352. * sysinit: Accept also old xenbus kernel interface
  353. [ adrianx64 ]
  354. * Proposed solution for issue #1657
  355. [ Marek Marczykowski-Górecki ]
  356. * Move opening file viewer/editor into separate shell script
  357. * qubes-open: switch from mimeopen to xdg-open
  358. [ Olivier MEDOC ]
  359. * update qubes.InstallUpdateGUI to support archlinux
  360. * archlinux: add gcc and make as make dependencies
  361. * implement update proxy support for archlinux
  362. * archlinux: add Qubes Markers in pacman.conf so that changes done by
  363. qubes scripts are not inserted at the end of pacman.conf
  364. * archlinux: properly add qubes markers in pacman.conf
  365. * update-proxy: use curl instead of wget in archlinux in order to
  366. limit additional dependencies
  367. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 08 Feb 2016 05:07:39 +0100
  368. qubes-core-agent (3.1.12-1) wheezy; urgency=medium
  369. * Unload USB controllers drivers in USB VM before going to sleep
  370. * Do not try to signal NetworkManager before suspend if it isn't
  371. running
  372. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 11 Jan 2016 21:59:34 +0100
  373. qubes-core-agent (3.1.11-1) wheezy; urgency=medium
  374. [ Marek Marczykowski-Górecki ]
  375. * dom0-updates: add a message explaining yum deprecated warning
  376. [ noname ]
  377. * archlinux: Added python{2,3} as dependency. Solved python22 bug.
  378. [ Marek Marczykowski-Górecki ]
  379. * Fix time sync service
  380. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 07 Jan 2016 05:52:35 +0100
  381. qubes-core-agent (3.1.10-1) wheezy; urgency=medium
  382. * network: use more strict policy about incoming traffic
  383. * debian: add missing python-gtk2 dependency
  384. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 31 Dec 2015 02:58:29 +0100
  385. qubes-core-agent (3.1.9-1) wheezy; urgency=medium
  386. * dnf: drop shebang, it isn't standalone script
  387. * Package DNF plugin for both python2 and python3
  388. * dom0-updates: fix reporting when no updates are available
  389. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 26 Dec 2015 14:24:00 +0100
  390. qubes-core-agent (3.1.8-1) wheezy; urgency=medium
  391. [ Marek Marczykowski-Górecki ]
  392. * open-in-vm: Fix path to mimeinfo database
  393. [ Olivier MEDOC ]
  394. * archlinux: fix invalid systemd path in make install directive
  395. * archlinux: remove quotes when checking system locales (in case it
  396. has been user defined)
  397. [ MB ]
  398. * [network-proxy-setup] Permit !CONFIG_MODuLES
  399. [ Rusty Bird ]
  400. * repo description: updates-testing -> security-testing
  401. [ Marek Marczykowski-Górecki ]
  402. * debian: add security-testing repository
  403. [ Olivier MEDOC ]
  404. * archlinux: ensure systemctl reset preset correctly (need to be
  405. started twice)
  406. [ Marek Marczykowski-Górecki ]
  407. * updates-proxy: restart on network configuration change to reload DNS
  408. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 20 Dec 2015 03:12:39 +0100
  409. qubes-core-agent (3.1.7-1) wheezy; urgency=medium
  410. * updates-proxy: explicitly block connection looping back to the proxy
  411. IP
  412. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 04 Dec 2015 15:32:14 +0100
  413. qubes-core-agent (3.1.6-1) wheezy; urgency=medium
  414. * Revert "network: use drop-ins for NetworkManager configuration
  415. (#1176)"
  416. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 29 Nov 2015 00:34:34 +0100
  417. qubes-core-agent (3.1.5-1) wheezy; urgency=medium
  418. [ Patrick Schleizer ]
  419. * clean up /etc/tinyproxy/filter-updates
  420. [ Olivier MEDOC ]
  421. * updates-proxy: remove remaining traces of proxy filtering file from
  422. Makefile
  423. * rpm_spec: declare InstallUpdateGUI qrexec_service
  424. * archlinux: enforce minimum versionning of qubes-utils
  425. [ Patrick Schleizer ]
  426. * Prevent services from being accidentally restarted by `needrestart`.
  427. * Have qubes-sysinit create /var/run/qubes VM type files.
  428. [ Marek Marczykowski-Górecki ]
  429. * Package needrestart config only for Debian
  430. * debian: reformat Build-Depends:
  431. * debian: update build-depends for split qubes-utils package
  432. * backup: Use 'type' instead of 'which' to prevent unnecessary
  433. dependency
  434. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 28 Nov 2015 14:48:33 +0100
  435. qubes-core-agent (3.1.4-1) wheezy; urgency=medium
  436. [ Marek Marczykowski-Górecki ]
  437. * Minor improvements to packaging (based on rpmlint)
  438. [ Patrick Schleizer ]
  439. * removed confusing comments
  440. * minor indent
  441. * No longer start /etc/init.d/tinyproxy by default anymore.
  442. [ Marek Marczykowski-Górecki ]
  443. * Revert "preset disable tinyproxy by default"
  444. [ Patrick Schleizer ]
  445. * minor, removed trailing space
  446. * Improved upgrade notifications sent to QVMM.
  447. * fixed inverted logic issue in upgrades-installed-check
  448. * misc/upgrades-installed-check: handle apt-get errors
  449. [ Marek Marczykowski-Górecki ]
  450. * Explicitly fail upgrades-installed-check on other distributions
  451. [ qubesuser ]
  452. * Allow to provide customized DispVM home directly in the template VM
  453. [ Marek Marczykowski-Górecki ]
  454. * network: let NetworkManager configure VM uplink, if enabled
  455. * Use improved update-notify script also in Fedora
  456. * Implement qubes.InstallUpdatesGUI qrexec service
  457. * Really fix update-proxy rules for debian security fixes repo
  458. * updates-proxy: disable filtering at all
  459. * network: disable proxy_arp
  460. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 15 Nov 2015 04:29:29 +0100
  461. qubes-core-agent (3.1.3-1) wheezy; urgency=medium
  462. [ Marek Marczykowski-Górecki ]
  463. * network: forward TCP DNS queries
  464. [ Patrick Schleizer ]
  465. * removed trailing spaces
  466. * Renamed qubes-mount-home to qubes-mount-dirs.
  467. [ Marek Marczykowski-Górecki ]
  468. * qrexec: implement buffered write to a child stdin
  469. [ Olivier MEDOC ]
  470. * archlinux: update packaging and install script to use systemd
  471. DROPINs
  472. * archlinux: force running scripts with python2 even when /usr/bin/env
  473. is used
  474. * archlinux: readd notification-daemon as a dependency
  475. * archlinux: readd lines removed by error during merge
  476. [ Patrick Schleizer ]
  477. * disable leaking TCP timestamps by default
  478. [ Marek Marczykowski-Górecki ]
  479. * rpm: add /etc/sysctl.d/20_tcp_timestamps.conf
  480. * rpm: remove duplicated entry
  481. [ Patrick Schleizer ]
  482. * cleanup /etc/apt/apt.conf.d/00notiy-hook on existing systems
  483. [ erihe251 ]
  484. * Small language fixes
  485. * Update qubes.sudoers
  486. [ Marek Marczykowski-Górecki ]
  487. * Require new enough qubes-utils package for updated libqrexec-utils
  488. * debian: install locales-all instead of custom locales generation
  489. * makefile: cleanup help message
  490. * Setup updates proxy in dnf and PackageKit
  491. * backup: fix handling backup filename with spaces
  492. * backup: improve exit code reporting
  493. [ Rusty Bird ]
  494. * qfile-unpacker: Avoid data loss by checking for child errors
  495. [ Marek Marczykowski-Górecki ]
  496. * appmenus: ignore entries with NoDisplay=true
  497. * qfile-agent: move data handling code to libqubes-rpc-filecopy
  498. [ yaqu ]
  499. * Replacing "sleep 365d" with "sleep inf"
  500. [ Marek Marczykowski-Górecki ]
  501. * No longer disable auditd
  502. * dom0-updates: prefer yum-deprecated over dnf
  503. * fedora: Add skip_if_unavailable=False to Qubes repositories
  504. [ Olivier MEDOC ]
  505. * add DROPINS for org.cups.cupsd systemd files.
  506. * dropins: make current systemd dropins specific to systemd-system in
  507. order to introduce dropins for systemd-user
  508. * dropins: implement dropins for systemd user starting with pulseaudio
  509. systemd service and socket masking
  510. [ Marek Marczykowski-Górecki ]
  511. * qrexec: add some comments, minor improvement in readability
  512. * qrexec: use #define for protocol-specified strings
  513. * dracut: disable hostonly mode
  514. * dom0-updates: use yum-deprecated instead of dnf in all calls
  515. * updates-proxy-setup: use temporary file for config snippet
  516. * Implement dnf hooks for post-update actions
  517. * fedora: do not require/use yum-plugin-post-transaction-actions in
  518. F>=22
  519. * Get rid of qubes-core-vm-kernel-placeholder
  520. * systemd: make sure that update check is started only after qrexec-
  521. agent
  522. * dom0-updates: do not use 'yum check-update -q'
  523. * Bump qubes-utils version requirement
  524. [ Patrick Schleizer ]
  525. * preset disable tinyproxy by default
  526. [ Marek Marczykowski-Górecki ]
  527. * updates-proxy: use separate directory for PID file
  528. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 11 Nov 2015 06:29:21 +0100
  529. qubes-core-agent (3.1.2-1) wheezy; urgency=medium
  530. [ Marek Marczykowski-Górecki ]
  531. * Enlarge /tmp and /dev/shm
  532. * network: use own iptables service instead of repurposing existing
  533. one
  534. [ Patrick Schleizer ]
  535. * removed iptables-persistent from Depends to improve usablity (avoid
  536. redundant debconf question)
  537. [ Marek Marczykowski-Górecki ]
  538. * debian: disable netfilter-persistent.service
  539. * Adjust progress message on file move operation
  540. * Run 'ldconfig' to update /usr/local/lib* cache, if applicable
  541. * updates-proxy: Disable 'Via: tinyproxy' header
  542. * Cleanup R3.0->R3.1 transitional package
  543. * network: use drop-ins for NetworkManager configuration (#1176)
  544. * network: fix 'qubes-uplink-eth0' NetworkManager connection (#1280)
  545. [ Patrick Schleizer ]
  546. * minor
  547. [ HW42 ]
  548. * qubes-random-seed: feed kernel rng with randomness from dom0
  549. * reload qubes-random-seed when restoring DispVM
  550. [ Marek Marczykowski-Górecki ]
  551. * systemd: actually enable qubes-random-seed service
  552. * sysvinit: load random seed from dom0 provided data
  553. * Use 'type' instead of 'which' to prevent unnecessary dependency
  554. * Add missing R: dconf to hide nm-applet when not used
  555. * dom0-updates: Fix showing package list when --check-only option was
  556. used
  557. * dom0-updates: check "yum check-update" exit code, not only its
  558. output
  559. * dom0-updates: fix hostname in error message
  560. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 11 Oct 2015 03:00:00 +0200
  561. qubes-core-agent (3.1.1-1) wheezy; urgency=medium
  562. * Update repository definition for r3.1
  563. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 29 Sep 2015 16:55:35 +0200
  564. qubes-core-agent (3.1.0-1) wheezy; urgency=medium
  565. [ Patrick Schleizer ]
  566. * Allow passwordless login for user "user" (when using 'sudo xl
  567. console').
  568. * Allow passwordless login for user "user" (when using 'sudo xl
  569. console') for images being upgraded.
  570. * show error msg if qubes.ReceiveUpdates failed
  571. [ qubesuser ]
  572. * qubes-rpc: fix broken temporary file deletion in qubes.GetImageRGBA
  573. [ Patrick Schleizer ]
  574. * added missing dependency python-dbus to 'Depends:'
  575. [ Marek Marczykowski-Górecki ]
  576. * rpm: add dbus-python dependency
  577. [ qubesuser ]
  578. * qubes-rpc: fix broken temporary file deletion in qubes.GetImageRGBA
  579. * qubes-rpc: fix icon selection using pyxdg and support SVG icons
  580. [ Patrick Schleizer ]
  581. * fixed 'Debian 8 apt.config.d misconfiguration'
  582. * added missing dependency xserver-xorg-dev
  583. * - Prevent 'su -' from asking for password in Debian [based]
  584. templates. Thanks to @unman and @marmarek for suggesting the fix!
  585. Fixes https://github.com/QubesOS/qubes-issues/issues/1128. - Changed
  586. 'ifeq (1,${DEBIANBUILD})' to 'ifeq ($(shell lsb_release -is),
  587. Debian)' to make the build work outside of Qubes Builder as well.
  588. * Fixed /etc/pam.d/su.qubes. (Moved line 'auth sufficient
  589. pam_permit.so' up. May not be low '@include' lines.)
  590. * fix typo
  591. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 29 Sep 2015 16:39:55 +0200
  592. qubes-core-agent (3.0.16-1) wheezy; urgency=medium
  593. [ Marek Marczykowski-Górecki ]
  594. * debian: remove SELinux disabling code
  595. * Revert "qubes-desktop-run: Activate via DBUS when desktop file
  596. contains DBusActivatable"
  597. * qubes-desktop-run: start the Dbus service (if needed)
  598. [ Patrick Schleizer ]
  599. * added pulseaudio-kde and spice-vdagent to qubes-trigger-desktop-
  600. file-install
  601. [ Jason Mehring ]
  602. * debian: Move python-xdg to depends section in debian/control
  603. * sudoers.d: Stops QT from using the MIT-SHM X11 Shared Memory
  604. Extension
  605. [ Rusty Bird ]
  606. * Mount /dev/xvdb with fs type "auto"
  607. [ Marek Marczykowski-Górecki ]
  608. * Move .desktop launching code to python moules so it can be reused
  609. * Implement dropins for /etc/xdg/autostart (#1151)
  610. * Remove dynamically generated autostart desktop files
  611. * qubes-session-autostart: do not abort the whole process on invalid
  612. file
  613. * qubes-desktop-run: don't crash on Debian wheezy (glib < 2.36)
  614. * debian: fix /dev permissions on upgrade
  615. * systemd: fix starting cups
  616. * debian: depend on gawk
  617. * Fix show-hide-nm-applet.desktop - use OnlyShowIn=X-QUBES
  618. [ Patrick Schleizer ]
  619. * moved python-xdg from Recommends to Depends
  620. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 03 Sep 2015 02:45:30 +0200
  621. qubes-core-agent (3.0.15-1) wheezy; urgency=medium
  622. * debian: remove `Recommends: chrony`
  623. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 08 Aug 2015 23:23:38 +0200
  624. qubes-core-agent (3.0.14-1) wheezy; urgency=medium
  625. [ Marek Marczykowski-Górecki ]
  626. * kernel-placeholder: prevent xl2tpd from pulling kernel packages
  627. * qubes-core-vm-kernel-placeholder 1.0-3
  628. [ Olivier MEDOC ]
  629. * archlinux: update dependency list based on .spec file
  630. * archlinux: reorganize install script to make it more easily
  631. compareable with the .spec file
  632. * archlinux: fix syntax errors in install file
  633. [ Marek Marczykowski-Górecki ]
  634. * debian: fix permissions of /var/lib/qubes/dom0-updates
  635. [ Patrick Schleizer ]
  636. * also inform in cli if no new updates are available
  637. [ Olivier MEDOC ]
  638. * archlinux: pulseaudio should be configured in gui agent and will
  639. break installation of pulseaudio if installed in core-agent-linux
  640. * archlinux: enabled configuration of all core agent dependencies
  641. * archlinux: ensure python2 is used for all scripts and fix
  642. dependencies for qubes-desktop-run
  643. [ Jason Mehring ]
  644. * debian: Renamed incorrect filename: 00notiy-hook -> 00notify-hook
  645. * debian: Comment out deb-src line in qubes-r3.list
  646. * Use 'which' to locate fuser since fuser path is different in Fedora
  647. and Debian
  648. * debian: Change triggers to use `interest-await` (execute triggers
  649. after all packages installed)
  650. * Remove '.service' from systemd enable loop as unit_name already
  651. contains .service in name
  652. * debian: remove cups/print-applet triggers
  653. * debian: Added cups, system-config-printer to Recommends
  654. * Makefile: Add systemd drop-in support which include conditionals to
  655. prevent services from starting
  656. * fedora: Add systemd drop-in support which include conditionals to
  657. prevent services from starting
  658. * debian: Add systemd drop-in support which include conditionals to
  659. prevent services from starting
  660. * Re-aranged qubes-vm.preset to indicate which services are specificly
  661. for Fedora only
  662. * vm-systemd: Add systemd drop-in support which include conditionals
  663. to prevent services from starting
  664. [ Marek Marczykowski-Górecki ]
  665. * archlinux: remove installOverridenServices as now handled by systemd
  666. dropins
  667. * fedora: do not own dropins directories
  668. * fedora: simulate preset-all only on first install, not upgrade
  669. * fedora: fix default locale generation
  670. * qrexec: fix exit code from qrexec-client-vm
  671. * qrexec: make sure that all the pipes/sockets are closed on cleanup
  672. [ Jason Mehring ]
  673. * qubes-desktop-file-install: Manages xdg desktop entry files
  674. * debian: Reformat depends in control for better readability
  675. * debian: qubes-desktop-file-install: Add misssing depend to contol
  676. * debian: Switch to using org.mate.NotificationDaemon by default to
  677. eliminate popups not closing
  678. * fedora: Use 'slider' org.mate.NotificationDaemon theme
  679. * qubes-desktop-run: Activate via DBUS when desktop file contains
  680. DBusActivatable
  681. [ Marek Marczykowski-Górecki ]
  682. * Move `/usr/share/qubes/xdg` to `/var/lib/qubes/xdg`
  683. [ Patrick Schleizer ]
  684. * fixed "in place upgrade issue - base-passwd debconf interative
  685. question asks 'Remove group "qubes"'"
  686. * fixed "in place upgrade issue - base-passwd debconf interative
  687. questi…on asks 'Remove group "qubes"'" for existing users
  688. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 08 Aug 2015 04:16:52 +0200
  689. qubes-core-agent (3.0.13-1) wheezy; urgency=medium
  690. * fedora: ensure that /etc/sysconfig/iptables exists (Fedora 20)
  691. * fedora/systemd: fix service enabling code
  692. * network: use iptables-restore instead of iptables --wait
  693. * network: guard iptables call with manual lock
  694. * network: disable tx csum offload on vif interfaces
  695. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 01 Jul 2015 07:05:53 +0200
  696. qubes-core-agent (3.0.12-1) wheezy; urgency=medium
  697. * dom0-updates: make the tool working on Debian
  698. * fedora, debian: make sure that default locale is generated
  699. * rpm: improve setting iptables rules
  700. * Do not override file pointed by /etc/localtime symlink
  701. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 23 Jun 2015 20:06:22 +0200
  702. qubes-core-agent (3.0.11-1) wheezy; urgency=medium
  703. [ Marek Marczykowski-Górecki ]
  704. * debian: fix apt sources.list generation (missing debian version
  705. field)
  706. [ Jason Mehring ]
  707. * Set a default locale if missing
  708. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 11 Jun 2015 04:06:26 +0200
  709. qubes-core-agent (3.0.10-1) wheezy; urgency=medium
  710. * rpm: ensure that all the services are enabled after upgrade
  711. * qrexec: do not show message about missing fork-sever - it isn't an
  712. error
  713. * rpm: add missing dependencies
  714. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 02 Jun 2015 11:20:18 +0200
  715. qubes-core-agent (3.0.9-1) wheezy; urgency=medium
  716. [ Jason Mehring ]
  717. * debian: Only notify dom0 on apt-get post hook; don't update package
  718. index
  719. * debian: Allow apt-get post hook to fail gracefully (won't work in
  720. chroot)
  721. [ Marek Marczykowski-Górecki ]
  722. * appmenus: hide message about missing /usr/local/share/applications
  723. * qrexec: prefer VM-local service file (if present) over default one
  724. * rpm: mark service files as configuration to not override user
  725. changes
  726. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 15 May 2015 03:27:58 +0200
  727. qubes-core-agent (3.0.8-1) wheezy; urgency=medium
  728. [ Marek Marczykowski-Górecki ]
  729. * Use iptables --wait only when it is supported
  730. [ Jason Mehring ]
  731. * debian: Update notification now notifies dom0 when an upgrade is
  732. completed
  733. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 28 Apr 2015 12:51:48 +0200
  734. qubes-core-agent (3.0.7-1) wheezy; urgency=medium
  735. [ Marek Marczykowski-Górecki ]
  736. * debian: install qubes-download-dom0-updates.sh
  737. * prepare-dvm: fix bashism
  738. * network: wait for iptables lock instead of aborting
  739. * rpm: cleanup R2->R3.0 transitional package
  740. [ Jason Mehring ]
  741. * whonix: Added protected-files file used to prevent scripts from
  742. modifying files that need to be protected
  743. * Changed location of PROTECTED_FILE_LIST to /etc/qubes/protected-
  744. files.d
  745. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 25 Apr 2015 02:36:55 +0200
  746. qubes-core-agent (3.0.6-1) wheezy; urgency=medium
  747. * qrexec: do not reset umask to 077 for every started process
  748. * rpm/systemd: do not use preset-all during package upgrade
  749. * systemd: disable avahi-daemon and dnf-makecache
  750. * dispvm: do not start GUI apps during prerun
  751. * Fix resizing of /rw partition (private.img)
  752. * Minor fixes in mount-home.sh
  753. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 11 Apr 2015 03:40:57 +0200
  754. qubes-core-agent (3.0.5-1) wheezy; urgency=medium
  755. * systemd: use presets to enable services, call preset-all
  756. * systemd: install overridden unit file for chronyd
  757. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 07 Apr 2015 14:58:36 +0200
  758. qubes-core-agent (3.0.4-1) wheezy; urgency=medium
  759. [ Marek Marczykowski-Górecki ]
  760. * qrexec: try to recover from fork-server communication error
  761. * rpm: add missing BuildRequires: libX11-devel
  762. * debian: fix handling SysV units in disableSystemdUnits
  763. * debian: update NetworkManager configuration
  764. [ Wojtek Porczyk ]
  765. * qubes-rpc-multiplexer: deprecate /etc/qubes_rpc, allow /usr/local
  766. * sudoers: do not require TTY
  767. [ Marek Marczykowski-Górecki ]
  768. * Update repository definition: r3 -> r3.0
  769. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 02 Apr 2015 00:55:09 +0200
  770. qubes-core-agent (3.0.3-1) wheezy; urgency=medium
  771. * Enable updates repos by default
  772. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 27 Mar 2015 01:24:43 +0100
  773. qubes-core-agent (3.0.2-1) wheezy; urgency=medium
  774. [ Marek Marczykowski-Górecki ]
  775. * debian: fix version number
  776. * backup: fix qubes.Restore service - do not send garbage as backup
  777. data
  778. [ Jason Mehring ]
  779. * debian: Add extend-diff-ignore options to debian packager
  780. [ Marek Marczykowski-Górecki ]
  781. * qrexec: fork into background after setting up qrexec-fork-server
  782. socket
  783. * Fix "backup: fix qubes.Restore service - do not send garbage as
  784. backup data"
  785. [ Jason Mehring ]
  786. * Switched qvm-move-to-vm.{gnome,kde} scripts to use bash not sh
  787. * Removed nautilus-actions depend and replaced with nautilus-python
  788. * Removed code that deleted original nautilus actions
  789. [ Marek Marczykowski-Górecki ]
  790. * fc21: fix DispVM preparation - Xorg has new name
  791. * dispvm: kill all process after populating caches
  792. * dispvm: start gui agent early, do not kill Xorg
  793. * dispvm: close only visible windows during DispVM preparation
  794. * Move mounting /rw and /home to separate service
  795. * dispvm: use qubes.WaitForSession to wait for gui-agent startup
  796. * dispvm: include memory caches in "used memory" notification
  797. * dispvm: do not restart qubesdb-daemon, use watch instead
  798. * qrexec: simplify makefile
  799. * qrexec: handle data vchan directly from qrexec-client-vm
  800. * qrexec: return remote process status as qrexec-client-vm exit code
  801. * qrexec: better handle remote process termination
  802. * qrexec: do not break connection on duplicated SIGUSR1
  803. * qrexec: minor readability fix
  804. * qrexec: process vchan data queue (esp MSG_EXIT_CODE) before sending
  805. anything
  806. * qrexec: add option to use real stdin/out of qrexec-client-vm
  807. * qrexec: do not leak FDs to logger process
  808. * qrexec: execute RPC service directly (without a shell) if it has
  809. executable bit set
  810. * qrexec: get rid of shell in services using EOF for any signaling
  811. * qrexec: move qrexec-client-vm to /usr/bin
  812. * Add support for comments in qubes-suspend-module-blacklist
  813. * Create filesystem if the private.img is empty
  814. * Provide stub files in /rw/config
  815. * qrexec: fix compile warning
  816. * qrexec: do not wait for local process if no one exists
  817. * qrexec: enable compiler optimization
  818. * Do not load xen-usbfront automatically
  819. * fedora: override iptables configuration on initial installation
  820. * Update comments and xenbus intf in startup scripts regarding vchan
  821. requirements
  822. * dom0-update: allow to specify custom yum action
  823. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 26 Mar 2015 23:56:25 +0100
  824. qubes-core-agent (3.0.1-1) jessie; urgency=medium
  825. [ Marek Marczykowski-Górecki ]
  826. * Reenable imsettings service
  827. * systemd: fix xenstore-ls path
  828. [ Jason Mehring ]
  829. * Allow hyphenated distro names in tinyproxy filter
  830. * Change condition test to compare to a link "-L"
  831. * debian: add xen-utils-common as a dependancy to allow Debian proxies
  832. * debian: Added maintainers scripts (pre / postinit + rm) - Currently
  833. in debug mode
  834. * debian: preinst needs a group and force no password entry on adduser
  835. * debian: Added less restrictive filter option for debian packages
  836. Sites like sourceforge append ?downloadxxx to end
  837. * debian: added new depends
  838. * debian: force shell to be bash since its default is dash and many
  839. qubes scripts rely on bash and will break in dash and added
  840. tinyproxy user
  841. [ HW42 ]
  842. * move fedora specific stuff to install-rh target
  843. * don't track debina/files (since it is autogenerated)
  844. * use systemd in debian
  845. * install iptables/forwarding for debian
  846. * various patches for debian
  847. * improve update of /etc/hosts
  848. * make source.list multiarch compatible
  849. * add xserver-xorg-video-dummy to the dependencies list of qubes-core-
  850. agent
  851. * dispvm-presun.sh needs bash
  852. * use sleep instead os usleep since it is more portable
  853. * debian: chown /home_volatile/user in posinst
  854. * fix xenstore-read path in network-proxy-setup.sh for debian
  855. * debian: add dependency on xen-utils since it's needed for
  856. proxy/netvm
  857. * debian: add support for qubes appmenus
  858. [ Marek Marczykowski-Górecki ]
  859. * debian: fix initialization of /etc/hosts
  860. [ Jason Mehring ]
  861. * debian: set -e added in place of set -x
  862. * debian: Made debian proxy filter rules more restrictive
  863. * debian: Cleanup
  864. * debian: Prepend package name to maintainers scripts
  865. * debian: Add qubes-update-check for Debian
  866. * debian: Revert back to original NetworkManager, ModemManager service
  867. names
  868. * debian: apt-get needs to update first
  869. * debian: Remove absolute path to xenstore-*
  870. * debian: Added more dependancies
  871. * debian: Added postrm disable of other Qubes packages
  872. * debian: Added all other outstanding triggers contained in rpm_spec
  873. as well as triggers if other packages get installed at a later date
  874. the configurations will run on them
  875. * debian: removed commented out depends
  876. * debian: Added more error reporting to track down any missing
  877. dependancies
  878. * debian: More depends for debian as netvm and some configuration
  879. tweaks.
  880. [ Marek Marczykowski-Górecki ]
  881. * network: do not use ifcfg-rh NM plugin
  882. * network: fix NM uplink config permissions
  883. [ Jason Mehring ]
  884. * debian: Add new notification agent depends; remove other
  885. * debian: Added functionality to move desktop entry config files to
  886. /usr/share/qubes/xdg/autostart to preserve originals
  887. * debian: Wrong variable name was used to create
  888. /usr/share/qubes/xdg/autostart
  889. [ Marek Marczykowski-Górecki ]
  890. * Fix compile flags order (-lX11 moved to the end)
  891. [ Jason Mehring ]
  892. * debian: Updated tinyproxy filter rules
  893. * debian: Don't display systemd info in chroot since systemd show does
  894. not work in chroot
  895. [ Marek Marczykowski-Górecki ]
  896. * network: fix indentation
  897. * Fix disabling nm-applet when NM is disabled
  898. * debian: create tinyproxy as system user
  899. * debian: fix generation of apt sources list file
  900. * debian: add missing python-gi to dependencies
  901. * debian: remove obsolete code from postinst script
  902. * debian: fix service name in postinst script
  903. * Update update-proxy rules for debian security fixes repo
  904. [ HW42 ]
  905. * debian: move not strictly required packages to Recommends-Section.
  906. * debian: remove unneeded acpid dependency
  907. [ Marek Marczykowski-Górecki ]
  908. * network: set uplink configuration based on MAC (NetworkManager)
  909. * network: fix NM config preparation
  910. [ Jason Mehring ]
  911. * fc21: iptables configurations conflict with fc21 yum package manager
  912. * fc21: Remove left-over code comment
  913. [ Marek Marczykowski-Górecki ]
  914. * fedora: Add security-testing repo definition
  915. * filecopy: prevent files/dirs movement outside incoming directory
  916. during transfer
  917. * fedora: Fix iptables config install script
  918. * fedora: Fix iptables config installation one more time
  919. [ HW42 ]
  920. * don't ignore asprintf() return value
  921. [ Marek Marczykowski-Górecki ]
  922. * network: support for not setting DNS and/or default gateway
  923. [ Olivier MEDOC ]
  924. * archlinux: fix new packaging requirements related to sbin, lib64,
  925. run ...
  926. * archlinux: align with fedora changes related to imsettings
  927. [ Marek Marczykowski-Górecki ]
  928. * fedora: reduce code duplication in systemd triggers
  929. * fedora: reload systemd only once
  930. * systemd: allow to start cron daemon (#909)
  931. * filecopy: fallback to "open(..., 000)" method when /proc
  932. inaccessible
  933. * network: support for not setting DNS and/or default gateway (v2)
  934. * rpm: add missing R: pygobject3-base
  935. [ HW42 ]
  936. * debian: fix for QSB #014 requires up to date qubes-utils
  937. * debian: postinst: use systemctl mask
  938. * debian: postinst: use dpkg-divert
  939. * debian: don't generate regular conf files in postinst
  940. * debian: postinst: don't remove /etc/udev/rules.d/*
  941. * debian: postinst: don't create /rw - it is already part of the
  942. package
  943. * debian: postinst: use systemctl to set default target
  944. * debian: postinst: remove fedora specific code
  945. * debian: postinst: enable netfilter-persistent service
  946. * debian: postinst: cleanup
  947. * debian: postinst: don't start systemd services
  948. * debian: postinst: enable haveged only if installed
  949. * debian: postinst: remove redundant and misleading trigger output
  950. * debian: install fstab as normal config file
  951. * debian: preinst: remove modification of /etc/modules
  952. * remove 'bashisms' or explicit use bash
  953. * debian: preinst: don't force the default shell to bash
  954. * debian: prerm: remove obsolete code
  955. * debian: preinst: cleanup user creation
  956. [ Wojtek Porczyk ]
  957. * spec: require linux-utils-3.0.1
  958. [ Matt McCutchen ]
  959. * Switch to preset file for systemd units to disable.
  960. * Make qvm-run bidirectional and document its limitations.
  961. [ Marek Marczykowski-Górecki ]
  962. * debian: change systemctl set-default back to manual symlink
  963. * network: fix handling newline in firewall rules
  964. * qrexec: use sockets instead of pipes to communicate with child
  965. process
  966. * qrexec: reorganise code for upcoming change
  967. * qrexec: add simple "fork server" to spawn new processes inside user
  968. session
  969. * Adjust permissions of /var/run/qubes
  970. [ Jason Mehring ]
  971. * debian: Remove 'exit 0' in maintainer section scripts to all other
  972. debhelpers (if any) to also execute
  973. * Add a qubes group and then add the user 'user' to the group
  974. * Remove 'xen.evtchn' udev rule
  975. * Set permissions to /proc/xen/privcmd, so a user in qubes group can
  976. access
  977. * debian: Converted debian package to a quilt package to allow patches
  978. * debian: Refactor Debian quilt packaging for xen
  979. * debian: Remove 'exit 0' in maintainer section scripts to all other
  980. debhelpers (if any) to also execute
  981. * Add a qubes group and then add the user 'user' to the group
  982. * Remove 'xen.evtchn' udev rule
  983. * Set permissions to /proc/xen/privcmd, so a user in qubes group can
  984. access
  985. * debian: Converted debian package to a quilt package to allow patches
  986. * debian: Revert depends back to use libxen-dev
  987. * debian: Move creation of directories into debian.dirs configuration
  988. file
  989. * debian: Remove dist target from Makefile as copy-in is now being
  990. used
  991. * debian: Remove unneeded patch file and README
  992. * Make sure when user is added to qubes group that the group is
  993. appended
  994. [ Marek Marczykowski-Górecki ]
  995. * qrexec: fix compile warning
  996. * debian: reenable -Werror, mentioned warning already fixed
  997. * debian: exclude binary packages from source archive
  998. * updates-proxy: allow xz compressed metadata (fc21)
  999. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 17 Feb 2015 14:14:16 +0100
  1000. qubes-core-agent (3.0.0-1) jessie; urgency=medium
  1001. [ Marek Marczykowski-Górecki ]
  1002. * Improve handling of .desktop files
  1003. * suspend: do not disable network frontend devices
  1004. * Handle tabs in /etc/hosts
  1005. [ Marek Marczykowski ]
  1006. * Update for new vchan API
  1007. * spec: add dependencies on vchan package (both R: and BR:)
  1008. * load xen-gntalloc module required by libxenvchan
  1009. * spec: get backend_vmm from env variable
  1010. * rpm: fix typo
  1011. * Use Qubes DB instead of Xenstore
  1012. * systemd: fix qubes-service handling
  1013. * dispvm: restart qubesdb at DispVM start
  1014. [ Marek Marczykowski-Górecki ]
  1015. * qrexec: remove dom0 targets from makefile
  1016. * code style: replace tabs with spaces
  1017. * qrexec: new protocol - direct data vchan connections
  1018. * Use xenstore.h instead of xs.h
  1019. * qrexec: register exec function
  1020. * Update repos and keys for Qubes R3
  1021. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 22 Nov 2014 16:24:17 +0100
  1022. qubes-core-agent (2.1.42) jessie; urgency=medium
  1023. * firewall: show error message only on actual error
  1024. * Avoid 100MB reserved space in private ext4 partition
  1025. * gui-fatal: do not run as root
  1026. * fedora: workaround slow system shutdown (#852)
  1027. * Rename qubes-yum-proxy service to qubes-updates-proxy
  1028. * Rename yum-proxy-setup service to updates-proxy-setup
  1029. * updates-proxy: add rules for debian repositories (#887)
  1030. * qrexec: check for setuid() error when calling zenity/kdialog
  1031. * Use systemd mechanism for loading kernel modules (when available)
  1032. * Add missing u2mfn module load
  1033. * archlinux: modules-load.d handled now in generic files
  1034. * debian: migrate to native systemd services
  1035. * updates-proxy-setup: support setting proxy for apt (#887)
  1036. * Introduce qubes.SetDateTime service for time synchronization
  1037. * systemd: fix 'service' path
  1038. * Include /rw in the package
  1039. * debian: custom dh_auto_clean no longer needed
  1040. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 25 Oct 2014 01:49:58 +0200
  1041. qubes-core-agent (2.1.41) jessie; urgency=medium
  1042. [ Marek Marczykowski-Górecki ]
  1043. * dispvm: slow down "spinlock" while waiting for save/restore
  1044. [ Olivier MEDOC ]
  1045. * archlinux: add notification daemon
  1046. * archlinux: follow fedora20 qubes agent improvement
  1047. * archlinux: follow fedora20 qubes agent improvement
  1048. * archlinux: enable/disable services when corresponding packages got
  1049. installed
  1050. [ Marek Marczykowski-Górecki ]
  1051. * network: use the same gateway IP generation method as backend
  1052. * Revert "network: use the same gateway IP generation method as
  1053. backend"
  1054. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 15 Aug 2014 17:45:15 +0200
  1055. qubes-core-agent (2.1.40) jessie; urgency=medium
  1056. [ Marek Marczykowski-Górecki ]
  1057. * Fix compiler warnings.
  1058. * Enable compiler optimization.
  1059. * rpm: do not disable abrt-applet autostart
  1060. * systemd: relax qubes-sysinit dependencies
  1061. * systemd: reexec systemd to ensure right version is running
  1062. * rpm: fix notification-daemon setup
  1063. * archlinux: do not fail mount /usr/lib/modules if already mounted
  1064. * version 2.1.34
  1065. * suspend: fix dbus-send invocation
  1066. * qubes-rpc: log service stderr to syslog instead of sending to dom0
  1067. (#842)
  1068. * version 2.1.35
  1069. [ Wojciech Zygmunt Porczyk ]
  1070. * misc: do not display file preview by default (#813)
  1071. [ Vincent Penquerc'h ]
  1072. * vm-file-editor: remove temporary file on exit
  1073. [ Marek Marczykowski-Górecki ]
  1074. * rpm: remove /lib/firmware/updates link
  1075. * Hide nm-applet icon earlier (#857)
  1076. * Configure only installed programs
  1077. * network: setup NM connection when its active in the ProxyVM
  1078. * version 2.1.36
  1079. * Add --dispvm to qvm-run documentation
  1080. * Fix formating
  1081. * Do not start nm-applet at all when no NetworkManager running (#857)
  1082. * version 2.1.37
  1083. * rpm: require generic "desktop-notification-daemon" not a specific
  1084. one
  1085. * rpm: enable haveged service by default (#673)
  1086. * Do not start nm-applet at all when no NetworkManager running -
  1087. update (#857)
  1088. * rpm: enable/disable services when corresponding packages got
  1089. installed
  1090. * dispvm: close all windows after apps prerun (#872)
  1091. * version 2.1.38
  1092. * systemd: do not reexec when not necessary
  1093. * version 2.1.39
  1094. * rpm: mark config files with %config(noreplace)
  1095. [ Davíð Steinn Geirsson ]
  1096. * Split install target into install-common and install-rh, and add all
  1097. target
  1098. * Fix make clean target
  1099. * Check for xenstore-read in /usr/sbin as well (default on debian)
  1100. * Use xenstore.h instead of xs.h when xen >= 4.2
  1101. * Explicitly specify /bin/bash for Makefile SHELL, since it's
  1102. required.
  1103. * Initial debian packaging
  1104. [ Marek Marczykowski-Górecki ]
  1105. * debian: update deps
  1106. * qrexec: fix loop bounds
  1107. * gitignore
  1108. * Fix bashism
  1109. * gitignore: fix binary packages declaration
  1110. * debian: add updates repo definition and key
  1111. * debian: fix qfile-unpacker perms
  1112. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 28 Jul 2014 02:38:59 +0200
  1113. qubes-core-agent (2.1.33) jessie; urgency=low
  1114. * Initial Release.
  1115. -- Davíð Steinn Geirsson <david@dsg.is> Mon, 21 Apr 2014 01:31:55 +0000