changelog 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. qubes-core-agent (3.0.5-1) wheezy; urgency=medium
  2. * systemd: use presets to enable services, call preset-all
  3. * systemd: install overridden unit file for chronyd
  4. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 07 Apr 2015 14:58:36 +0200
  5. qubes-core-agent (3.0.4-1) wheezy; urgency=medium
  6. [ Marek Marczykowski-Górecki ]
  7. * qrexec: try to recover from fork-server communication error
  8. * rpm: add missing BuildRequires: libX11-devel
  9. * debian: fix handling SysV units in disableSystemdUnits
  10. * debian: update NetworkManager configuration
  11. [ Wojtek Porczyk ]
  12. * qubes-rpc-multiplexer: deprecate /etc/qubes_rpc, allow /usr/local
  13. * sudoers: do not require TTY
  14. [ Marek Marczykowski-Górecki ]
  15. * Update repository definition: r3 -> r3.0
  16. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 02 Apr 2015 00:55:09 +0200
  17. qubes-core-agent (3.0.3-1) wheezy; urgency=medium
  18. * Enable updates repos by default
  19. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 27 Mar 2015 01:24:43 +0100
  20. qubes-core-agent (3.0.2-1) wheezy; urgency=medium
  21. [ Marek Marczykowski-Górecki ]
  22. * debian: fix version number
  23. * backup: fix qubes.Restore service - do not send garbage as backup
  24. data
  25. [ Jason Mehring ]
  26. * debian: Add extend-diff-ignore options to debian packager
  27. [ Marek Marczykowski-Górecki ]
  28. * qrexec: fork into background after setting up qrexec-fork-server
  29. socket
  30. * Fix "backup: fix qubes.Restore service - do not send garbage as
  31. backup data"
  32. [ Jason Mehring ]
  33. * Switched qvm-move-to-vm.{gnome,kde} scripts to use bash not sh
  34. * Removed nautilus-actions depend and replaced with nautilus-python
  35. * Removed code that deleted original nautilus actions
  36. [ Marek Marczykowski-Górecki ]
  37. * fc21: fix DispVM preparation - Xorg has new name
  38. * dispvm: kill all process after populating caches
  39. * dispvm: start gui agent early, do not kill Xorg
  40. * dispvm: close only visible windows during DispVM preparation
  41. * Move mounting /rw and /home to separate service
  42. * dispvm: use qubes.WaitForSession to wait for gui-agent startup
  43. * dispvm: include memory caches in "used memory" notification
  44. * dispvm: do not restart qubesdb-daemon, use watch instead
  45. * qrexec: simplify makefile
  46. * qrexec: handle data vchan directly from qrexec-client-vm
  47. * qrexec: return remote process status as qrexec-client-vm exit code
  48. * qrexec: better handle remote process termination
  49. * qrexec: do not break connection on duplicated SIGUSR1
  50. * qrexec: minor readability fix
  51. * qrexec: process vchan data queue (esp MSG_EXIT_CODE) before sending
  52. anything
  53. * qrexec: add option to use real stdin/out of qrexec-client-vm
  54. * qrexec: do not leak FDs to logger process
  55. * qrexec: execute RPC service directly (without a shell) if it has
  56. executable bit set
  57. * qrexec: get rid of shell in services using EOF for any signaling
  58. * qrexec: move qrexec-client-vm to /usr/bin
  59. * Add support for comments in qubes-suspend-module-blacklist
  60. * Create filesystem if the private.img is empty
  61. * Provide stub files in /rw/config
  62. * qrexec: fix compile warning
  63. * qrexec: do not wait for local process if no one exists
  64. * qrexec: enable compiler optimization
  65. * Do not load xen-usbfront automatically
  66. * fedora: override iptables configuration on initial installation
  67. * Update comments and xenbus intf in startup scripts regarding vchan
  68. requirements
  69. * dom0-update: allow to specify custom yum action
  70. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 26 Mar 2015 23:56:25 +0100
  71. qubes-core-agent (3.0.1-1) jessie; urgency=medium
  72. [ Marek Marczykowski-Górecki ]
  73. * Reenable imsettings service
  74. * systemd: fix xenstore-ls path
  75. [ Jason Mehring ]
  76. * Allow hyphenated distro names in tinyproxy filter
  77. * Change condition test to compare to a link "-L"
  78. * debian: add xen-utils-common as a dependancy to allow Debian proxies
  79. * debian: Added maintainers scripts (pre / postinit + rm) - Currently
  80. in debug mode
  81. * debian: preinst needs a group and force no password entry on adduser
  82. * debian: Added less restrictive filter option for debian packages
  83. Sites like sourceforge append ?downloadxxx to end
  84. * debian: added new depends
  85. * debian: force shell to be bash since its default is dash and many
  86. qubes scripts rely on bash and will break in dash and added
  87. tinyproxy user
  88. [ HW42 ]
  89. * move fedora specific stuff to install-rh target
  90. * don't track debina/files (since it is autogenerated)
  91. * use systemd in debian
  92. * install iptables/forwarding for debian
  93. * various patches for debian
  94. * improve update of /etc/hosts
  95. * make source.list multiarch compatible
  96. * add xserver-xorg-video-dummy to the dependencies list of qubes-core-
  97. agent
  98. * dispvm-presun.sh needs bash
  99. * use sleep instead os usleep since it is more portable
  100. * debian: chown /home_volatile/user in posinst
  101. * fix xenstore-read path in network-proxy-setup.sh for debian
  102. * debian: add dependency on xen-utils since it's needed for
  103. proxy/netvm
  104. * debian: add support for qubes appmenus
  105. [ Marek Marczykowski-Górecki ]
  106. * debian: fix initialization of /etc/hosts
  107. [ Jason Mehring ]
  108. * debian: set -e added in place of set -x
  109. * debian: Made debian proxy filter rules more restrictive
  110. * debian: Cleanup
  111. * debian: Prepend package name to maintainers scripts
  112. * debian: Add qubes-update-check for Debian
  113. * debian: Revert back to original NetworkManager, ModemManager service
  114. names
  115. * debian: apt-get needs to update first
  116. * debian: Remove absolute path to xenstore-*
  117. * debian: Added more dependancies
  118. * debian: Added postrm disable of other Qubes packages
  119. * debian: Added all other outstanding triggers contained in rpm_spec
  120. as well as triggers if other packages get installed at a later date
  121. the configurations will run on them
  122. * debian: removed commented out depends
  123. * debian: Added more error reporting to track down any missing
  124. dependancies
  125. * debian: More depends for debian as netvm and some configuration
  126. tweaks.
  127. [ Marek Marczykowski-Górecki ]
  128. * network: do not use ifcfg-rh NM plugin
  129. * network: fix NM uplink config permissions
  130. [ Jason Mehring ]
  131. * debian: Add new notification agent depends; remove other
  132. * debian: Added functionality to move desktop entry config files to
  133. /usr/share/qubes/xdg/autostart to preserve originals
  134. * debian: Wrong variable name was used to create
  135. /usr/share/qubes/xdg/autostart
  136. [ Marek Marczykowski-Górecki ]
  137. * Fix compile flags order (-lX11 moved to the end)
  138. [ Jason Mehring ]
  139. * debian: Updated tinyproxy filter rules
  140. * debian: Don't display systemd info in chroot since systemd show does
  141. not work in chroot
  142. [ Marek Marczykowski-Górecki ]
  143. * network: fix indentation
  144. * Fix disabling nm-applet when NM is disabled
  145. * debian: create tinyproxy as system user
  146. * debian: fix generation of apt sources list file
  147. * debian: add missing python-gi to dependencies
  148. * debian: remove obsolete code from postinst script
  149. * debian: fix service name in postinst script
  150. * Update update-proxy rules for debian security fixes repo
  151. [ HW42 ]
  152. * debian: move not strictly required packages to Recommends-Section.
  153. * debian: remove unneeded acpid dependency
  154. [ Marek Marczykowski-Górecki ]
  155. * network: set uplink configuration based on MAC (NetworkManager)
  156. * network: fix NM config preparation
  157. [ Jason Mehring ]
  158. * fc21: iptables configurations conflict with fc21 yum package manager
  159. * fc21: Remove left-over code comment
  160. [ Marek Marczykowski-Górecki ]
  161. * fedora: Add security-testing repo definition
  162. * filecopy: prevent files/dirs movement outside incoming directory
  163. during transfer
  164. * fedora: Fix iptables config install script
  165. * fedora: Fix iptables config installation one more time
  166. [ HW42 ]
  167. * don't ignore asprintf() return value
  168. [ Marek Marczykowski-Górecki ]
  169. * network: support for not setting DNS and/or default gateway
  170. [ Olivier MEDOC ]
  171. * archlinux: fix new packaging requirements related to sbin, lib64,
  172. run ...
  173. * archlinux: align with fedora changes related to imsettings
  174. [ Marek Marczykowski-Górecki ]
  175. * fedora: reduce code duplication in systemd triggers
  176. * fedora: reload systemd only once
  177. * systemd: allow to start cron daemon (#909)
  178. * filecopy: fallback to "open(..., 000)" method when /proc
  179. inaccessible
  180. * network: support for not setting DNS and/or default gateway (v2)
  181. * rpm: add missing R: pygobject3-base
  182. [ HW42 ]
  183. * debian: fix for QSB #014 requires up to date qubes-utils
  184. * debian: postinst: use systemctl mask
  185. * debian: postinst: use dpkg-divert
  186. * debian: don't generate regular conf files in postinst
  187. * debian: postinst: don't remove /etc/udev/rules.d/*
  188. * debian: postinst: don't create /rw - it is already part of the
  189. package
  190. * debian: postinst: use systemctl to set default target
  191. * debian: postinst: remove fedora specific code
  192. * debian: postinst: enable netfilter-persistent service
  193. * debian: postinst: cleanup
  194. * debian: postinst: don't start systemd services
  195. * debian: postinst: enable haveged only if installed
  196. * debian: postinst: remove redundant and misleading trigger output
  197. * debian: install fstab as normal config file
  198. * debian: preinst: remove modification of /etc/modules
  199. * remove 'bashisms' or explicit use bash
  200. * debian: preinst: don't force the default shell to bash
  201. * debian: prerm: remove obsolete code
  202. * debian: preinst: cleanup user creation
  203. [ Wojtek Porczyk ]
  204. * spec: require linux-utils-3.0.1
  205. [ Matt McCutchen ]
  206. * Switch to preset file for systemd units to disable.
  207. * Make qvm-run bidirectional and document its limitations.
  208. [ Marek Marczykowski-Górecki ]
  209. * debian: change systemctl set-default back to manual symlink
  210. * network: fix handling newline in firewall rules
  211. * qrexec: use sockets instead of pipes to communicate with child
  212. process
  213. * qrexec: reorganise code for upcoming change
  214. * qrexec: add simple "fork server" to spawn new processes inside user
  215. session
  216. * Adjust permissions of /var/run/qubes
  217. [ Jason Mehring ]
  218. * debian: Remove 'exit 0' in maintainer section scripts to all other
  219. debhelpers (if any) to also execute
  220. * Add a qubes group and then add the user 'user' to the group
  221. * Remove 'xen.evtchn' udev rule
  222. * Set permissions to /proc/xen/privcmd, so a user in qubes group can
  223. access
  224. * debian: Converted debian package to a quilt package to allow patches
  225. * debian: Refactor Debian quilt packaging for xen
  226. * debian: Remove 'exit 0' in maintainer section scripts to all other
  227. debhelpers (if any) to also execute
  228. * Add a qubes group and then add the user 'user' to the group
  229. * Remove 'xen.evtchn' udev rule
  230. * Set permissions to /proc/xen/privcmd, so a user in qubes group can
  231. access
  232. * debian: Converted debian package to a quilt package to allow patches
  233. * debian: Revert depends back to use libxen-dev
  234. * debian: Move creation of directories into debian.dirs configuration
  235. file
  236. * debian: Remove dist target from Makefile as copy-in is now being
  237. used
  238. * debian: Remove unneeded patch file and README
  239. * Make sure when user is added to qubes group that the group is
  240. appended
  241. [ Marek Marczykowski-Górecki ]
  242. * qrexec: fix compile warning
  243. * debian: reenable -Werror, mentioned warning already fixed
  244. * debian: exclude binary packages from source archive
  245. * updates-proxy: allow xz compressed metadata (fc21)
  246. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 17 Feb 2015 14:14:16 +0100
  247. qubes-core-agent (3.0.0-1) jessie; urgency=medium
  248. [ Marek Marczykowski-Górecki ]
  249. * Improve handling of .desktop files
  250. * suspend: do not disable network frontend devices
  251. * Handle tabs in /etc/hosts
  252. [ Marek Marczykowski ]
  253. * Update for new vchan API
  254. * spec: add dependencies on vchan package (both R: and BR:)
  255. * load xen-gntalloc module required by libxenvchan
  256. * spec: get backend_vmm from env variable
  257. * rpm: fix typo
  258. * Use Qubes DB instead of Xenstore
  259. * systemd: fix qubes-service handling
  260. * dispvm: restart qubesdb at DispVM start
  261. [ Marek Marczykowski-Górecki ]
  262. * qrexec: remove dom0 targets from makefile
  263. * code style: replace tabs with spaces
  264. * qrexec: new protocol - direct data vchan connections
  265. * Use xenstore.h instead of xs.h
  266. * qrexec: register exec function
  267. * Update repos and keys for Qubes R3
  268. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 22 Nov 2014 16:24:17 +0100
  269. qubes-core-agent (2.1.42) jessie; urgency=medium
  270. * firewall: show error message only on actual error
  271. * Avoid 100MB reserved space in private ext4 partition
  272. * gui-fatal: do not run as root
  273. * fedora: workaround slow system shutdown (#852)
  274. * Rename qubes-yum-proxy service to qubes-updates-proxy
  275. * Rename yum-proxy-setup service to updates-proxy-setup
  276. * updates-proxy: add rules for debian repositories (#887)
  277. * qrexec: check for setuid() error when calling zenity/kdialog
  278. * Use systemd mechanism for loading kernel modules (when available)
  279. * Add missing u2mfn module load
  280. * archlinux: modules-load.d handled now in generic files
  281. * debian: migrate to native systemd services
  282. * updates-proxy-setup: support setting proxy for apt (#887)
  283. * Introduce qubes.SetDateTime service for time synchronization
  284. * systemd: fix 'service' path
  285. * Include /rw in the package
  286. * debian: custom dh_auto_clean no longer needed
  287. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 25 Oct 2014 01:49:58 +0200
  288. qubes-core-agent (2.1.41) jessie; urgency=medium
  289. [ Marek Marczykowski-Górecki ]
  290. * dispvm: slow down "spinlock" while waiting for save/restore
  291. [ Olivier MEDOC ]
  292. * archlinux: add notification daemon
  293. * archlinux: follow fedora20 qubes agent improvement
  294. * archlinux: follow fedora20 qubes agent improvement
  295. * archlinux: enable/disable services when corresponding packages got
  296. installed
  297. [ Marek Marczykowski-Górecki ]
  298. * network: use the same gateway IP generation method as backend
  299. * Revert "network: use the same gateway IP generation method as
  300. backend"
  301. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 15 Aug 2014 17:45:15 +0200
  302. qubes-core-agent (2.1.40) jessie; urgency=medium
  303. [ Marek Marczykowski-Górecki ]
  304. * Fix compiler warnings.
  305. * Enable compiler optimization.
  306. * rpm: do not disable abrt-applet autostart
  307. * systemd: relax qubes-sysinit dependencies
  308. * systemd: reexec systemd to ensure right version is running
  309. * rpm: fix notification-daemon setup
  310. * archlinux: do not fail mount /usr/lib/modules if already mounted
  311. * version 2.1.34
  312. * suspend: fix dbus-send invocation
  313. * qubes-rpc: log service stderr to syslog instead of sending to dom0
  314. (#842)
  315. * version 2.1.35
  316. [ Wojciech Zygmunt Porczyk ]
  317. * misc: do not display file preview by default (#813)
  318. [ Vincent Penquerc'h ]
  319. * vm-file-editor: remove temporary file on exit
  320. [ Marek Marczykowski-Górecki ]
  321. * rpm: remove /lib/firmware/updates link
  322. * Hide nm-applet icon earlier (#857)
  323. * Configure only installed programs
  324. * network: setup NM connection when its active in the ProxyVM
  325. * version 2.1.36
  326. * Add --dispvm to qvm-run documentation
  327. * Fix formating
  328. * Do not start nm-applet at all when no NetworkManager running (#857)
  329. * version 2.1.37
  330. * rpm: require generic "desktop-notification-daemon" not a specific
  331. one
  332. * rpm: enable haveged service by default (#673)
  333. * Do not start nm-applet at all when no NetworkManager running -
  334. update (#857)
  335. * rpm: enable/disable services when corresponding packages got
  336. installed
  337. * dispvm: close all windows after apps prerun (#872)
  338. * version 2.1.38
  339. * systemd: do not reexec when not necessary
  340. * version 2.1.39
  341. * rpm: mark config files with %config(noreplace)
  342. [ Davíð Steinn Geirsson ]
  343. * Split install target into install-common and install-rh, and add all
  344. target
  345. * Fix make clean target
  346. * Check for xenstore-read in /usr/sbin as well (default on debian)
  347. * Use xenstore.h instead of xs.h when xen >= 4.2
  348. * Explicitly specify /bin/bash for Makefile SHELL, since it's
  349. required.
  350. * Initial debian packaging
  351. [ Marek Marczykowski-Górecki ]
  352. * debian: update deps
  353. * qrexec: fix loop bounds
  354. * gitignore
  355. * Fix bashism
  356. * gitignore: fix binary packages declaration
  357. * debian: add updates repo definition and key
  358. * debian: fix qfile-unpacker perms
  359. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 28 Jul 2014 02:38:59 +0200
  360. qubes-core-agent (2.1.33) jessie; urgency=low
  361. * Initial Release.
  362. -- Davíð Steinn Geirsson <david@dsg.is> Mon, 21 Apr 2014 01:31:55 +0000