X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/02d2b113c6031cc41f610ce338dfd6a7a4f2a316..ad285f35a95ae744a8ff40be2d1f79874b7865fe:/debian/changelog diff --git a/debian/changelog b/debian/changelog index ea6e535..cececb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,78 @@ +waydroid (1.3.3) bullseye; urgency=medium + + * Makefile: Install waydroid binary without relative symlink + * lxc: Finer-grained config control + * Configure multiple preinstalled images paths + * tools: Upver to 1.3.3 + + -- Alessandro Astone Sat, 24 Sep 2022 10:43:18 +0000 + +waydroid (1.3.2) bullseye; urgency=medium + + * app_manager: Don't rmdir /data/waydroid_tmp after install + * gpu: Disable nouveau support + * A "No New Privileges" has been enabled for the container. + * Container capabilities have been restricted. + * A seccomp profile for the entire container has been added. + * Rebuild waydroid.prop after live upgrade + * Quiet ashmem modprobe errors + * tools: Upver to 1.3.2 + + -- Alessandro Astone Sun, 11 Sep 2022 17:51:38 +0000 + +waydroid (1.3.1) bullseye; urgency=medium + + * CI: add support for rolling releases + * Makefile: Allow installing over an existing installation + * Makefile: Allow overriding directories without having to know the DESTDIR + * debian: Use /lib/systemd/system for units + * CI: Restore versioned debian + * Add mainline vulkan support + * Detect HIDL gralloc4 + * tools: Upver to 1.3.1 + + -- Alessandro Astone Fri, 02 Sep 2022 12:23:28 +0000 + +waydroid (1.3.0) bullseye; urgency=medium + + * tools: Fix device names with spaces in initializer + * http: Handle malformed urls + * Mount TUN device for use by Android VPNs. + * Set aidl version based on the android version + * Add -w flag for waiting for init + * debian: Start container waiting for init if not already + * Allows waydroid to create PTY (#349) + * Downgrade x86_64 to x86 if no SSE4.2 + * app_manager: Factor out common function to start session then launch + * app_manager: Add launch intent + * Add Android Market Protocol Handler + * waydroid.market.desktop: update some properties + * waydroid.market.desktop: use `waydroid app intent` + * Fixup market:// handler + * lxc: Optionally bind-mount NFC config + * Improve robustness of the dynamic aidl version picker + * init: Always redownload the image when changing parameters + * Default nvidia to swiftshader + * ci: update to jammy + * Update Matrix link + * container: Only umount /sys/fs/cgroup/schedtune if needed + * make waydroid-net more flexible (#267) + * Disable OTA updater when using preinstalled images + * Add first-launch command + * Revert "Add first-launch command" + * debian: Move waydroid-container.service under new toplevel systemd dir + * gbinder: Remove unnecessary configs + * Makefile: Add distro-agnostic buildsystem + * debian: Adapt to new Makefile buildsystem + * Support upgrading major android versions + * Add first-launch command [v2] + * Show first-launch icon on wayland gtk + * Makefile: Add prefix for systemd directory + * fix typo in arguments.py + * Add appstream metadata + + -- Alessandro Astone Sun, 07 Aug 2022 21:37:46 +0000 + waydroid (1.2.1) bullseye; urgency=medium * Set sys.use_memfd=true if ashmem is not present