X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/209c90d47330ddb357b5209309c80c4257f05fe3..fe6abccd746e1236eda44697f4845a2547b4d699:/debian/changelog diff --git a/debian/changelog b/debian/changelog index b926471..b05a2a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +waydroid (1.5.0) bullseye; urgency=medium + + * debian: Use new polkitd package + * initializer: Refactor setup to better handle preinstalled images + * gpu: Use intel_hasvk on intel graphics gen 8 or lower (Closes: #1604) + * protocol: Correct gbinder protocol version for API 33 + * initializer: Differentiate HALIUM vndk31 and vndk32 + * gpu: Do not log failure to read i915_capabilities + * container: Do not mount KMS nodes + * lxc: Handle CTRL+C silently during shell commands + * Upver to 1.5.0 + + -- Alessandro Astone Wed, 05 Mar 2025 19:12:03 +0100 + +waydroid (1.4.3) bullseye; urgency=medium + + * update regex for deprecation warning + * Add SSSE3 CPU check for arch x86/x86_64 + * Make adb auto-connection opt-out + * upgrader: Clarify refused upgrade message + * Add sysconfdir to Makefile defaulting to /etc + * Don't change user-defined desktop files for Waydroid when they're set as read-only + * Ensure default umask to avoid surprises with file permissions. + * initializer: Fix Halium version VNDK detection logic for 12L+ + * Add msm_dpu driver for freedreno + * Re-enable nouveau and nvk + * Remove unused session.cfg config + * Use synthetic paths for host sockets + * Bail out if system_channel or vendor_channel are empty + * user_manager: Restore desktop-file creation the first time + * Upver to 1.4.3 + + -- Alessandro Astone Wed, 07 Aug 2024 22:58:54 +0200 + waydroid (1.4.2) bullseye; urgency=medium * Allow running a shell command as an arbitrary user and group and with an arbitrary security context (#996)