changelog 45 KB

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