changelog 36 KB

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