changelog 23 KB

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