changelog 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683
  1. qubes-core-agent (4.0.15-1) unstable; urgency=medium
  2. [ MB ]
  3. * Fall back to direct execution when dbus is not installed or running
  4. [ Marek Marczykowski-Górecki ]
  5. * qrexec: setup process environment when not using fork server
  6. [ Patrick Schleizer ]
  7. * make apt-get apt-transport-tor broken in Qubes non-networked
  8. TemplateVMs
  9. [ Marek Marczykowski-Górecki ]
  10. * qubes.GetImageRGBA: fix handling '-' path without explicit type
  11. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 23 Dec 2017 02:53:43 +0100
  12. qubes-core-agent (4.0.14-1) unstable; urgency=medium
  13. [ Marek Marczykowski-Górecki ]
  14. * Disable cups-browsed service together with cups
  15. [ Olivier Médoc ]
  16. * Makefile: split network install target from core agent install
  17. target
  18. * Makefile: ensure that everything is installed by default for rh
  19. based agents
  20. * archlinux: split core-agent from netvm-agent
  21. [ Olivier MEDOC ]
  22. * Makefile: add basic networking to the new install-corevm target
  23. * Makefile: fix typo created when spliting the install targets
  24. * Makefile: add network install targets to install-deb
  25. * archlinux: create a keyring package to install binary repository
  26. automatically
  27. * archlinux: fix shellcheck issues
  28. * Makefile: remove invalid reference to network dropins install target
  29. * archlinux: fix incorrect keyring being populated
  30. * archlinux: add recently splitted packages as optional dependencies
  31. of qubes-vm-core
  32. * Makefile: install-netvm shouldn't be a dependency of itself.
  33. * archlinux fix .service added twice in networking install script
  34. [ Marek Marczykowski-Górecki ]
  35. * network: configure IPv6 when enabled
  36. * network: IPv6-enabled firewall
  37. * network: drop unsolicited IPv6 neighbor advertisements by default
  38. * Fix IPv6 support in qubes-firewall
  39. * Add hint to use qvm-copy/qvm-move instead of qvm-*-to-vm
  40. [ Frédéric Pierret ]
  41. * Add support for Thunar Qubes VM tools
  42. * Disable Thunar thumbnails
  43. * Add debian package support
  44. * Fix ShellCheck comments
  45. * Fix UCA mistake and qvm-actions script
  46. [ TomZ ]
  47. * Fix language issues and usability issue
  48. [ Rusty Bird ]
  49. * qvm-{copy,move}: fix spurious deprecation message
  50. [ unman ]
  51. * Disable wpa_supplicant@.service
  52. [ Marek Marczykowski-Górecki ]
  53. * debian: use systemd-preset logic from rpm package
  54. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 15 Dec 2017 09:23:22 +0100
  55. qubes-core-agent (4.0.13-1) unstable; urgency=medium
  56. [ Marek Marczykowski-Górecki ]
  57. * Fix starting time synchronization service
  58. [ Nedyalko Andreev ]
  59. * Disable dnf plugins when downloading dom0 updates in sys-firewall
  60. * Update the arch PKGBUILD script for QubesOS 4.0
  61. * Fix the makefile for archlinux - SBINDIR is already /usr/bin
  62. * Restore the binary pacman repo and update it for QubesOS 4.0
  63. * Add the 4.0 repo to the PKGBUILD sources list
  64. [ Olivier MEDOC ]
  65. * archlinux: remove deprecated setup of pam since v4.0.3
  66. * archlinux: remove pam configuration for su and su-l
  67. * archlinux: do not mess with locales in post-install script
  68. * archlinux: ship pam.d/qrexec as a replacement of using su
  69. * archlinux: create user 'user' using bash by default instead of zsh
  70. * Makefile: avoid using python interpreter as a static name
  71. * archlinux: enforce usage of python2 in all scripts
  72. * archlinux: ensure [options] section is present in all pacman drop-
  73. ins
  74. * archlinux: remove python3 dependency
  75. * archlinux: restore setup of pam.d/su-l
  76. [ unman ]
  77. * Allow build for Xenial in 4.0
  78. [ Paul Holcomb ]
  79. * Fix Ubuntu template builds
  80. [ Marek Marczykowski-Górecki ]
  81. * network: have safe fallback in case of qubes-firewall crash/error
  82. * Dumb down meminfo-writer enabling logic
  83. * Enable qubes-firewall also in "NetVM"
  84. [ Nedyalko Andreev ]
  85. * Fix the Archlinux template update proxy to work for HTTPS URLs as
  86. well
  87. [ Rusty Bird ]
  88. * Add iptables dep to qubes-core-agent-networking RPM spec
  89. [ Marek Marczykowski-Górecki ]
  90. * network: order qubes-firewall service before enabling IP forwarding
  91. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 21 Nov 2017 04:51:27 +0100
  92. qubes-core-agent (4.0.12-1) unstable; urgency=medium
  93. * Add support for new root volume partition layout to qubes.ResizeDisk
  94. * Resize root filesystem at VM startup if needed
  95. * debian: disable timer-based apt-get
  96. * network: fix rules for network setup on new udev
  97. * Fix removing temporary file after editing in (Disp)VM
  98. * debian: cleanup after splitting qubes-core-agent
  99. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 19 Oct 2017 17:28:27 +0200
  100. qubes-core-agent (4.0.11-1) unstable; urgency=medium
  101. [ Tray Torrance ]
  102. * Add archlinux support to upgrade checker
  103. [ Nedyalko Andreev ]
  104. * Fix an incorrect grep usage in archlinux upgrade check
  105. * Simplify archlinux upgrade check
  106. [ Marek Marczykowski-Górecki ]
  107. * Add convenient wrappers for qvm-copy-to-vm and qvm-move-to-vm
  108. * qrexec: code style fix - use spaces for indentation
  109. * qrexec: use user shell instead of hardcoded /bin/sh
  110. * qubes.ResizeDisk: handle dmroot being a symlink
  111. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 07 Oct 2017 02:35:42 +0200
  112. qubes-core-agent (4.0.10-1) unstable; urgency=medium
  113. [ Marek Marczykowski-Górecki ]
  114. * centos: add package signing key, setup repository
  115. * network: fix issues found by shellcheck
  116. * qubes-rpc: fix issues found by shellcheck
  117. * init: fix issues found by shellcheck in init scripts
  118. * debian: fix shellcheck warnings in debian packaging
  119. * Fix shellcheck warnings in block-snapshot script
  120. * Fix shellcheck warnings in download-dom0-updates.sh
  121. * Few more shellcheck warnings fixes/ignores
  122. * Hint shellcheck where to look for sourced files, if in repository
  123. * travis: add shellcheck call for all scripts in the repository
  124. [ Nedyalko Andreev ]
  125. * Fix the archlinux package, use correct DROPIN dirs
  126. * Disable Oliver's binary pacman repo by default
  127. * Fix indentation and shellcheck issues for archlinux
  128. * Fix the install script after the shellcheck "fixes"
  129. * Fix the previous shellcheck-related "fixes" again
  130. [ Jussi Timperi ]
  131. * archlinux: add correct section to qubes-noupgrade.conf
  132. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 04 Oct 2017 15:19:35 +0200
  133. qubes-core-agent (4.0.9-1) unstable; urgency=medium
  134. [ Frédéric Pierret ]
  135. * dnf-qubes-hooks: handle newer DNF >= 2.x
  136. [ Marek Marczykowski-Górecki ]
  137. * travis: add fc26 build
  138. * Look for applications also in subdirectories of .../applications
  139. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 26 Sep 2017 23:09:45 +0200
  140. qubes-core-agent (4.0.8-1) unstable; urgency=medium
  141. [ Marek Marczykowski-Górecki ]
  142. * dom0-updates: do not modify yum.conf
  143. [ Frederic Pierret (Epitre) ]
  144. * Add CENTOS/RHEL support (drop fedora-release dependancy as template
  145. builder will install it anyway and here it only make harder to
  146. support non-fedora builds)
  147. * Handle fallthrough with attribute(noreturn) for consistancy and
  148. compatiblity with older GCC
  149. [ Marek Marczykowski-Górecki ]
  150. * (redo) updates-proxy: explicitly block connection looping back to
  151. the proxy IP
  152. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 15 Sep 2017 13:44:17 +0200
  153. qubes-core-agent (4.0.7-1) unstable; urgency=medium
  154. * qrexec: add configurable waiting for session before starting service
  155. * document /etc/qubes/rpc-config
  156. * qubes-rpc: add 'wait-for-session=1' option for some services
  157. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 11 Aug 2017 13:33:35 +0200
  158. qubes-core-agent (4.0.6-1) unstable; urgency=medium
  159. * Announce if qubes-firewall service is supported+enabled in this
  160. template
  161. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 29 Jul 2017 05:31:13 +0200
  162. qubes-core-agent (4.0.5-1) unstable; urgency=medium
  163. [ Marek Marczykowski-Górecki ]
  164. * qrexec: ship pam configuration for debian
  165. * rpm: add services enabling/disabling logic
  166. * qrexec: start process in a login shell
  167. [ Marta Marczykowska-Górecka ]
  168. * clock synchronization rewrite
  169. * minor amends to clock synchronization
  170. [ Marek Marczykowski-Górecki ]
  171. * clock sync: drop untrusted_ prefix after value validation, fix error
  172. msg
  173. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 12 Jul 2017 23:40:54 +0200
  174. qubes-core-agent (4.0.4-1) unstable; urgency=medium
  175. * grub: add console=tty0 to kernel cmdline
  176. * rpm: do not mess with locales in post-install script
  177. * Don't use 'su' in qubes.WaitForSession if not needed
  178. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 05 Jul 2017 14:02:22 +0200
  179. qubes-core-agent (4.0.3-1) unstable; urgency=medium
  180. [ unman ]
  181. * Enable build for Zesty
  182. [ Marek Marczykowski-Górecki ]
  183. * Do not load 'dummy-hcd' kernel module
  184. [ Vincent Penquerc'h ]
  185. * core-agent-linux: misc const fixups
  186. [ Marek Marczykowski-Górecki ]
  187. * qrexec: use PAM directly instead of calling su to setup the session
  188. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 05 Jul 2017 02:37:51 +0200
  189. qubes-core-agent (4.0.2-1) unstable; urgency=medium
  190. * Ship grub configuration
  191. * Ship Qubes 4.0 repository definition and keys
  192. * Update grub configuration
  193. * debian: install man pages
  194. * Add qrexec-client-vm man page
  195. * qrexec: exit with code 126 when service request was refused
  196. * qrexec: fix reporting exit code in qrexec-client-vm
  197. * qrexec: do not shutdown stdout socket inherited from parent
  198. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 24 Jun 2017 02:19:14 +0200
  199. qubes-core-agent (4.0.1-1) unstable; urgency=medium
  200. * Switch qubes.UpdatesProxy to socat
  201. * rpm,deb: fix dependencies
  202. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 11 Jun 2017 00:02:49 +0200
  203. qubes-core-agent (4.0.0-1) unstable; urgency=medium
  204. [ Marek Marczykowski-Górecki ]
  205. * qvm-copy-to-vm: fix handling empty target VM
  206. * Rename qubes.xdg python module to qubesxdg
  207. * Disable meminfo-writer if there is any PCI device attached
  208. [ Wojtek Porczyk ]
  209. * misc: add qvm-features-request
  210. [ Marek Marczykowski-Górecki ]
  211. * Add qubes.ResizeDisk service to adjust filesystem size
  212. * network: rewrite qubes-firewall daemon
  213. * network: remove qubes-netwatcher
  214. [ qubesuser ]
  215. * network: add vif-route-qubes-nat for IP address anonymization
  216. [ Marek Marczykowski-Górecki ]
  217. * network: reformat vif-route-qubes-nat
  218. * network: change vif-route-qubes-nat parameters
  219. * network: integrate vif-route-qubes-nat into vif-route-qubes
  220. * network: keep the same MAC on vif interfaces
  221. * network: properly handle DNS addresses in vif-qubes-nat.sh
  222. * network: use /32 netmask on internal IPs in NAT providing namespace
  223. * travis: drop debootstrap workaround
  224. * Add qubes.StartApp service
  225. * dom0-updates: restructure the script to not update metadata twice
  226. * tests: make firewall tests working regardless of python version
  227. * firewall: switch to python 3
  228. * tests: add run-tests script, plug it into travis
  229. * Apply gschema overrides also to debian, rename according to
  230. guidelines
  231. * fedora,debian: update python3-daemon dependency
  232. * Remove duplicated 'close' button from titlebar of gnome applications
  233. * Ask for target VM for file-copy in dom0
  234. * travis: update to Qubes 4.0 repositories
  235. * debian: fix qubes-firewall python packaging, make it more verbose
  236. * debian,fedora: split nautilus integration into separate package
  237. * Revert "firewall: switch to python 3"
  238. * Revert "fedora,debian: update python3-daemon dependency"
  239. * debian: add missing Build-Depends: python-setuptools
  240. * debian: make haveged.service patch less intrusive...
  241. * Rename qvm-run to qvm-run-vm
  242. * Implement qrexec-based connection to updates proxy
  243. * Implement qubes.PostInstall service
  244. * Fix detection of PCI passthrough
  245. * rpm: rename qubes-core-vm to qubes-core-agent
  246. * Rename qubes-nautilus to qubes-core-agent-nautilus
  247. * Split dom0-updates handling into subpackage
  248. * rpm: make file list more verbose to ease splitting the package
  249. * Split network-related files to -networking and -network-manager
  250. packages
  251. * Remove DisposableVM savefile related files
  252. * rpm: integrate documentation into main package
  253. * Adjust dependencies for clean upgrade
  254. * rpm: drop dependency on desktop-notification-daemon
  255. * Do not report spurious failure of qubes.WaitForSession service
  256. * deb,rpm: split passwordless root access configs into separate
  257. package
  258. * Remove old vusb scripts
  259. * debian: update basic metadata of package
  260. * rpm,deb: split qrexec-agent into separate subpackage
  261. * debian: drop explicit dependency on sudo
  262. * Cleanup kernel modules loading configuration
  263. * Add qubes.VMRootShell service
  264. * Make all scripts in qubes-rpc executable
  265. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 09 Jun 2017 23:30:10 +0200
  266. qubes-core-agent (3.2.18-1) unstable; urgency=medium
  267. * debian,fedora: drop gnome-packagekit from dependencies
  268. * systemd: fix race condition between qubes-db and qubes-early-vm-
  269. config
  270. * dispvm: don't use perl to decode base64-encoded script
  271. * rpm: don't "append" to not existing /etc/yum.conf
  272. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 16 May 2017 00:54:18 +0200
  273. qubes-core-agent (3.2.17-1) unstable; urgency=medium
  274. [ Jean-Philippe Ouellet ]
  275. * Remove dates from man pages
  276. [ Robin Schneider ]
  277. * bind-dirs: Create ro if bind target exists
  278. * Fix handling of binds containing spaces
  279. * Fix more shellcheck warnings
  280. [ unman ]
  281. * If there is only 1 DNS server make both DNAT rules point to it
  282. [ Daniel Moerner ]
  283. * network: Properly handle comments in NetworkManager.conf (#2584)
  284. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 01 Apr 2017 21:45:29 +0200
  285. qubes-core-agent (3.2.16-1) unstable; urgency=medium
  286. [ Andrew David Wong ]
  287. * Update Xen bug count in sudoers comment
  288. [ Nicklaus McClendon ]
  289. * Copied needed sources to build root
  290. [ Patrick Schleizer ]
  291. * comment
  292. [ Olivier MEDOC ]
  293. * archlinux: fix community repositories URL
  294. [ Lorenzo ]
  295. * Shut down after update only if it's a template.
  296. * Shut down after update only if it's a template.
  297. [ Olivier MEDOC ]
  298. * archlinux: fix lsb_release missing
  299. * archlinux: update installer script to use systemd preset file
  300. * archlinux: fix bash syntax errors
  301. * Makefile: enforce mode 750 for directories /etc/sudoers.d and
  302. /etc/polkit-1/rules.d
  303. * archlinux: fix pacman.d dropin not activated if pacman.conf does not
  304. already contains qubes markers
  305. * archlinux: add missing qubes-rpc dependencies
  306. [ Gregorio Guidi ]
  307. * Restore functionality of disable-default-route and disable-dns-
  308. server.
  309. [ unman ]
  310. * Stop anacron from starting in Debian using existing constraint on
  311. cron
  312. * Constrain cron and anacron in Ubuntu also
  313. * Reset iptables ACCEPT rule for updates proxy if service is running
  314. * Fix build for trusty - locales-all not available
  315. * Move trusty check and locales-all fix inside source-debian-quilt-
  316. copy-in
  317. * Apply gschema override preventing previews in nautilus in Debian
  318. [ Marek Marczykowski-Górecki ]
  319. * debian: fix lintian warning - command-with-path-in-maintainer-script
  320. * debian: don't fail the upgrade if glib-compile-schemas fails
  321. [ unman ]
  322. * Stop unnecessary services in Debian
  323. [ Marek Marczykowski-Górecki ]
  324. * systemd: place user dropins in /usr/lib instead of /lib
  325. * Use online resize2fs, and run filesystem check only when needed
  326. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 07 Mar 2017 23:04:47 +0100
  327. qubes-core-agent (3.2.15-1) wheezy; urgency=medium
  328. * Fix detection of dom0 updates
  329. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 04 Dec 2016 22:39:01 +0100
  330. qubes-core-agent (3.2.14-1) wheezy; urgency=medium
  331. [ unman ]
  332. * Add systemd override for haveged in xenial and stretch. (#2161)
  333. Reenable haveged.service after debian package installation
  334. [ Marek Marczykowski-Górecki ]
  335. * travis: drop debootstrap workaround
  336. [ Rusty Bird ]
  337. * v2: (vm) qvm-move-to-vm: don't "rm -rf" vm name argument
  338. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 04 Dec 2016 21:57:10 +0100
  339. qubes-core-agent (3.2.13-1) wheezy; urgency=medium
  340. [ Manuel Amador (Rudd-O) ]
  341. * Make signing optional for testing, and add program checks.
  342. * Clean up early initialization and setup of /rw
  343. * Better private.img size management.
  344. * Invert logic of systemd_version_changed.
  345. * Fix VM settings running while / is readonly.
  346. * Clean up specfile unit activation aspect.
  347. * Invert logic of SKIP_SIGNING.
  348. [ Marek Marczykowski-Górecki ]
  349. * Revert "network: disable proxy_arp"
  350. [ Jean-Philippe Ouellet ]
  351. * Keep Makefile DRY
  352. [ Marek Marczykowski-Górecki ]
  353. * Refactor qubes.InstallUpdatesGUI to reduce code duplication
  354. * Ask to shutdown the template after performing update
  355. * Prefer powerpill to update Archlinux VM
  356. [ Patrick Schleizer ]
  357. * fix reload_random_seed error handling
  358. [ Marek Marczykowski-Górecki ]
  359. * Write random seed directly to /dev/urandom
  360. [ Manuel Amador (Rudd-O) ]
  361. * Initialize home_volatile for disposable VMs.
  362. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 18 Nov 2016 01:59:25 +0100
  363. qubes-core-agent (3.2.12-1) wheezy; urgency=medium
  364. [ unman ]
  365. * Remove custom mount when starting cron, in favour of bind-dirs
  366. * use bind-dirs to handle crontab persistence
  367. * Revert version and correct unit files
  368. * Remove entry in changelog as version not bumped
  369. [ Rudd-O ]
  370. * Eliminate race condition with qubes-setup-dnat-to-ns
  371. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 18 Oct 2016 15:55:40 +0200
  372. qubes-core-agent (3.2.11-1) wheezy; urgency=medium
  373. [ HW42 ]
  374. * bind-dirs: copy from ro only if bind target doesn't exists
  375. [ Marek Marczykowski-Górecki ]
  376. * network: minor setup-ip fix
  377. * Configure NetworkManager to keep /etc/resolv.conf as plain file
  378. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 03 Oct 2016 11:32:40 +0200
  379. qubes-core-agent (3.2.10-1) wheezy; urgency=medium
  380. [ HW42 ]
  381. * systemd: fix qubes-mount-home path in cleanup script
  382. * systemd: remove obsolete symlinks with rm instead of systemctl
  383. [ Marek Marczykowski-Górecki ]
  384. * network: reload NM connection after setting it up
  385. * systemd: fix syntax error in preset file
  386. [ Patrick Schleizer ]
  387. * comment legacy function
  388. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 08 Aug 2016 05:23:02 +0200
  389. qubes-core-agent (3.2.9-1) wheezy; urgency=medium
  390. [ Marek Marczykowski-Górecki ]
  391. * systemd: cleanup removed services
  392. * systemd: order qubes-mount-dirs.service before local-fs.target
  393. * systemd: load xen-privcmd module
  394. * systemd: include tor-disabling drop-ins in the package
  395. * systemd: improve ordering of systemd units
  396. [ Patrick Schleizer ]
  397. * add /usr/lib/qubes/bind-dirs.sh compatibility symlink
  398. * empty legacy function
  399. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 27 Jul 2016 06:08:56 +0200
  400. qubes-core-agent (3.2.8-1) wheezy; urgency=medium
  401. * dom0-updates: fix cleaning downloaded packages
  402. * Revert "systemd: preset xendriverdomain on update"
  403. * systemd: don't mark updates check service failed
  404. * systemd: plug random seed loading into systemd-random-seed
  405. * Include Qubes Master Key in the VM template
  406. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 17 Jul 2016 04:27:04 +0200
  407. qubes-core-agent (3.2.7-1) wheezy; urgency=medium
  408. [ Marek Marczykowski-Górecki ]
  409. * systemd: preset xendriverdomain on update
  410. * rpm: fix misleading systemd warnings during upgrade
  411. [ Olivier MEDOC ]
  412. * archlinux: switch to usage of pacman.d drop-ins
  413. * archlinux: Setup default package repository
  414. * archlinux: ensure repositories are the last pacman.d files included
  415. * archlinux: fix update-proxy-configs to use pacman.d drop-ins
  416. [ Patrick Schleizer ]
  417. * fixed qubes-core-agent upgrading double package manager lock
  418. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 13 Jul 2016 22:43:06 +0200
  419. qubes-core-agent (3.2.6-1) wheezy; urgency=medium
  420. [ Patrick Schleizer ]
  421. * Do not start tor@default service in TemplateVM.
  422. [ Marek Marczykowski-Górecki ]
  423. * dom0-updates: use dnf --best --allowerasing
  424. [ Rusty Bird ]
  425. * Order network management units after network-pre.target
  426. * dvm, then xendriverdomain, then qrexec-agent
  427. * *Do* block until good random is available again
  428. * Remove 'if true' wrapper from
  429. 06a0d30d50ce4ea266532c06ef24880bf5363c1b
  430. * Enable xendriverdomain.service in 75-qubes-vm.preset
  431. [ Patrick Schleizer ]
  432. * add comment
  433. * add comment
  434. [ Olivier MEDOC ]
  435. * archlinux: update installer script in prevision of pacman.d drop-ins
  436. * archlinux: provide automatic qubes-trigger-sync-appmenus through
  437. pacman hooks
  438. * archlinux: remove unnecessary glib-compile-scheme
  439. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 13 Jul 2016 04:38:17 +0200
  440. qubes-core-agent (3.2.5-1) wheezy; urgency=medium
  441. * travis: add fc24 build
  442. * debian: add missing pkg-config build depends
  443. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 06 Jun 2016 00:18:54 +0200
  444. qubes-core-agent (3.2.4-1) wheezy; urgency=medium
  445. [ Patrick Schleizer ]
  446. * fix indent
  447. [ Marek Marczykowski-Górecki ]
  448. * dom0-updates: use dnf when available
  449. * Prefer 'dnf' over 'yum' for template update
  450. [ unman ]
  451. * Fall back to gnome utilities if kdialog not present
  452. [ Marek Marczykowski-Górecki ]
  453. * travis: initial version
  454. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 05 Jun 2016 22:10:58 +0200
  455. qubes-core-agent (3.2.3-1) wheezy; urgency=medium
  456. * Cleanup R3.1->R3.2 transitional package
  457. * Update repository definitions for R3.2
  458. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 18 May 2016 23:43:22 +0200
  459. qubes-core-agent (3.2.2-1) wheezy; urgency=medium
  460. * systemd: order units checking for qubes-service after qubes-sysinit
  461. * qvm-open-in-vm: escape URL when wrapping it in HTML
  462. * Implement qubes.OpenURL service instead of wrapping URLs in HTML
  463. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 18 May 2016 03:00:12 +0200
  464. qubes-core-agent (3.2.1-1) wheezy; urgency=medium
  465. [ Marek Marczykowski-Górecki ]
  466. * qubes-rpc: fix SVG icon scaling
  467. * Fix bind-dirs.sh path
  468. [ Olivier MEDOC ]
  469. * archlinux: fix remaining loginctl privilege issues with invalid
  470. pam.d configuration
  471. [ Marek Marczykowski-Górecki ]
  472. * Remove obsolete policy files
  473. [ Patrick Schleizer ]
  474. * fixed bind-dirs legacy import function
  475. * fixed sh syntax error
  476. * minor debug xtrace output
  477. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 05 May 2016 00:05:13 +0200
  478. qubes-core-agent (3.2.0-1) wheezy; urgency=medium
  479. [ Patrick Schleizer ]
  480. * disable systemd-timesyncd
  481. [ Marek Marczykowski-Górecki ]
  482. * qrexec: write service stderr to both syslog and caller
  483. * qrexec: hide timing debug messages in vm-file-editor
  484. [ Patrick Schleizer ]
  485. * do not start the Tor service inside Qubes TemplateVMs
  486. * work on bind-dirs https://phabricator.whonix.org/T414
  487. * work on bind-dirs
  488. * work on bind-dirs
  489. * renamed: misc/bind-dirs -> vm-systemd/bind-dirs
  490. * renamed: bind-dirs -> bind-dirs.sh
  491. * run /usr/lib/qubes/bind-dirs.sh from mount-dirs.sh
  492. * use symlink_level_max rather than hardcoding 10; comment
  493. * also exit from bind-directories if file /var/run/qubes-service/qubes-
  494. dvm exists
  495. * fixed broken file copy for files in multi level directories
  496. * refactoring / code simplification
  497. [ Rusty Bird ]
  498. * qvm-move-to-vm: Remove duplicated code
  499. * qvm-move-to-vm: Use '--' before file arguments
  500. * Use && in qvm-move-to-vm
  501. [ Andrew ]
  502. * Use proper space-expanded tabs, as per the coding guidelines.
  503. * Move usage information printing to separate function, and print
  504. usage to stderr; also added some spacing.
  505. * Use proper quoting around variables.
  506. * Properly handle case of empty domain name.
  507. [ Marek Marczykowski-Górecki ]
  508. * rpm: Add bind-dirs.sh to spec file
  509. * qubes.SuspendPreAll and qubes.SuspendPostAll services
  510. * qrexec: unify service environment preparation
  511. [ Patrick Schleizer ]
  512. * use 'true' rather than ':' for consistency
  513. * minor indent
  514. [ Rusty Bird ]
  515. * Remove exec in last line of qvm-copy-to-vm
  516. [ Marek Marczykowski-Górecki ]
  517. * qrexec: add service argument support
  518. * network: run setup-ip only on xen frontend interfaces
  519. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 29 Mar 2016 14:41:34 +0200
  520. qubes-core-agent (3.1.14-1) wheezy; urgency=medium
  521. * network: use `qubes-primary-dns` QubesDB entry if present
  522. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 07 Mar 2016 13:47:01 +0100
  523. qubes-core-agent (3.1.13-1) wheezy; urgency=medium
  524. [ Marek Marczykowski-Górecki ]
  525. * sysinit: Accept also old xenbus kernel interface
  526. [ adrianx64 ]
  527. * Proposed solution for issue #1657
  528. [ Marek Marczykowski-Górecki ]
  529. * Move opening file viewer/editor into separate shell script
  530. * qubes-open: switch from mimeopen to xdg-open
  531. [ Olivier MEDOC ]
  532. * update qubes.InstallUpdateGUI to support archlinux
  533. * archlinux: add gcc and make as make dependencies
  534. * implement update proxy support for archlinux
  535. * archlinux: add Qubes Markers in pacman.conf so that changes done by
  536. qubes scripts are not inserted at the end of pacman.conf
  537. * archlinux: properly add qubes markers in pacman.conf
  538. * update-proxy: use curl instead of wget in archlinux in order to
  539. limit additional dependencies
  540. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 08 Feb 2016 05:07:39 +0100
  541. qubes-core-agent (3.1.12-1) wheezy; urgency=medium
  542. * Unload USB controllers drivers in USB VM before going to sleep
  543. * Do not try to signal NetworkManager before suspend if it isn't
  544. running
  545. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 11 Jan 2016 21:59:34 +0100
  546. qubes-core-agent (3.1.11-1) wheezy; urgency=medium
  547. [ Marek Marczykowski-Górecki ]
  548. * dom0-updates: add a message explaining yum deprecated warning
  549. [ noname ]
  550. * archlinux: Added python{2,3} as dependency. Solved python22 bug.
  551. [ Marek Marczykowski-Górecki ]
  552. * Fix time sync service
  553. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 07 Jan 2016 05:52:35 +0100
  554. qubes-core-agent (3.1.10-1) wheezy; urgency=medium
  555. * network: use more strict policy about incoming traffic
  556. * debian: add missing python-gtk2 dependency
  557. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 31 Dec 2015 02:58:29 +0100
  558. qubes-core-agent (3.1.9-1) wheezy; urgency=medium
  559. * dnf: drop shebang, it isn't standalone script
  560. * Package DNF plugin for both python2 and python3
  561. * dom0-updates: fix reporting when no updates are available
  562. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 26 Dec 2015 14:24:00 +0100
  563. qubes-core-agent (3.1.8-1) wheezy; urgency=medium
  564. [ Marek Marczykowski-Górecki ]
  565. * open-in-vm: Fix path to mimeinfo database
  566. [ Olivier MEDOC ]
  567. * archlinux: fix invalid systemd path in make install directive
  568. * archlinux: remove quotes when checking system locales (in case it
  569. has been user defined)
  570. [ MB ]
  571. * [network-proxy-setup] Permit !CONFIG_MODuLES
  572. [ Rusty Bird ]
  573. * repo description: updates-testing -> security-testing
  574. [ Marek Marczykowski-Górecki ]
  575. * debian: add security-testing repository
  576. [ Olivier MEDOC ]
  577. * archlinux: ensure systemctl reset preset correctly (need to be
  578. started twice)
  579. [ Marek Marczykowski-Górecki ]
  580. * updates-proxy: restart on network configuration change to reload DNS
  581. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 20 Dec 2015 03:12:39 +0100
  582. qubes-core-agent (3.1.7-1) wheezy; urgency=medium
  583. * updates-proxy: explicitly block connection looping back to the proxy
  584. IP
  585. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 04 Dec 2015 15:32:14 +0100
  586. qubes-core-agent (3.1.6-1) wheezy; urgency=medium
  587. * Revert "network: use drop-ins for NetworkManager configuration
  588. (#1176)"
  589. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 29 Nov 2015 00:34:34 +0100
  590. qubes-core-agent (3.1.5-1) wheezy; urgency=medium
  591. [ Patrick Schleizer ]
  592. * clean up /etc/tinyproxy/filter-updates
  593. [ Olivier MEDOC ]
  594. * updates-proxy: remove remaining traces of proxy filtering file from
  595. Makefile
  596. * rpm_spec: declare InstallUpdateGUI qrexec_service
  597. * archlinux: enforce minimum versionning of qubes-utils
  598. [ Patrick Schleizer ]
  599. * Prevent services from being accidentally restarted by `needrestart`.
  600. * Have qubes-sysinit create /var/run/qubes VM type files.
  601. [ Marek Marczykowski-Górecki ]
  602. * Package needrestart config only for Debian
  603. * debian: reformat Build-Depends:
  604. * debian: update build-depends for split qubes-utils package
  605. * backup: Use 'type' instead of 'which' to prevent unnecessary
  606. dependency
  607. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 28 Nov 2015 14:48:33 +0100
  608. qubes-core-agent (3.1.4-1) wheezy; urgency=medium
  609. [ Marek Marczykowski-Górecki ]
  610. * Minor improvements to packaging (based on rpmlint)
  611. [ Patrick Schleizer ]
  612. * removed confusing comments
  613. * minor indent
  614. * No longer start /etc/init.d/tinyproxy by default anymore.
  615. [ Marek Marczykowski-Górecki ]
  616. * Revert "preset disable tinyproxy by default"
  617. [ Patrick Schleizer ]
  618. * minor, removed trailing space
  619. * Improved upgrade notifications sent to QVMM.
  620. * fixed inverted logic issue in upgrades-installed-check
  621. * misc/upgrades-installed-check: handle apt-get errors
  622. [ Marek Marczykowski-Górecki ]
  623. * Explicitly fail upgrades-installed-check on other distributions
  624. [ qubesuser ]
  625. * Allow to provide customized DispVM home directly in the template VM
  626. [ Marek Marczykowski-Górecki ]
  627. * network: let NetworkManager configure VM uplink, if enabled
  628. * Use improved update-notify script also in Fedora
  629. * Implement qubes.InstallUpdatesGUI qrexec service
  630. * Really fix update-proxy rules for debian security fixes repo
  631. * updates-proxy: disable filtering at all
  632. * network: disable proxy_arp
  633. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 15 Nov 2015 04:29:29 +0100
  634. qubes-core-agent (3.1.3-1) wheezy; urgency=medium
  635. [ Marek Marczykowski-Górecki ]
  636. * network: forward TCP DNS queries
  637. [ Patrick Schleizer ]
  638. * removed trailing spaces
  639. * Renamed qubes-mount-home to qubes-mount-dirs.
  640. [ Marek Marczykowski-Górecki ]
  641. * qrexec: implement buffered write to a child stdin
  642. [ Olivier MEDOC ]
  643. * archlinux: update packaging and install script to use systemd
  644. DROPINs
  645. * archlinux: force running scripts with python2 even when /usr/bin/env
  646. is used
  647. * archlinux: readd notification-daemon as a dependency
  648. * archlinux: readd lines removed by error during merge
  649. [ Patrick Schleizer ]
  650. * disable leaking TCP timestamps by default
  651. [ Marek Marczykowski-Górecki ]
  652. * rpm: add /etc/sysctl.d/20_tcp_timestamps.conf
  653. * rpm: remove duplicated entry
  654. [ Patrick Schleizer ]
  655. * cleanup /etc/apt/apt.conf.d/00notiy-hook on existing systems
  656. [ erihe251 ]
  657. * Small language fixes
  658. * Update qubes.sudoers
  659. [ Marek Marczykowski-Górecki ]
  660. * Require new enough qubes-utils package for updated libqrexec-utils
  661. * debian: install locales-all instead of custom locales generation
  662. * makefile: cleanup help message
  663. * Setup updates proxy in dnf and PackageKit
  664. * backup: fix handling backup filename with spaces
  665. * backup: improve exit code reporting
  666. [ Rusty Bird ]
  667. * qfile-unpacker: Avoid data loss by checking for child errors
  668. [ Marek Marczykowski-Górecki ]
  669. * appmenus: ignore entries with NoDisplay=true
  670. * qfile-agent: move data handling code to libqubes-rpc-filecopy
  671. [ yaqu ]
  672. * Replacing "sleep 365d" with "sleep inf"
  673. [ Marek Marczykowski-Górecki ]
  674. * No longer disable auditd
  675. * dom0-updates: prefer yum-deprecated over dnf
  676. * fedora: Add skip_if_unavailable=False to Qubes repositories
  677. [ Olivier MEDOC ]
  678. * add DROPINS for org.cups.cupsd systemd files.
  679. * dropins: make current systemd dropins specific to systemd-system in
  680. order to introduce dropins for systemd-user
  681. * dropins: implement dropins for systemd user starting with pulseaudio
  682. systemd service and socket masking
  683. [ Marek Marczykowski-Górecki ]
  684. * qrexec: add some comments, minor improvement in readability
  685. * qrexec: use #define for protocol-specified strings
  686. * dracut: disable hostonly mode
  687. * dom0-updates: use yum-deprecated instead of dnf in all calls
  688. * updates-proxy-setup: use temporary file for config snippet
  689. * Implement dnf hooks for post-update actions
  690. * fedora: do not require/use yum-plugin-post-transaction-actions in
  691. F>=22
  692. * Get rid of qubes-core-vm-kernel-placeholder
  693. * systemd: make sure that update check is started only after qrexec-
  694. agent
  695. * dom0-updates: do not use 'yum check-update -q'
  696. * Bump qubes-utils version requirement
  697. [ Patrick Schleizer ]
  698. * preset disable tinyproxy by default
  699. [ Marek Marczykowski-Górecki ]
  700. * updates-proxy: use separate directory for PID file
  701. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 11 Nov 2015 06:29:21 +0100
  702. qubes-core-agent (3.1.2-1) wheezy; urgency=medium
  703. [ Marek Marczykowski-Górecki ]
  704. * Enlarge /tmp and /dev/shm
  705. * network: use own iptables service instead of repurposing existing
  706. one
  707. [ Patrick Schleizer ]
  708. * removed iptables-persistent from Depends to improve usablity (avoid
  709. redundant debconf question)
  710. [ Marek Marczykowski-Górecki ]
  711. * debian: disable netfilter-persistent.service
  712. * Adjust progress message on file move operation
  713. * Run 'ldconfig' to update /usr/local/lib* cache, if applicable
  714. * updates-proxy: Disable 'Via: tinyproxy' header
  715. * Cleanup R3.0->R3.1 transitional package
  716. * network: use drop-ins for NetworkManager configuration (#1176)
  717. * network: fix 'qubes-uplink-eth0' NetworkManager connection (#1280)
  718. [ Patrick Schleizer ]
  719. * minor
  720. [ HW42 ]
  721. * qubes-random-seed: feed kernel rng with randomness from dom0
  722. * reload qubes-random-seed when restoring DispVM
  723. [ Marek Marczykowski-Górecki ]
  724. * systemd: actually enable qubes-random-seed service
  725. * sysvinit: load random seed from dom0 provided data
  726. * Use 'type' instead of 'which' to prevent unnecessary dependency
  727. * Add missing R: dconf to hide nm-applet when not used
  728. * dom0-updates: Fix showing package list when --check-only option was
  729. used
  730. * dom0-updates: check "yum check-update" exit code, not only its
  731. output
  732. * dom0-updates: fix hostname in error message
  733. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 11 Oct 2015 03:00:00 +0200
  734. qubes-core-agent (3.1.1-1) wheezy; urgency=medium
  735. * Update repository definition for r3.1
  736. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 29 Sep 2015 16:55:35 +0200
  737. qubes-core-agent (3.1.0-1) wheezy; urgency=medium
  738. [ Patrick Schleizer ]
  739. * Allow passwordless login for user "user" (when using 'sudo xl
  740. console').
  741. * Allow passwordless login for user "user" (when using 'sudo xl
  742. console') for images being upgraded.
  743. * show error msg if qubes.ReceiveUpdates failed
  744. [ qubesuser ]
  745. * qubes-rpc: fix broken temporary file deletion in qubes.GetImageRGBA
  746. [ Patrick Schleizer ]
  747. * added missing dependency python-dbus to 'Depends:'
  748. [ Marek Marczykowski-Górecki ]
  749. * rpm: add dbus-python dependency
  750. [ qubesuser ]
  751. * qubes-rpc: fix broken temporary file deletion in qubes.GetImageRGBA
  752. * qubes-rpc: fix icon selection using pyxdg and support SVG icons
  753. [ Patrick Schleizer ]
  754. * fixed 'Debian 8 apt.config.d misconfiguration'
  755. * added missing dependency xserver-xorg-dev
  756. * - Prevent 'su -' from asking for password in Debian [based]
  757. templates. Thanks to @unman and @marmarek for suggesting the fix!
  758. Fixes https://github.com/QubesOS/qubes-issues/issues/1128. - Changed
  759. 'ifeq (1,${DEBIANBUILD})' to 'ifeq ($(shell lsb_release -is),
  760. Debian)' to make the build work outside of Qubes Builder as well.
  761. * Fixed /etc/pam.d/su.qubes. (Moved line 'auth sufficient
  762. pam_permit.so' up. May not be low '@include' lines.)
  763. * fix typo
  764. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 29 Sep 2015 16:39:55 +0200
  765. qubes-core-agent (3.0.16-1) wheezy; urgency=medium
  766. [ Marek Marczykowski-Górecki ]
  767. * debian: remove SELinux disabling code
  768. * Revert "qubes-desktop-run: Activate via DBUS when desktop file
  769. contains DBusActivatable"
  770. * qubes-desktop-run: start the Dbus service (if needed)
  771. [ Patrick Schleizer ]
  772. * added pulseaudio-kde and spice-vdagent to qubes-trigger-desktop-
  773. file-install
  774. [ Jason Mehring ]
  775. * debian: Move python-xdg to depends section in debian/control
  776. * sudoers.d: Stops QT from using the MIT-SHM X11 Shared Memory
  777. Extension
  778. [ Rusty Bird ]
  779. * Mount /dev/xvdb with fs type "auto"
  780. [ Marek Marczykowski-Górecki ]
  781. * Move .desktop launching code to python moules so it can be reused
  782. * Implement dropins for /etc/xdg/autostart (#1151)
  783. * Remove dynamically generated autostart desktop files
  784. * qubes-session-autostart: do not abort the whole process on invalid
  785. file
  786. * qubes-desktop-run: don't crash on Debian wheezy (glib < 2.36)
  787. * debian: fix /dev permissions on upgrade
  788. * systemd: fix starting cups
  789. * debian: depend on gawk
  790. * Fix show-hide-nm-applet.desktop - use OnlyShowIn=X-QUBES
  791. [ Patrick Schleizer ]
  792. * moved python-xdg from Recommends to Depends
  793. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 03 Sep 2015 02:45:30 +0200
  794. qubes-core-agent (3.0.15-1) wheezy; urgency=medium
  795. * debian: remove `Recommends: chrony`
  796. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 08 Aug 2015 23:23:38 +0200
  797. qubes-core-agent (3.0.14-1) wheezy; urgency=medium
  798. [ Marek Marczykowski-Górecki ]
  799. * kernel-placeholder: prevent xl2tpd from pulling kernel packages
  800. * qubes-core-vm-kernel-placeholder 1.0-3
  801. [ Olivier MEDOC ]
  802. * archlinux: update dependency list based on .spec file
  803. * archlinux: reorganize install script to make it more easily
  804. compareable with the .spec file
  805. * archlinux: fix syntax errors in install file
  806. [ Marek Marczykowski-Górecki ]
  807. * debian: fix permissions of /var/lib/qubes/dom0-updates
  808. [ Patrick Schleizer ]
  809. * also inform in cli if no new updates are available
  810. [ Olivier MEDOC ]
  811. * archlinux: pulseaudio should be configured in gui agent and will
  812. break installation of pulseaudio if installed in core-agent-linux
  813. * archlinux: enabled configuration of all core agent dependencies
  814. * archlinux: ensure python2 is used for all scripts and fix
  815. dependencies for qubes-desktop-run
  816. [ Jason Mehring ]
  817. * debian: Renamed incorrect filename: 00notiy-hook -> 00notify-hook
  818. * debian: Comment out deb-src line in qubes-r3.list
  819. * Use 'which' to locate fuser since fuser path is different in Fedora
  820. and Debian
  821. * debian: Change triggers to use `interest-await` (execute triggers
  822. after all packages installed)
  823. * Remove '.service' from systemd enable loop as unit_name already
  824. contains .service in name
  825. * debian: remove cups/print-applet triggers
  826. * debian: Added cups, system-config-printer to Recommends
  827. * Makefile: Add systemd drop-in support which include conditionals to
  828. prevent services from starting
  829. * fedora: Add systemd drop-in support which include conditionals to
  830. prevent services from starting
  831. * debian: Add systemd drop-in support which include conditionals to
  832. prevent services from starting
  833. * Re-aranged qubes-vm.preset to indicate which services are specificly
  834. for Fedora only
  835. * vm-systemd: Add systemd drop-in support which include conditionals
  836. to prevent services from starting
  837. [ Marek Marczykowski-Górecki ]
  838. * archlinux: remove installOverridenServices as now handled by systemd
  839. dropins
  840. * fedora: do not own dropins directories
  841. * fedora: simulate preset-all only on first install, not upgrade
  842. * fedora: fix default locale generation
  843. * qrexec: fix exit code from qrexec-client-vm
  844. * qrexec: make sure that all the pipes/sockets are closed on cleanup
  845. [ Jason Mehring ]
  846. * qubes-desktop-file-install: Manages xdg desktop entry files
  847. * debian: Reformat depends in control for better readability
  848. * debian: qubes-desktop-file-install: Add misssing depend to contol
  849. * debian: Switch to using org.mate.NotificationDaemon by default to
  850. eliminate popups not closing
  851. * fedora: Use 'slider' org.mate.NotificationDaemon theme
  852. * qubes-desktop-run: Activate via DBUS when desktop file contains
  853. DBusActivatable
  854. [ Marek Marczykowski-Górecki ]
  855. * Move `/usr/share/qubes/xdg` to `/var/lib/qubes/xdg`
  856. [ Patrick Schleizer ]
  857. * fixed "in place upgrade issue - base-passwd debconf interative
  858. question asks 'Remove group "qubes"'"
  859. * fixed "in place upgrade issue - base-passwd debconf interative
  860. questi…on asks 'Remove group "qubes"'" for existing users
  861. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 08 Aug 2015 04:16:52 +0200
  862. qubes-core-agent (3.0.13-1) wheezy; urgency=medium
  863. * fedora: ensure that /etc/sysconfig/iptables exists (Fedora 20)
  864. * fedora/systemd: fix service enabling code
  865. * network: use iptables-restore instead of iptables --wait
  866. * network: guard iptables call with manual lock
  867. * network: disable tx csum offload on vif interfaces
  868. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 01 Jul 2015 07:05:53 +0200
  869. qubes-core-agent (3.0.12-1) wheezy; urgency=medium
  870. * dom0-updates: make the tool working on Debian
  871. * fedora, debian: make sure that default locale is generated
  872. * rpm: improve setting iptables rules
  873. * Do not override file pointed by /etc/localtime symlink
  874. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 23 Jun 2015 20:06:22 +0200
  875. qubes-core-agent (3.0.11-1) wheezy; urgency=medium
  876. [ Marek Marczykowski-Górecki ]
  877. * debian: fix apt sources.list generation (missing debian version
  878. field)
  879. [ Jason Mehring ]
  880. * Set a default locale if missing
  881. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 11 Jun 2015 04:06:26 +0200
  882. qubes-core-agent (3.0.10-1) wheezy; urgency=medium
  883. * rpm: ensure that all the services are enabled after upgrade
  884. * qrexec: do not show message about missing fork-sever - it isn't an
  885. error
  886. * rpm: add missing dependencies
  887. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 02 Jun 2015 11:20:18 +0200
  888. qubes-core-agent (3.0.9-1) wheezy; urgency=medium
  889. [ Jason Mehring ]
  890. * debian: Only notify dom0 on apt-get post hook; don't update package
  891. index
  892. * debian: Allow apt-get post hook to fail gracefully (won't work in
  893. chroot)
  894. [ Marek Marczykowski-Górecki ]
  895. * appmenus: hide message about missing /usr/local/share/applications
  896. * qrexec: prefer VM-local service file (if present) over default one
  897. * rpm: mark service files as configuration to not override user
  898. changes
  899. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 15 May 2015 03:27:58 +0200
  900. qubes-core-agent (3.0.8-1) wheezy; urgency=medium
  901. [ Marek Marczykowski-Górecki ]
  902. * Use iptables --wait only when it is supported
  903. [ Jason Mehring ]
  904. * debian: Update notification now notifies dom0 when an upgrade is
  905. completed
  906. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 28 Apr 2015 12:51:48 +0200
  907. qubes-core-agent (3.0.7-1) wheezy; urgency=medium
  908. [ Marek Marczykowski-Górecki ]
  909. * debian: install qubes-download-dom0-updates.sh
  910. * prepare-dvm: fix bashism
  911. * network: wait for iptables lock instead of aborting
  912. * rpm: cleanup R2->R3.0 transitional package
  913. [ Jason Mehring ]
  914. * whonix: Added protected-files file used to prevent scripts from
  915. modifying files that need to be protected
  916. * Changed location of PROTECTED_FILE_LIST to /etc/qubes/protected-
  917. files.d
  918. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 25 Apr 2015 02:36:55 +0200
  919. qubes-core-agent (3.0.6-1) wheezy; urgency=medium
  920. * qrexec: do not reset umask to 077 for every started process
  921. * rpm/systemd: do not use preset-all during package upgrade
  922. * systemd: disable avahi-daemon and dnf-makecache
  923. * dispvm: do not start GUI apps during prerun
  924. * Fix resizing of /rw partition (private.img)
  925. * Minor fixes in mount-home.sh
  926. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 11 Apr 2015 03:40:57 +0200
  927. qubes-core-agent (3.0.5-1) wheezy; urgency=medium
  928. * systemd: use presets to enable services, call preset-all
  929. * systemd: install overridden unit file for chronyd
  930. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 07 Apr 2015 14:58:36 +0200
  931. qubes-core-agent (3.0.4-1) wheezy; urgency=medium
  932. [ Marek Marczykowski-Górecki ]
  933. * qrexec: try to recover from fork-server communication error
  934. * rpm: add missing BuildRequires: libX11-devel
  935. * debian: fix handling SysV units in disableSystemdUnits
  936. * debian: update NetworkManager configuration
  937. [ Wojtek Porczyk ]
  938. * qubes-rpc-multiplexer: deprecate /etc/qubes_rpc, allow /usr/local
  939. * sudoers: do not require TTY
  940. [ Marek Marczykowski-Górecki ]
  941. * Update repository definition: r3 -> r3.0
  942. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 02 Apr 2015 00:55:09 +0200
  943. qubes-core-agent (3.0.3-1) wheezy; urgency=medium
  944. * Enable updates repos by default
  945. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 27 Mar 2015 01:24:43 +0100
  946. qubes-core-agent (3.0.2-1) wheezy; urgency=medium
  947. [ Marek Marczykowski-Górecki ]
  948. * debian: fix version number
  949. * backup: fix qubes.Restore service - do not send garbage as backup
  950. data
  951. [ Jason Mehring ]
  952. * debian: Add extend-diff-ignore options to debian packager
  953. [ Marek Marczykowski-Górecki ]
  954. * qrexec: fork into background after setting up qrexec-fork-server
  955. socket
  956. * Fix "backup: fix qubes.Restore service - do not send garbage as
  957. backup data"
  958. [ Jason Mehring ]
  959. * Switched qvm-move-to-vm.{gnome,kde} scripts to use bash not sh
  960. * Removed nautilus-actions depend and replaced with nautilus-python
  961. * Removed code that deleted original nautilus actions
  962. [ Marek Marczykowski-Górecki ]
  963. * fc21: fix DispVM preparation - Xorg has new name
  964. * dispvm: kill all process after populating caches
  965. * dispvm: start gui agent early, do not kill Xorg
  966. * dispvm: close only visible windows during DispVM preparation
  967. * Move mounting /rw and /home to separate service
  968. * dispvm: use qubes.WaitForSession to wait for gui-agent startup
  969. * dispvm: include memory caches in "used memory" notification
  970. * dispvm: do not restart qubesdb-daemon, use watch instead
  971. * qrexec: simplify makefile
  972. * qrexec: handle data vchan directly from qrexec-client-vm
  973. * qrexec: return remote process status as qrexec-client-vm exit code
  974. * qrexec: better handle remote process termination
  975. * qrexec: do not break connection on duplicated SIGUSR1
  976. * qrexec: minor readability fix
  977. * qrexec: process vchan data queue (esp MSG_EXIT_CODE) before sending
  978. anything
  979. * qrexec: add option to use real stdin/out of qrexec-client-vm
  980. * qrexec: do not leak FDs to logger process
  981. * qrexec: execute RPC service directly (without a shell) if it has
  982. executable bit set
  983. * qrexec: get rid of shell in services using EOF for any signaling
  984. * qrexec: move qrexec-client-vm to /usr/bin
  985. * Add support for comments in qubes-suspend-module-blacklist
  986. * Create filesystem if the private.img is empty
  987. * Provide stub files in /rw/config
  988. * qrexec: fix compile warning
  989. * qrexec: do not wait for local process if no one exists
  990. * qrexec: enable compiler optimization
  991. * Do not load xen-usbfront automatically
  992. * fedora: override iptables configuration on initial installation
  993. * Update comments and xenbus intf in startup scripts regarding vchan
  994. requirements
  995. * dom0-update: allow to specify custom yum action
  996. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 26 Mar 2015 23:56:25 +0100
  997. qubes-core-agent (3.0.1-1) jessie; urgency=medium
  998. [ Marek Marczykowski-Górecki ]
  999. * Reenable imsettings service
  1000. * systemd: fix xenstore-ls path
  1001. [ Jason Mehring ]
  1002. * Allow hyphenated distro names in tinyproxy filter
  1003. * Change condition test to compare to a link "-L"
  1004. * debian: add xen-utils-common as a dependancy to allow Debian proxies
  1005. * debian: Added maintainers scripts (pre / postinit + rm) - Currently
  1006. in debug mode
  1007. * debian: preinst needs a group and force no password entry on adduser
  1008. * debian: Added less restrictive filter option for debian packages
  1009. Sites like sourceforge append ?downloadxxx to end
  1010. * debian: added new depends
  1011. * debian: force shell to be bash since its default is dash and many
  1012. qubes scripts rely on bash and will break in dash and added
  1013. tinyproxy user
  1014. [ HW42 ]
  1015. * move fedora specific stuff to install-rh target
  1016. * don't track debina/files (since it is autogenerated)
  1017. * use systemd in debian
  1018. * install iptables/forwarding for debian
  1019. * various patches for debian
  1020. * improve update of /etc/hosts
  1021. * make source.list multiarch compatible
  1022. * add xserver-xorg-video-dummy to the dependencies list of qubes-core-
  1023. agent
  1024. * dispvm-presun.sh needs bash
  1025. * use sleep instead os usleep since it is more portable
  1026. * debian: chown /home_volatile/user in posinst
  1027. * fix xenstore-read path in network-proxy-setup.sh for debian
  1028. * debian: add dependency on xen-utils since it's needed for
  1029. proxy/netvm
  1030. * debian: add support for qubes appmenus
  1031. [ Marek Marczykowski-Górecki ]
  1032. * debian: fix initialization of /etc/hosts
  1033. [ Jason Mehring ]
  1034. * debian: set -e added in place of set -x
  1035. * debian: Made debian proxy filter rules more restrictive
  1036. * debian: Cleanup
  1037. * debian: Prepend package name to maintainers scripts
  1038. * debian: Add qubes-update-check for Debian
  1039. * debian: Revert back to original NetworkManager, ModemManager service
  1040. names
  1041. * debian: apt-get needs to update first
  1042. * debian: Remove absolute path to xenstore-*
  1043. * debian: Added more dependancies
  1044. * debian: Added postrm disable of other Qubes packages
  1045. * debian: Added all other outstanding triggers contained in rpm_spec
  1046. as well as triggers if other packages get installed at a later date
  1047. the configurations will run on them
  1048. * debian: removed commented out depends
  1049. * debian: Added more error reporting to track down any missing
  1050. dependancies
  1051. * debian: More depends for debian as netvm and some configuration
  1052. tweaks.
  1053. [ Marek Marczykowski-Górecki ]
  1054. * network: do not use ifcfg-rh NM plugin
  1055. * network: fix NM uplink config permissions
  1056. [ Jason Mehring ]
  1057. * debian: Add new notification agent depends; remove other
  1058. * debian: Added functionality to move desktop entry config files to
  1059. /usr/share/qubes/xdg/autostart to preserve originals
  1060. * debian: Wrong variable name was used to create
  1061. /usr/share/qubes/xdg/autostart
  1062. [ Marek Marczykowski-Górecki ]
  1063. * Fix compile flags order (-lX11 moved to the end)
  1064. [ Jason Mehring ]
  1065. * debian: Updated tinyproxy filter rules
  1066. * debian: Don't display systemd info in chroot since systemd show does
  1067. not work in chroot
  1068. [ Marek Marczykowski-Górecki ]
  1069. * network: fix indentation
  1070. * Fix disabling nm-applet when NM is disabled
  1071. * debian: create tinyproxy as system user
  1072. * debian: fix generation of apt sources list file
  1073. * debian: add missing python-gi to dependencies
  1074. * debian: remove obsolete code from postinst script
  1075. * debian: fix service name in postinst script
  1076. * Update update-proxy rules for debian security fixes repo
  1077. [ HW42 ]
  1078. * debian: move not strictly required packages to Recommends-Section.
  1079. * debian: remove unneeded acpid dependency
  1080. [ Marek Marczykowski-Górecki ]
  1081. * network: set uplink configuration based on MAC (NetworkManager)
  1082. * network: fix NM config preparation
  1083. [ Jason Mehring ]
  1084. * fc21: iptables configurations conflict with fc21 yum package manager
  1085. * fc21: Remove left-over code comment
  1086. [ Marek Marczykowski-Górecki ]
  1087. * fedora: Add security-testing repo definition
  1088. * filecopy: prevent files/dirs movement outside incoming directory
  1089. during transfer
  1090. * fedora: Fix iptables config install script
  1091. * fedora: Fix iptables config installation one more time
  1092. [ HW42 ]
  1093. * don't ignore asprintf() return value
  1094. [ Marek Marczykowski-Górecki ]
  1095. * network: support for not setting DNS and/or default gateway
  1096. [ Olivier MEDOC ]
  1097. * archlinux: fix new packaging requirements related to sbin, lib64,
  1098. run ...
  1099. * archlinux: align with fedora changes related to imsettings
  1100. [ Marek Marczykowski-Górecki ]
  1101. * fedora: reduce code duplication in systemd triggers
  1102. * fedora: reload systemd only once
  1103. * systemd: allow to start cron daemon (#909)
  1104. * filecopy: fallback to "open(..., 000)" method when /proc
  1105. inaccessible
  1106. * network: support for not setting DNS and/or default gateway (v2)
  1107. * rpm: add missing R: pygobject3-base
  1108. [ HW42 ]
  1109. * debian: fix for QSB #014 requires up to date qubes-utils
  1110. * debian: postinst: use systemctl mask
  1111. * debian: postinst: use dpkg-divert
  1112. * debian: don't generate regular conf files in postinst
  1113. * debian: postinst: don't remove /etc/udev/rules.d/*
  1114. * debian: postinst: don't create /rw - it is already part of the
  1115. package
  1116. * debian: postinst: use systemctl to set default target
  1117. * debian: postinst: remove fedora specific code
  1118. * debian: postinst: enable netfilter-persistent service
  1119. * debian: postinst: cleanup
  1120. * debian: postinst: don't start systemd services
  1121. * debian: postinst: enable haveged only if installed
  1122. * debian: postinst: remove redundant and misleading trigger output
  1123. * debian: install fstab as normal config file
  1124. * debian: preinst: remove modification of /etc/modules
  1125. * remove 'bashisms' or explicit use bash
  1126. * debian: preinst: don't force the default shell to bash
  1127. * debian: prerm: remove obsolete code
  1128. * debian: preinst: cleanup user creation
  1129. [ Wojtek Porczyk ]
  1130. * spec: require linux-utils-3.0.1
  1131. [ Matt McCutchen ]
  1132. * Switch to preset file for systemd units to disable.
  1133. * Make qvm-run bidirectional and document its limitations.
  1134. [ Marek Marczykowski-Górecki ]
  1135. * debian: change systemctl set-default back to manual symlink
  1136. * network: fix handling newline in firewall rules
  1137. * qrexec: use sockets instead of pipes to communicate with child
  1138. process
  1139. * qrexec: reorganise code for upcoming change
  1140. * qrexec: add simple "fork server" to spawn new processes inside user
  1141. session
  1142. * Adjust permissions of /var/run/qubes
  1143. [ Jason Mehring ]
  1144. * debian: Remove 'exit 0' in maintainer section scripts to all other
  1145. debhelpers (if any) to also execute
  1146. * Add a qubes group and then add the user 'user' to the group
  1147. * Remove 'xen.evtchn' udev rule
  1148. * Set permissions to /proc/xen/privcmd, so a user in qubes group can
  1149. access
  1150. * debian: Converted debian package to a quilt package to allow patches
  1151. * debian: Refactor Debian quilt packaging for xen
  1152. * debian: Remove 'exit 0' in maintainer section scripts to all other
  1153. debhelpers (if any) to also execute
  1154. * Add a qubes group and then add the user 'user' to the group
  1155. * Remove 'xen.evtchn' udev rule
  1156. * Set permissions to /proc/xen/privcmd, so a user in qubes group can
  1157. access
  1158. * debian: Converted debian package to a quilt package to allow patches
  1159. * debian: Revert depends back to use libxen-dev
  1160. * debian: Move creation of directories into debian.dirs configuration
  1161. file
  1162. * debian: Remove dist target from Makefile as copy-in is now being
  1163. used
  1164. * debian: Remove unneeded patch file and README
  1165. * Make sure when user is added to qubes group that the group is
  1166. appended
  1167. [ Marek Marczykowski-Górecki ]
  1168. * qrexec: fix compile warning
  1169. * debian: reenable -Werror, mentioned warning already fixed
  1170. * debian: exclude binary packages from source archive
  1171. * updates-proxy: allow xz compressed metadata (fc21)
  1172. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 17 Feb 2015 14:14:16 +0100
  1173. qubes-core-agent (3.0.0-1) jessie; urgency=medium
  1174. [ Marek Marczykowski-Górecki ]
  1175. * Improve handling of .desktop files
  1176. * suspend: do not disable network frontend devices
  1177. * Handle tabs in /etc/hosts
  1178. [ Marek Marczykowski ]
  1179. * Update for new vchan API
  1180. * spec: add dependencies on vchan package (both R: and BR:)
  1181. * load xen-gntalloc module required by libxenvchan
  1182. * spec: get backend_vmm from env variable
  1183. * rpm: fix typo
  1184. * Use Qubes DB instead of Xenstore
  1185. * systemd: fix qubes-service handling
  1186. * dispvm: restart qubesdb at DispVM start
  1187. [ Marek Marczykowski-Górecki ]
  1188. * qrexec: remove dom0 targets from makefile
  1189. * code style: replace tabs with spaces
  1190. * qrexec: new protocol - direct data vchan connections
  1191. * Use xenstore.h instead of xs.h
  1192. * qrexec: register exec function
  1193. * Update repos and keys for Qubes R3
  1194. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 22 Nov 2014 16:24:17 +0100
  1195. qubes-core-agent (2.1.42) jessie; urgency=medium
  1196. * firewall: show error message only on actual error
  1197. * Avoid 100MB reserved space in private ext4 partition
  1198. * gui-fatal: do not run as root
  1199. * fedora: workaround slow system shutdown (#852)
  1200. * Rename qubes-yum-proxy service to qubes-updates-proxy
  1201. * Rename yum-proxy-setup service to updates-proxy-setup
  1202. * updates-proxy: add rules for debian repositories (#887)
  1203. * qrexec: check for setuid() error when calling zenity/kdialog
  1204. * Use systemd mechanism for loading kernel modules (when available)
  1205. * Add missing u2mfn module load
  1206. * archlinux: modules-load.d handled now in generic files
  1207. * debian: migrate to native systemd services
  1208. * updates-proxy-setup: support setting proxy for apt (#887)
  1209. * Introduce qubes.SetDateTime service for time synchronization
  1210. * systemd: fix 'service' path
  1211. * Include /rw in the package
  1212. * debian: custom dh_auto_clean no longer needed
  1213. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 25 Oct 2014 01:49:58 +0200
  1214. qubes-core-agent (2.1.41) jessie; urgency=medium
  1215. [ Marek Marczykowski-Górecki ]
  1216. * dispvm: slow down "spinlock" while waiting for save/restore
  1217. [ Olivier MEDOC ]
  1218. * archlinux: add notification daemon
  1219. * archlinux: follow fedora20 qubes agent improvement
  1220. * archlinux: follow fedora20 qubes agent improvement
  1221. * archlinux: enable/disable services when corresponding packages got
  1222. installed
  1223. [ Marek Marczykowski-Górecki ]
  1224. * network: use the same gateway IP generation method as backend
  1225. * Revert "network: use the same gateway IP generation method as
  1226. backend"
  1227. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 15 Aug 2014 17:45:15 +0200
  1228. qubes-core-agent (2.1.40) jessie; urgency=medium
  1229. [ Marek Marczykowski-Górecki ]
  1230. * Fix compiler warnings.
  1231. * Enable compiler optimization.
  1232. * rpm: do not disable abrt-applet autostart
  1233. * systemd: relax qubes-sysinit dependencies
  1234. * systemd: reexec systemd to ensure right version is running
  1235. * rpm: fix notification-daemon setup
  1236. * archlinux: do not fail mount /usr/lib/modules if already mounted
  1237. * version 2.1.34
  1238. * suspend: fix dbus-send invocation
  1239. * qubes-rpc: log service stderr to syslog instead of sending to dom0
  1240. (#842)
  1241. * version 2.1.35
  1242. [ Wojciech Zygmunt Porczyk ]
  1243. * misc: do not display file preview by default (#813)
  1244. [ Vincent Penquerc'h ]
  1245. * vm-file-editor: remove temporary file on exit
  1246. [ Marek Marczykowski-Górecki ]
  1247. * rpm: remove /lib/firmware/updates link
  1248. * Hide nm-applet icon earlier (#857)
  1249. * Configure only installed programs
  1250. * network: setup NM connection when its active in the ProxyVM
  1251. * version 2.1.36
  1252. * Add --dispvm to qvm-run documentation
  1253. * Fix formating
  1254. * Do not start nm-applet at all when no NetworkManager running (#857)
  1255. * version 2.1.37
  1256. * rpm: require generic "desktop-notification-daemon" not a specific
  1257. one
  1258. * rpm: enable haveged service by default (#673)
  1259. * Do not start nm-applet at all when no NetworkManager running -
  1260. update (#857)
  1261. * rpm: enable/disable services when corresponding packages got
  1262. installed
  1263. * dispvm: close all windows after apps prerun (#872)
  1264. * version 2.1.38
  1265. * systemd: do not reexec when not necessary
  1266. * version 2.1.39
  1267. * rpm: mark config files with %config(noreplace)
  1268. [ Davíð Steinn Geirsson ]
  1269. * Split install target into install-common and install-rh, and add all
  1270. target
  1271. * Fix make clean target
  1272. * Check for xenstore-read in /usr/sbin as well (default on debian)
  1273. * Use xenstore.h instead of xs.h when xen >= 4.2
  1274. * Explicitly specify /bin/bash for Makefile SHELL, since it's
  1275. required.
  1276. * Initial debian packaging
  1277. [ Marek Marczykowski-Górecki ]
  1278. * debian: update deps
  1279. * qrexec: fix loop bounds
  1280. * gitignore
  1281. * Fix bashism
  1282. * gitignore: fix binary packages declaration
  1283. * debian: add updates repo definition and key
  1284. * debian: fix qfile-unpacker perms
  1285. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 28 Jul 2014 02:38:59 +0200
  1286. qubes-core-agent (2.1.33) jessie; urgency=low
  1287. * Initial Release.
  1288. -- Davíð Steinn Geirsson <david@dsg.is> Mon, 21 Apr 2014 01:31:55 +0000