changelog 32 KB

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