changelog 56 KB

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