]> glassweightruler.freedombox.rocks Git - waydroid.git/blob - debian/changelog
debian: Use new polkitd package
[waydroid.git] / debian / changelog
1 waydroid (1.4.3) bullseye; urgency=medium
2
3 * update regex for deprecation warning
4 * Add SSSE3 CPU check for arch x86/x86_64
5 * Make adb auto-connection opt-out
6 * upgrader: Clarify refused upgrade message
7 * Add sysconfdir to Makefile defaulting to /etc
8 * Don't change user-defined desktop files for Waydroid when they're set as read-only
9 * Ensure default umask to avoid surprises with file permissions.
10 * initializer: Fix Halium version VNDK detection logic for 12L+
11 * Add msm_dpu driver for freedreno
12 * Re-enable nouveau and nvk
13 * Remove unused session.cfg config
14 * Use synthetic paths for host sockets
15 * Bail out if system_channel or vendor_channel are empty
16 * user_manager: Restore desktop-file creation the first time
17 * Upver to 1.4.3
18
19 -- Alessandro Astone <ales.astone@gmail.com> Wed, 07 Aug 2024 22:58:54 +0200
20
21 waydroid (1.4.2) bullseye; urgency=medium
22
23 * Allow running a shell command as an arbitrary user and group and with an arbitrary security context (#996)
24 * IHardware: Add new upgrade transaction capable of 64-bit timestamps
25 * interfaces: Return binder error when receiving an unknown transaction
26 * clipboard: change warning message to be less misleading
27 * container_manager: Keep schedtune cgroup around in case nesting is supported
28 * Allow local amendments to the AppArmor policy
29 * Fix issues with AppStream metadata
30 * Add iptables as Debian dependency
31 * user_manager: Respect user umask
32 * user_manager: Add icon to the app_settings action
33 * lxc: Recursively mount vendor_extra
34 * hardware_manager: Validate upgrade zips against the saved ota channel
35 * Block the "open_by_handle_at" system call
36 * Add an XDG menu directory (#1149)
37 * Upver to 1.4.2
38
39 -- Alessandro Astone <ales.astone@gmail.com> Tue, 31 Oct 2023 15:54:09 +0000
40
41 waydroid (1.4.1) bullseye; urgency=medium
42
43 * CI: Add ubuntu lunar
44 * Add App Settings to .desktop file
45 * Add X-WayDroid-App category to WayDroid desktop files (#810)
46 * All AppArmor profiles have been switched to the "enforce" mode.
47 * .desktop files should not be executable (#815)
48 * Revert "All AppArmor profiles have been switched to the "enforce" mode."
49 * Add missing environment variable BOOTCLASSPATH to waydroid shell
50 * user_manager: Do not crash when install applications during boot
51 * Create CODE_OF_CONDUCT.md
52 * Add device IP address to status, auto adb connect
53 * lxc: Add /dev/tty
54 * Upver to 1.4.1
55
56 -- Alessandro Astone <ales.astone@gmail.com> Mon, 24 Apr 2023 11:54:54 +0000
57
58 waydroid (1.4.0) bullseye; urgency=medium
59
60 * lxc: Fixup apparmor detection
61 * lxc: Allow shell and logcat from frozen
62 * initializer: Move triggers to dbus
63 * Move session IPC to dbus
64 * Makefile: Install dbus service
65 * app_manager: Allow install/remove/list while frozen
66 * tools: Remove umask 0
67 * initializer: Require admin authentication for remote initialization with custom channels
68 * lxc: Workaround against lxc changing logfile permissions
69 * tools: Allow prop commands while frozen
70 * Fix prop set command
71 * gpu: Also mount card node
72 * helpers/mount: Check for failed umounts only umounting the whole list
73 * helpers/mount: Allow to specify explicit mount type and options
74 * helpers/mount: Add an option to mount even if mount point already exists
75 * Mount overlays on top of image mount points
76 * Remove RW image overlay when upgrading images
77 * Make overlays opt-out
78 * Make session more resilient to start failures
79 * session: Add strict WAYLAND_DISPLAY validity checks
80 * debian: Unify waydroid.postinst indentation
81 * props: Drop unneeded ';' from end of return line
82 * lxc: Only add /dev/ashmem to config_nodes when it exists
83 * container: Make "waydroid-net.sh start" failure fatal
84 * net: Don't fail start when already running
85 * container: Allow stopping without killing the session deamon
86 * Use `command -v` instead of `which`
87 * mount: Only disable overlayfs xino on kernels that support it
88 * version: Don't fail when uname contains only two numbers
89 * session: Dump the full exception to log file when failed to start
90 * version: Fix "NameError: name 're' is not defined"
91 * lxc: Attach with proper environment
92 * security: Verify session user_id against DBus connection
93 * session: Also log dbus connection exceptions
94 * fixup! security: Verify session user_id against DBus connection
95 * lxc: Create session-specific mount entries (Closes: #704)
96 * upgrade: Restart container through DBus
97 * upgrade: Drop more privileges during 1.4.0 migration
98 * upgrade: Fallback to stopping container manually
99 * upgrade: Remove session.cfg during 1.4.0 migration
100 * security: Verify session pid against DBus connection
101 * container_manager: Mount rootfs last
102 * lxc: Improve session config error message
103 * container: Extend nfcd stop/start hacks to systemd
104 * app_manager: Fix IPlatform error logging
105 * interfaces: Fix ServiceManager race condition in clients
106 * session: Provide waydroid.background_start bool
107 * Add apk mimetype handler
108 * user_manager: Fix app removal
109 * session: Provide waydroid.host_data_path prop
110 * images: Cleanup Waydroid Updater zips after extracting
111 * interfaces: Remove presence handler after use
112 * packaging: install icons to xdg icons resource path, and get the .desktop file to use relative icon name
113 * Disable overlays if mounting fails once
114 * lxc: Handle lxc-info failure
115 * initializer: Restart container through DBus
116 * arch: Fallback to arm on weird arm64 kernels with 32-bit userspace
117 * Update appstream
118 * Update github issue template
119 * Fix last hardcoded direct usages of AppIcon.png
120 * waydroid.app.install.desktop: Don't hardcode waydroid binary path
121 * Add developer_name to appstream metadata
122 * Upver to 1.4.0
123
124 -- Alessandro Astone <ales.astone@gmail.com> Wed, 08 Feb 2023 16:30:33 +0000
125
126 waydroid (1.3.4) bullseye; urgency=medium
127
128 * Remove CAP_SYS_MODULE from the capability bounding set.
129 * Mount proc with the hidepid=2 option
130 * Enable OpenGL ES 3.1
131 * hardware-manager: Optionally stop the session on suspend
132 * desktop: Mark as compatible with mobile form factor
133 * Adding AppArmor profiles for the container.
134 * Temporarily switching all profiles to "complain" mode in order to work out policy mistakes.
135 * Policies have been adjusted for Android 11.
136 * AppArmor policy setup has been moved to the Makefile
137 * * Makefile adjustments * AppArmor profile texts have been moved into a dedicated directory
138 * Makefile: Install apparmor dir
139 * Makefile: Don't enable the apparmor profiles if packaging
140 * debian: Install apparmor profiles
141 * Also support SUSE apparmor
142 * Change apparmor profile at runtime
143 * lxc: Only enable apparmor if the profile is currently loaded
144 * Update README.md
145 * apparmor: Remove unnecessary includes
146 * clipboard: Return empty string if error
147 * lxc: Fixup LXC config versioning
148 * net: Fix vnic name selection for LXC <=2
149 * lxc: Mount /dev/shm which might host XDG_RUNTIME_DIR
150 * fix(shell): allow command to have arguments
151 * session: warn about unset WAYLAND_DISPLAY instead of XDG_SESSION_TYPE
152 * Revert "Mount proc with the hidepid=2 option"
153
154 -- Alessandro Astone <ales.astone@gmail.com> Wed, 14 Dec 2022 13:47:05 +0000
155
156 waydroid (1.3.3) bullseye; urgency=medium
157
158 * Makefile: Install waydroid binary without relative symlink
159 * lxc: Finer-grained config control
160 * Configure multiple preinstalled images paths
161 * tools: Upver to 1.3.3
162
163 -- Alessandro Astone <ales.astone@gmail.com> Sat, 24 Sep 2022 10:43:18 +0000
164
165 waydroid (1.3.2) bullseye; urgency=medium
166
167 * app_manager: Don't rmdir /data/waydroid_tmp after install
168 * gpu: Disable nouveau support
169 * A "No New Privileges" has been enabled for the container.
170 * Container capabilities have been restricted.
171 * A seccomp profile for the entire container has been added.
172 * Rebuild waydroid.prop after live upgrade
173 * Quiet ashmem modprobe errors
174 * tools: Upver to 1.3.2
175
176 -- Alessandro Astone <ales.astone@gmail.com> Sun, 11 Sep 2022 17:51:38 +0000
177
178 waydroid (1.3.1) bullseye; urgency=medium
179
180 * CI: add support for rolling releases
181 * Makefile: Allow installing over an existing installation
182 * Makefile: Allow overriding directories without having to know the DESTDIR
183 * debian: Use /lib/systemd/system for units
184 * CI: Restore versioned debian
185 * Add mainline vulkan support
186 * Detect HIDL gralloc4
187 * tools: Upver to 1.3.1
188
189 -- Alessandro Astone <ales.astone@gmail.com> Fri, 02 Sep 2022 12:23:28 +0000
190
191 waydroid (1.3.0) bullseye; urgency=medium
192
193 * tools: Fix device names with spaces in initializer
194 * http: Handle malformed urls
195 * Mount TUN device for use by Android VPNs.
196 * Set aidl version based on the android version
197 * Add -w flag for waiting for init
198 * debian: Start container waiting for init if not already
199 * Allows waydroid to create PTY (#349)
200 * Downgrade x86_64 to x86 if no SSE4.2
201 * app_manager: Factor out common function to start session then launch
202 * app_manager: Add launch intent
203 * Add Android Market Protocol Handler
204 * waydroid.market.desktop: update some properties
205 * waydroid.market.desktop: use `waydroid app intent`
206 * Fixup market:// handler
207 * lxc: Optionally bind-mount NFC config
208 * Improve robustness of the dynamic aidl version picker
209 * init: Always redownload the image when changing parameters
210 * Default nvidia to swiftshader
211 * ci: update to jammy
212 * Update Matrix link
213 * container: Only umount /sys/fs/cgroup/schedtune if needed
214 * make waydroid-net more flexible (#267)
215 * Disable OTA updater when using preinstalled images
216 * Add first-launch command
217 * Revert "Add first-launch command"
218 * debian: Move waydroid-container.service under new toplevel systemd dir
219 * gbinder: Remove unnecessary configs
220 * Makefile: Add distro-agnostic buildsystem
221 * debian: Adapt to new Makefile buildsystem
222 * Support upgrading major android versions
223 * Add first-launch command [v2]
224 * Show first-launch icon on wayland gtk
225 * Makefile: Add prefix for systemd directory
226 * fix typo in arguments.py
227 * Add appstream metadata
228
229 -- Alessandro Astone <ales.astone@gmail.com> Sun, 07 Aug 2022 21:37:46 +0000
230
231 waydroid (1.2.1) bullseye; urgency=medium
232
233 * Set sys.use_memfd=true if ashmem is not present
234 * config: Switch to https for OTA channels
235 * add size units and speed in download progress bar
236 * Add an optional [properties] in waydroid.cfg
237 * scripts: make sure misc subfolder exists
238 * container: strip possible trailing newline from pid
239 * lxc: Fix bad eol of proc dt values
240 * Resume initialization if not complete
241 * Remove downloaded system images which failed checksum verification
242 * props: Use subprocess for host getprop
243
244 -- Erfan Abdi <erfangplus@gmail.com> Sun, 17 Apr 2022 21:33:26 +0430
245
246 waydroid (1.2.0) bullseye; urgency=medium
247
248 * config: Update waydroid ota channel urls
249 * lxc: Get device info props from host
250 * session: Nuke old data dir movement
251 * lxc: Make sure vibrator sys nodes are writable
252 * lxc: Add non-treble camera support
253 * lxc: Skip host_perms on non treble devices
254 * lxc: Add more sphal paths to find_hal
255 * images: Decode http retrieve for older pythons
256 * drivers: Add bonder nodes support
257 * container: Add missing powervr nodes chmod
258 * container: Use umount -l for schedtune
259 * log: More resilient logging
260 * net: Disable NFT by default
261 * arch: detect armv8l as 32bit arm
262 * drivers: Keep devices arg on modprobe
263 * session: don't panic when removing old userdata if its not empty
264 * lxc: do prepend colon to Android PATHs in shell
265 * container: don't panic if binder device already exists
266 * upgrade: log that no we will not upgrade if a preinstalled image exists
267
268 -- Erfan Abdi <erfangplus@gmail.com> Thu, 19 Oct 2021 11:19:53 +0430
269
270 waydroid (1.1.1) bullseye; urgency=medium
271
272 * lxc: Include tmp runtime dirs to container
273 * session: Move waydroid user data to XDG_DATA_HOME
274 * drivers: Allocate binder nodes dynamically
275 * user_manager: Use one variable for apps dir
276 * user: Create apps dir if doesn’t exists
277 * lxc: workaround weird log permission bug
278
279 -- Erfan Abdi <erfangplus@gmail.com> Thu, 30 Sep 2021 08:07:30 +0430
280
281 waydroid (1.1.0) bullseye; urgency=medium
282
283 * tools: Fully restart services
284 * container: Don’t burn XDG permissions
285 * user: Only hide Waydroid app on multi-win
286 * actions: Start session by lunching apps
287 * data: Install Waydroid launcher by default
288 * debian: Add systemd service
289 * config: Store data in /var/lib/waydroid rather than /home/.waydroid
290 * init: Add check for work dir before mkdir
291 * data: Update app logo
292 * Readme: Add documentation site
293 * drivers: Improve binderfs loading
294 * tools: Fix typo on stop container
295 * tools: Drop requests library dependency
296 * tools: Rename pre-init log file
297 * tools: Remove unused requests import
298 * ci: Add .abstruse.yml
299 * tools: fix shell path env
300 * user: Add “waydroid” prefix to desktop files
301 * tools: Drop need of sudo as much as possible
302 * lxc: Add WSLg support
303 * lxc: Provide /var/run to container
304 * lxc: Provide all fb and video nodes to container
305 * container: Don’t crash on sensord
306 * lxc: Mount /dev/null for container
307 * lxc: Enable vndk lite for mainline devices
308 * lxc: Use v4l2 camera hal on mainline
309 * fix grammar mistakes in the readme
310 * Fix grammar and spelling in README (#104)
311 * log: don't panic on ctrlc
312 * debian: Add LXC as dependency
313 * container: Umount on stop
314 * upgrade: show progress
315
316 -- Erfan Abdi <erfangplus@gmail.com> Tue, 28 Sep 2021 10:11:40 +0430
317
318 waydroid (1.0.0) bullseye; urgency=medium
319
320 * Initial release.
321
322 -- Erfan Abdi <erfangplus@gmail.com> Thu, 02 Sep 2021 22:19:03 +0430