changelog 27 KB

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