changelog 48 KB

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