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